@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・発送は国内に限ります。";
	white-space: pre-wrap !important;
	font-size: 12px !important;
	padding-inline: 16px !important;
	margin-top: 28px !important;
}

/* 注文情報入力画面追記 */

.anygift-order-form__order-area__label__caution {
	font-size: 0 !important;
}

.anygift-order-form__order-area__label__caution:before {
	content: "・税込み11,000円以上で送料無料\A・「通常購入の商品」と「eギフト購入の商品」を同時に買うことはできません。\A・海外発送はできません。商品のお届けは日本国内に限らせていただきます。";
	white-space: pre-wrap !important;
	font-size: 13px !important;
}

/* （ご依頼外）AnyGiftボタンの調整 */
.anygift-gift-ui__container {
	width: 100% !important;
	margin-top: 20px !important;
}

/* （ご依頼外）フローティングカートの位置調整 */

.anygift-floating-cart {
	right: 80px !important;
	z-index: 999px !important;
}