@charset "UTF-8";

/*-------------------------------------------
CTA
-----------------------------------------------*/
.cta {
  position: relative;
}
.btn-cart {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.button_4set,
.button_2set {
  width: 884px;
}
.button_4set {
  bottom: 174px;
}
.button_2set {
  bottom: 164px;
}
.button_OnlyBra {
  bottom: 233px;
  width: 714px;
}

/* クーポンコード */
.l-coupon {
  position: absolute;
  left: 50%;
  bottom: 720px;
  transform: translateX(-50%);
}
.coupon {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.coupon-img {
  display: block;
  width: 500px;
}
/* 画像全体をタップ領域にする（透明ボタン） */
.coupon-hit {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.coupon-hit:focus-visible {
  outline: 3px solid #4d3312;
  outline-offset: 4px;
}
.toast {
  margin-top: 10px;
  opacity: 0;
  transition: opacity .2s ease;
  color: #4d3312;
  font-size: 16px;
  text-align: center;
}
.toast.show { opacity: 1; }

@media (width < 768px) {
  .button_4set,
  .button_2set {
    width: 88.4vw;
  }
  .button_4set {
    bottom: 17.4vw;
  }
  .button_2set {
    bottom: 16.4vw;
  }
  .button_OnlyBra {
    bottom: 23.3vw;
    width: 71.4vw;
  }
  .l-coupon {
    bottom: 72vw;
  }

  /* クーポンコード */
  .coupon-img {
    width: 50vw;
  }
  .coupon-hit:focus-visible {
    outline: 0.3vw solid #4d3312;
    outline-offset: 0.4vw;
  }
  .toast {
    margin-top: 1vw;
    font-size: 1.6vw;
  }
}