@charset "UTF-8";

/*------商品詳細ページ------*/

.anygift-gift-ui__container {
    width: 100% !important; # 必ず入れる
    margin: 30px 0px !important; # カートに入れるボタンとの間にmarginが必要な場合
	padding-top: 35px !important;
    padding-bottom: 35px !important;
	
}



.anygift-gift-ui__main-button {
    /*-- border-radius: px !important; # カートに入れるボタンと同じborder-radiusにする
    height: px !important; # カートに入れるボタンを同じheightにする--*/
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif !important;
    font-size: 16px !important;

}


.anygift-gift-ui__main-button:before { 
	
    content: '住所を知らない相手にeギフトを送る' !important; 
    font-size: 17px !important; 
}

/*ボタンの文言カスタマイズ*/
.anygift-gift-ui__main-button { 
		/* デフォルトの文言を非表示にします */
    font-size: 0 !important;
}



/*のし対応*/
.anygift-order-form__order-area__label__caution::after {
    content: "\A※eギフトにはのしや手提げ等をおつけすることはできません" !important;
	white-space: pre;
    margin-top: 4px !important; 
	color:#841b20;
	font-weight:700;
		
}