@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;
}
/* ご利用方法ページ追記 */
.ag-text-left.ag-flex.ag-flex-col.ag-items-center.anygift-explain-modal__section:after {
content: "・複数購入可能です。ただし通常商品とeギフトは同時に購入できません。\A・発送は国内に限ります。\A・ここから先の画面上で発生したエラーは、AnyReachへお問い合わせください。(info@anygift.jp)";
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\A";
white-space: pre-wrap !important;
font-size: 13px !important;
}
.anygift-about-modal__caution__text {
font-size: 0 !important;
}
.anygift-about-modal__caution__exp:after {
content: "※ お相手が配送先住所を入力し忘れた場合は、お相手に商品が届きません。また返金もございません。"
white-space: pre-wrap !important;
font-size: 14px !important;
}
/* （ご依頼外）AnyGiftボタンの調整 */
.anygift-gift-ui__container {
width: 100% !important;
margin-top: 20px !important;
}
/* （ご依頼外）フローティングカートの位置調整 */
.anygift-floating-cart {
right: 80px !important;
z-index: 999px !important;
}