@charset "UTF-8";
.anygift-gift-ui__main-button {
    /* デフォルトの文言を非表示にします */
    font-size: 0 !important;
}

.anygift-gift-ui__main-button:before {
    content: 'LINEやメールでeギフトを贈る' !important;
    font-size: 16px !important;
}

/* ご利用方法ページ追記 */
.ag-text-left.ag-flex.ag-flex-col.ag-items-center.anygift-expl ain-modal__section:after {
    content: "・複数購入可能です。ただし通常商品とeギフトは同時に購入で きません。\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・海外発送 はできません。商品のお届けは日本国内に限らせていただきます。";
    white-space: pre-line !important;
    font-size: 13px !important;
}

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

.anygift-about-modal__caution__text:after {
    content: "※ お相手が配送先住所を入力し忘れた場合は、お相手 に商品が届きません。また返金もございません。"
    white-space: pre-wrap !important;
    font-size: 14px !important;
}