@charset "UTF-8";
/* CSS Document */

/*******************
	LP style
	div#container._pcView
	div#container._spView
********************/
/* PC contents wrapper */
div#container._pcView main.pack01Wrapper {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 3.3%;
	box-sizing: border-box;
	box-shadow: 0 0 22px 0 rgba(0,0,0,.1);
	text-align: center;
}

main.pack01Wrapper .packSnsArea.ovElemWrap { overflow: hidden; }
main.pack01Wrapper .packSnsArea.ovElemWrap > .ovElem {
	z-index: 8;
    left: 52%;
    transform: rotate(7.7deg);
    width: 40%;
    top: 62%;
/*    opacity: 0.5;*/
}

/*******************
	OFFER
********************/
/* pack01 */
main.pack01Wrapper .offerBox.off01 > a {
	width: 88%;
	bottom: 12.5%;
	left: 6.8%;
}

/* cpsingle_pack */
main.pack01Wrapper.cpSingleWrap .offerBox > a {
	width: 81%;
	left: 9.5%;
}
main.pack01Wrapper.cpSingleWrap .offerBox.off01 > a { bottom: 4%; }
main.pack01Wrapper.cpSingleWrap .offerBox.off02 > a { bottom: 7.4%; }
