
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/24ss-limited_lp/images/bg_01.jpg") no-repeat top ;
	background-size: 100% 100%;
}



.lp_cont_02{
	background: url("https://bidol.itembox.design/item/lp/24ss-limited_lp/images/bg_02.jpg") no-repeat top ;
	background-size: 100% 100%;
	padding-top: 226px;
}
.lp_cont_02 div.img_02_01 img {
	width: 50%;
	display: inline-block;
	
}


.lp_cont_03{
	background: #fff8fc url("https://bidol.itembox.design/item/lp/24ss-limited_lp/images/bg_03.jpg") no-repeat top ;
	background-size: 100% auto;
}

.product_lp_cont div.btn_osusume {
	padding: 80px 0 0 ;

}

.product_lp_cont div.btn_osusume img{
	width:75%;
	height: auto;
	margin: 0 auto;
}

.product_lp_cont div.btn_buy {
	padding: 80px 0 200px;
}
.product_lp_cont div.btn_buy img{
	width:75%;
	height: auto;
	margin: 0 auto;
}

.product_lp_cont .lp_cont_03 div.btn_buy {
	padding: 30px 0 200px;
}



.lp_cont_04{
	background: #fff8fc url("https://bidol.itembox.design/item/lp/24ss-limited_lp/images/bg_04.jpg") no-repeat top ;
	background-size: 100% auto;
}



.lp_cont_05{
	background: #fff8fc url("https://bidol.itembox.design/item/lp/24ss-limited_lp/images/bg_05.jpg") no-repeat top ;
	background-size: 100% auto;
}



.lp_cont_06{
	background: url("https://bidol.itembox.design/item/lp/24ss-limited_lp/images/bg_06.jpg") no-repeat top ;
	background-size: 100% 100%;
}



.lp_cont_07{
	background: #f5faff url("https://bidol.itembox.design/item/lp/24ss-limited_lp/images/bg_07.jpg") no-repeat top ;
	background-size: 100% auto;
}



.lp_cont_08{
	background: #f5faff url("https://bidol.itembox.design/item/lp/24ss-limited_lp/images/bg_08.jpg?v=0004") no-repeat top ;
	background-size: 100% auto;
}




.lp_cont_09{
	background: #f5faff url("https://bidol.itembox.design/item/lp/24ss-limited_lp/images/bg_09.jpg?v=0003") no-repeat top ;
	background-size: 100% auto;
	padding-bottom: 100px;
}




.lp_cont_other{
	width: 74.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
    padding: 164px 0 40px 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: 0;
	left:0;
	display: block;
	text-align: center;
	font-size: 15px;
	width: 100%;
	color: #f16bb0;
	font-weight: bold;
}



@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;

	}


	.lp_cont_02{
		padding-top: 30vw;
	}

	

	.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;
		}

	.lp_cont_other{
		width: 74.8%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 auto;
		padding: 21vw 0 5vw 0;

	}
	.lp_cont_other div{
		width:50%;
	}

	.lp_cont_other .comingsoon::before{
		font-size: 11px;
		width: 100%;
	}


	
}

