@charset "utf-8";

/* --------- pc --------- */
@media screen and (min-width: 960px){
	.WGG {
		background-image: url(../item/img/choco.gif);
		background-repeat: no-repeat;
		background-position: 36% 50%;
		background-size: 100%;
	}
}

/* --------- tablet --------- */
@media screen and (min-width: 600px) and (max-width: 959px) {
	.WGG {
		background: transparent url(../item/img/choco.gif) no-repeat 25px;
		background-size: 100% auto;
	}
}

/* --------- smartphone --------- */
@media screen and (max-width: 599px){
	.WGG {
		background-image: url(../item/img/choco.gif);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
	}
}