
div#wrapper.lpcont{
	background: #F2F2F2;
}

div#wrapper.lpcont article{
	background: #ffffff;
	width:750px;
	margin: 0 auto;
	padding: 0;
}


div#wrapper.makelooklp{
	background: #ffffff;
}

div#wrapper.makelooklp article{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}


.product_lp_cont{
	background: #ffffff;
}

.product_lp_cont div{
	
}

.product_lp_cont div img{
	width: 100%;
	height: auto;
	display:block;
}

.product_lp_cont div input[type=image]{
	width: 100%;
	height: auto;
	
}


.lp_cont_01{
	background: url("https://bidol.itembox.design/item/lp/highlight_camp/images/bg_01.jpg") no-repeat top ;
	background-size: 100% 100%;
}
.lp_cont_02{
	background: url("https://bidol.itembox.design/item/lp/highlight_camp/images/bg_02.jpg") no-repeat top ;
	background-size: 100% 100%;
}


.lp_cont_03{
	background: url("https://bidol.itembox.design/item/lp/highlight_camp/images/bg_03.jpg?v=0005") no-repeat top ;
	background-size: 100% 100%;
	padding-bottom: 6px;
}
.img_03_menu a img {
	width: 50%;
	display: inline-block;
	
}


.lp_cont_04{
	background: url("https://bidol.itembox.design/item/lp/highlight_camp/images/bg_04.jpg?v=0002") no-repeat top ;
	background-size: 100% auto;
}



.lp_cont_05{
	background: url("https://bidol.itembox.design/item/lp/highlight_camp/images/bg_05.jpg?v=0002") no-repeat top ;
	background-size: 100% auto;
}



.lp_cont_06{
	background: url("https://bidol.itembox.design/item/lp/highlight_camp/images/bg_06.jpg?v=0007") no-repeat top ;
	background-size: 100% 100%;
}



.lp_cont_07{
	background: url("https://bidol.itembox.design/item/lp/highlight_camp/images/bg_07.jpg?v=0007") no-repeat top ;
	background-size: 100% 100%;
}



.lp_cont_08{
	background: url("https://bidol.itembox.design/item/lp/highlight_camp/images/bg_08.jpg?v=0007") no-repeat top ;
	background-size: 100% 100% ;
}




.lp_cont_09{
	background: #f0d4e0 url("https://bidol.itembox.design/item/lp/highlight_camp/images/bg_09.jpg?v=0003") no-repeat top ;
	background-size: 100% auto;
	padding-bottom:30px;
}

.lp_cont_10{
	background: url("https://bidol.itembox.design/item/lp/highlight_camp/images/bg_10.jpg?v=0004") no-repeat top ;
	background-size: 100% auto;
}




.lp_cont_other{
	width: 74.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
    padding: 0 0 0 0;
	
}
.lp_cont_other div{
	width:50%;
}


.lp_cont_other .comingsoon{
	pointer-events: none;
	position: relative;

}
.lp_cont_other .comingsoon::before{
	content: "coming soon";
	position: absolute;
	top: 40px;
	left:-6px;
	display: block;
	text-align: center;
	font-size: 15px;
	width: 100%;
	color: #f16bb0;
	font-weight: bold;
}




.buyBtnlp {
	padding: 10px 0 20px 0;
	text-align: center;
}

.lp_cont_03 .buyBtnlp {
	padding: 69px 0 70px 0;
	margin-bottom:139px;
	background:rgba(255,255,255,.3);
	text-align: center;
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}




.buyBtnlp button,
.buyBtnlp a{
	display: inline-block;
	width:60%;
	margin: 0 auto;
	padding: 20px 0 20px;
	border: 2px solid #fff;
	border-radius: 30px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	background: linear-gradient(#CE7DAA, #B060AD);	
	color: #FFEEEE;
	text-shadow: 2px 2px 1px rgba(0,0,0,.2);
	line-height: 100%;
	
	outline: 1px solid rgba(255,255,255,0.72);
	outline-offset: -8px;
	
	/*pointer-events: none;
	opacity: .6;*/
	
	
}

.buyBtnlp button:hover,
.buyBtnlp a:hover{
	text-decoration: none;
}


.buyBtnlp .quantity{
	text-align: center;
	display: inline-block;
	width: 70px;
	margin: 0 10px 0 0;
	padding: 18px 10px 13px;
	border-radius: 4px;
	border: 1px solid #ccc;

}


.buyBtnlp a{
	/*
	-moz-animation:btnAnime 2s 1s ease-in-out infinite;
	-webkit-animation:btnAnime 2s 1s ease-in-out infinite;
	animation:btnAnime 2s 1s ease-in-out infinite;
	*/
}


.btn_01,
.btn_02,
.btn_03{
	position: relative;
	
}
.btn_01 .btn_buy2,
.btn_02 .btn_buy2,
.btn_03 .btn_buy2{
	position: absolute;
	bottom: 17%;
	left: 0;
	text-align: center;
	
}

.btn_03 .btn_buy2{
	position: absolute;
	bottom: 15%;
	left: 0;
	text-align: center;
	
}

.btn_01 .btn_buy2 img,
.btn_02 .btn_buy2 img,
.btn_03 .btn_buy2 img{
	width: 80%;
	height: auto;
	margin: 0 auto;
}



@keyframes btnAnime {
	0% {
		transform :scale(1);
		opacity: 1
	}
	30% {
		transform :scale(1);
		opacity: 1
	}
	50% {
		transform :scale(1.05);
		opacity: .5
	}
	70% {
		transform :scale(1);
		opacity: 1
	}
		
}


.inviewMov{
	transition: 0.4s ease-out;
	transition-delay:0.4s;
	opacity: 0;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
.inviewMovOn{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}






@media screen and (max-width: 640px) {


	


	div#wrapper.lpcont article{
		width:100%;
	}



	.product_lp_cont{
		background: #ffffff;
	}

	.product_lp_cont div{

	}

	.product_lp_cont div img{
		width: 100%;
		height: auto;

	}

	.product_lp_cont div input[type=image]{
		width: 100%;
		height: auto;

	}

	

	.product_lp_cont div.btn_osusume{
		padding: 10vw 0 0 ;

	}
	.product_lp_cont div.btn_osusume img{
		width:75%;
		height: auto;
		margin: 0 auto;

	}

	.product_lp_cont div.btn_buy {
		padding: 12vw 0 30vw;
	}
	.product_lp_cont div.btn_buy img{
		width:75%;
		height: auto;
		margin: 0 auto;
	}
	.product_lp_cont .lp_cont_03 div.btn_buy{
		padding: 5vw 0 27vw;
		}


	.img_03_menu a img {
		width: 50%;
		display: inline-block;
	}
	
	.lp_cont_other{
		width: 74.8%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 auto;
		padding: 0 0 0 0;

	}
	.lp_cont_other div{
		width:50%;
	}

	.lp_cont_other .comingsoon::before{
		font-size: 11px;
		width: 100%;
		top: 10px;
		left:-3px;
	}


	.buyBtnlp {
		padding: 4vw 0 7vw 0;
	}
	.lp_cont_03 .buyBtnlp {
		padding: 9vw 0 10vw 0;
		margin-bottom:13vw;
		background:rgba(255,255,255,.3);
	}


	.buyBtnlp button,
	.buyBtnlp a{
		display: inline-block;
		width:60%;
		margin: 0 auto;
		padding: 20px 0 20px;
		border: 2px solid #fff;
		border-radius: 4.5vw;
		text-align: center;
		font-size: 3.5vw;
		font-weight: bold;
		box-shadow: 0 0 20px rgba(0,0,0,.2);
		background: linear-gradient(#CE7DAA, #B060AD);	
		color: #FFEEEE;
		text-shadow: 2px 2px 1px rgba(0,0,0,.2);
		line-height: 100%;

		outline: 1px solid rgba(255,255,255,0.72);
		outline-offset: -8px;


	}
	.buyBtnlp button span,
	.buyBtnlp a span{
		font-size: 4.2vw;
		display: block;
		margin-bottom: 8px;
	}
	.buyBtnlp button:hover,
	.buyBtnlp a:hover{
		text-decoration: none;
	}


	.buyBtnlp .quantity{
		text-align: center;
		display: inline-block;
		width: 50px;
		margin: 0 10px 0 0;
		padding: 13px 8px 12px;
		border-radius: 4px;
		border: 1px solid #ccc;

	}


	
}

