
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;
	
}

.product_lp_cont div input[type=image]{
	width: 100%;
	height: auto;
	
}


.lp_cont_01{
	background: url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-01.jpg") no-repeat top ;
	background-size: 100% 100%;
}
.lp_cont_01.makelook{
	background: url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-01-2.jpg") no-repeat top ;
	background-size: 100% 100%;
}

.img_01_01{
	margin-bottom: 613px;
	width: 100%;
	height: 312px;
}
.img_01_02{
	margin-bottom: 155px;
}

.lp_cont_menu{
	background: #fff;
	margin-top: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:0 6px;
}
.lp_cont_menu div{
	width: 200px;
}
.lp_cont_menu div img{
	width: 100%;
	height: auto;
}

.lp_cont_02{
	background: url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-02.jpg") no-repeat left top ;
	background-size: 100% 100%;
}
.img_02_01{
	padding-top: 215px;
}

.lp_cont_03{
	background: #ffe4e4 url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-03.jpg") no-repeat left top ;
	background-size: 100% auto;
}
.img_03_01{
	padding-bottom: 0;
}



.lp_cont_04{
	background: #cf7c79 url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-04.jpg") no-repeat left top ;
	background-size: 100% auto;
}
.img_04_03{
	padding-bottom: 0;
}


.lp_cont_05{
	background: #cf7c79 url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-05.jpg") no-repeat left top ;
	background-size: 100% auto;
}

.img_05_02{
	padding-bottom: 0;
}



.lp_cont_06{
	background: #acc0d3 url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-06.jpg?v=0001") no-repeat left top ;
	background-size: 100% auto;
}
.img_06_01{
	padding-bottom: 1153px;
}


.lp_cont_06 .lp_cont_other{
	padding: 0 95px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lp_cont_06 .lp_cont_other div{
	width: 50%;

}
.lp_cont_06 .lp_cont_other div img{
	width: 100%;
	height: auto;

}

.lp_cont_06 .lp_cont_other div.howtobtn img{
	-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;
}


.lp_cont_07{
	background: #ffecec url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-07.jpg") no-repeat left top ;
	background-size: 100% auto;
}

.lp_cont_08{
	background: #ffecec url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-08.jpg") no-repeat left top ;
	background-size: 100% auto;
}


.buyBtnlp {
	padding: 40px 0 80px 0;
}

.buyBtnlp a{
	display: block;
	width:70%;
	margin: 0 auto;
	padding: 20px 0 23px;
	border: 2px solid #fff;
	border-radius: 30px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	background: linear-gradient(#F5A2A8, #d9505a);	
	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 a span{
	font-size: 22px;
	display: block;
	margin-bottom: 8px;
}
.buyBtnlp a:hover{
	text-decoration: none;
}


.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;
	*/
}
.lp_cont_other a.newitems{
	pointer-events: none;
	opacity: .5;
}

@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_01{
		background: url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-01.jpg") no-repeat top ;
		background-size: 100% 100%;
	}
	.lp_cont_01.makelook{
		background: url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-01-2.jpg") no-repeat top ;
		background-size: 100% 100%;
	}
	.img_01_01{
		margin-bottom: 81.6vw;
		width: 100vw;
		height: 41.6vw;
	}
	.img_01_02{
		margin-bottom: 20.7vw;
	}

	.lp_cont_menu{
		background: #fff;
		margin-top: 13vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:0 3px;
	}
	.lp_cont_menu div{
		width: 26.8vw;
	}
	.lp_cont_menu div img{
		width: 100%;
		height: auto;
	}

	.lp_cont_02{
		background: url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-02.jpg") no-repeat left top ;
		background-size: 100% 100%;
	}
	.img_02_01{
		padding-top: 28.5vw;
	}

	.lp_cont_03{
		background: #ffe4e4 url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-03.jpg") no-repeat left top ;
		background-size: 100% auto;
	}
	.img_03_01{
		padding-bottom: 0;
	}



	.lp_cont_04{
		background: #cf7c79 url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-04.jpg") no-repeat left top ;
		background-size: 100% auto;
	}
	.img_04_03{
		padding-bottom: 0;
	}


	.lp_cont_05{
		background: #cf7c79 url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-05.jpg") no-repeat left top ;
		background-size: 100% auto;
	}

	.img_05_02{
		padding-bottom: 0;
	}



	.lp_cont_06{
		background: #acc0d3 url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-06.jpg?v=0001") no-repeat left top ;
		background-size: 100% auto;
	}
	.img_06_01{
		padding-bottom: 153.7vw;
	}


	.lp_cont_06 .lp_cont_other{
		padding: 0 12.7vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.lp_cont_06 .lp_cont_other div{
		width: 50%;

	}
	.lp_cont_06 .lp_cont_other div img{
		width: 100%;
		height: auto;

	}



	.lp_cont_07{
		background: #ffecec url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-07.jpg") no-repeat left top ;
		background-size: 100% auto;
	}

	.lp_cont_08{
		background: #ffecec url("https://bidol.itembox.design/item/lp/24ss_lp/images/bg-08.jpg") no-repeat left top ;
		background-size: 100% auto;
	}


	.buyBtnlp {
		padding: 9vw 0 14vw 0;
	}

	.buyBtnlp a{
		display: block;
		width:75%;
		margin: 0 auto;
		padding: 16px 0 19px;
		border: 2px solid #fff;
		border-radius: 5.5vw;
		text-align: center;
		font-size: 6vw;
		font-weight: bold;
		box-shadow: 0 0 20px rgba(0,0,0,.2);
		background: linear-gradient(#F5A2A8, #d9505a);	
		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 a span{
		font-size: 4.2vw;
		display: block;
		margin-bottom: 8px;
	}
	.buyBtnlp a:hover{
		text-decoration: none;
	}


}

