@charset "UTF-8";
/* CSS Document */

/*******************
	LP style
	div#container._pcView
	div#container._spView
********************/
/* contents wrapper */
div#container._pcView main.tablet01Wrapper {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 5%;
	box-sizing: border-box;
	box-shadow: 0 0 22px 0 rgba(0,0,0,.1);
	text-align: center;
}

.tablet01Wrapper .kvArea div { position: relative; }
.tablet01Wrapper .kvArea div > img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.tablet01Wrapper .kvArea div > video {
	position: absolute;
	top: 9%;
	right: 1%;
	width: 43%;
	z-index: 9;
}



/******************* 
	OFFER
********************/
.tablet01Wrapper .offerBox.off01 > a {
	width: 88%;
	left: 6%;
	bottom: 7%;
}
