/* 2512 ホリデー */

.gift_block h2 {
	color: white;
	background: url(../../sgift/images/sgifttop/2512_icon_gift.svg) no-repeat center top / 42px auto;
}

.gift_block h2::before,
.gift_block h2::after {
	background: url(../../sgift/images/sgifttop/2512_icon_pigeon_01.png) no-repeat;
}

.gift_block {
	background-image: url(../../sgift/images/sgifttop/sgiftHP_back_pc_1.jpg);
}
.info_block {
	background-image: url(../../sgift/images/sgifttop/sgiftHP_back_pc_2.jpg);
}

@media only screen and (max-width: 768px) {
	.gift_block {
		background-image: url(../../sgift/images/sgifttop/sgiftHP_back_sp_1.jpg);
	}
	.gift_block h2 {
        background-size: 29px auto;
	}
	.gift_block h2::before,
	.gift_block h2::after {
		background-size: 57px auto;
	}
	.info_block {
		background-image: url(../../sgift/images/sgifttop/sgiftHP_back_sp_2.jpg);
	}
}