@charset "UTF-8";

/* ボタンの文言変更 */
.anygift-gift-ui__main-button {
  /* デフォルトの文言を非表示にします */
  font-size: 0 !important;
}

.anygift-gift-ui__main-button:before {
  /* before属性を使用し、新しい文言を指定します */
  content: 'LINEやメールでeギフトを贈る' !important;
  /* フォントサイズは、元のサイズを継承してください */
  font-size: 16px !important;
}

/* ご利用方法ページ追記 */

.anygift-explain-modal__section>div:nth-child(2)>div>div {
  /* デフォルトの文言を非表示にします */
  font-size: 0 !important;
}

.anygift-explain-modal__section>div:nth-child(2)>div>div:before {
  /* before属性を使用し、新しい文言を指定します */
  content: "eギフトURLをコピーし、LINEやSNSで送信します" !important;
  /* フォントサイズは、元のサイズを継承してください */
  font-size: 14px !important;
}

.anygift-explain-modal__section>div:nth-child(4)>div>div {
  /* デフォルトの文言を非表示にします */
  font-size: 0 !important;
}

.anygift-explain-modal__section>div:nth-child(4)>div>div:before {
  /* before属性を使用し、新しい文言を指定します */
  content: "eギフトURLの期限は5日間です。お相手が入力し忘れた場合、商品は届かず、返金もされません。" !important;
  /* フォントサイズは、元のサイズを継承してください */
  font-size: 14px !important;
}

.ag-text-left.ag-flex.ag-flex-col.ag-items-center.anygift-explain-modal__section:after {
  content: "・複数購入可能です。ただし通常商品とeギフト商品は同時に購入できません。\A・発送は国内に限ります。\A";
  white-space: pre-wrap !important;
  font-size: 12px !important;
  padding-inline: 16px !important;
  margin-top: 28px !important;
}

/* 注文情報入力画面追記 */

.anygift-order-form__gift-area__label__text:before {
  content: "・税込11,000円以上で送料無料となります。\A・通常商品とeギフト商品は同時に買うことはできません。\A・海外発送はできません。商品のお届けは日本国内に限らせていただきます。\A・ワコールウェブストアのクーポン・ポイント利用はできません。またこのお買い物でポイントの付与はございません。";
  white-space: pre-wrap !important;
  font-size: 13px !important;
  display: block !important;
  margin-bottom: 20px !important;
}

.anygift-order-form__gift-area__label__text:after {
  content: "金額は税込です。\A";
  white-space: pre-wrap !important;
  font-size: 13px !important;
  display: block !important;
  margin-bottom: 20px !important;
  font-weight: 400;
}

.anygift-about-modal__caution__text {
  font-size: 0 !important;
}

.anygift-about-modal__caution__exp:after {
  content: "※  URLの有効期限が切れた場合は、お相手に商品が届きません。また返金もございません。";
  white-space: pre-wrap !important;
  font-size: 14px !important;
  display: block !important;
}

@media screen and (max-width: 768px) {
  .anygift-gift-ui__container {
    margin: auto !important;
    padding: 16px !important;
  }
}

/* （ご依頼外）AnyGiftボタンの調整 */
.anygift-gift-ui__container {
  width: 100%;
  margin-top: 20px !important;
}

/* （ご依頼外）フローティングカートの位置調整 */
.anygift-floating-cart {
  right: 80px !important;
  z-index: 999px !important;
}