/* CSS Remedy */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kurenaido&display=swap);



/*色*/

:root {
	--primary-color: #cc0000; /*メインカラー*/
	--primary-shadowcolor: rgba(129, 44, 44, 0.4);/*anchorホバー影*/
	--secondary-color: #cc0000;
	--gray-color01: #999;/*グレー色*/
	--background-primary:#fff4ef; /*背景色*/
  }


  .c_headline01::before{
	background-image:url(../../../../cdnassets/scene_gift/oiwai/ribbon.png);
}

.scene_gift_lead-anchor li:nth-child(1) a::before {
	background-image: url(../../../../cdnassets/scene_gift/oiwai/anc_icon_01.png);
}
.scene_gift_lead-anchor li:nth-child(2) a::before {
	background-image: url(../../../../cdnassets/scene_gift/oiwai/anc_icon_02.png);
}
.scene_gift_lead-anchor li:nth-child(3) a::before {
	background-image: url(../../../../cdnassets/scene_gift/oiwai/anc_icon_03.png);
}
.scene_gift_lead-anchor li:nth-child(4) a::before {
	background-image: url(../../../../cdnassets/scene_gift/oiwai/anc_icon_04.png);
}
.scene_gift_lead-anchor li:nth-child(5) a::before {
	background-image: url(../../../../cdnassets/scene_gift/oiwai/anc_icon_05.png);
}
.scene_gift_lead-anchor li:nth-child(6) a::before {
	background-image: url(../../../../cdnassets/scene_gift/oiwai/anc_icon_06.png);
}



/*scene_gift_select*/
.scene_gift_select-voice_headline::before, .scene_gift_select-voice_headline::after {
	background-image: url(../../../../cdnassets/scene_gift/oiwai/voice_deco.png);
  }

/*scene_gift_order*/

  .scene_gift_order-headline._cart::before {
	background-image: url(../../../../cdnassets/scene_gift/oiwai/order_cart.png);
  }
  .scene_gift_order-headline._mail::before {
	background-image: url(../../../../cdnassets/scene_gift/oiwai/order_mail.png);
  }
  .scene_gift_order-headline._box::before {
	background-image: url(../../../../cdnassets/scene_gift/oiwai/order_box.png);
  }