

@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0; /* 画像のマイナス幅 */
    }
}

div#wrapper.lpcont{
	background: #fef3f3;
}



.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_links{
    padding: 0 20px;
}

.lp_cont_links ul {
	display: flex;
    border-left: 1px solid #ccc;
    flex-wrap: wrap;
}

.lp_cont_links ul li{
	width: 33.333%;
	position: relative;
	line-height: 130%;
}

.lp_cont_links ul li:hover{
	background: rgba(245,212,212,.3);
}

.lp_cont_links ul li::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	transition:  all.2s ease-in-out;
	
}

.lp_cont_links ul li:hover::after{
	bottom: -5px;
}


.lp_cont_links ul li a{
    display: block;
    border-right: 1px solid #ccc;
    text-align: center;
    height: 80px;
    padding: 22px 0 0 0;
    font-size: 20px;
	font-weight: bold;
	letter-spacing: .02em;
	
	color: #676767;
	
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.lp_cont_links ul li a span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


.lp_cont_01{
	background: url("https://fujiko.itembox.design/item/lp/springcam_1buy1/images/bg_01.jpg") no-repeat center ;
	background-size: 100% 100%;
}
.lp_cont_12{
	background: url("https://fujiko.itembox.design/item/lp/springcam_1buy1/images/bg_12.jpg") no-repeat center ;
	background-size: 100% 100%;
}

.lp_cont_02{
	background: url("https://fujiko.itembox.design/item/lp/springcam_1buy1/images/bg_02.jpg") no-repeat center ;
	background-size: 100% 100%;

}

.lp_cont_03{
	background: url("https://fujiko.itembox.design/item/lp/springcam_1buy1/images/bg_03.jpg") no-repeat center ;
	background-size: 100% 100%;
}

.lp_cont_04{
	background: #fff url("https://fujiko.itembox.design/item/lp/springcam_1buy1/images/bg_04.jpg") no-repeat center top ;
	background-size: 100% auto;	
}

.lp_cont_05{
	background: #fff url("https://fujiko.itembox.design/item/lp/springcam_1buy1/images/bg_05.jpg") no-repeat center top ;
	background-size: 100% auto;	
}

.lp_cont_06{
	background: #f9f4f1 url("https://fujiko.itembox.design/item/lp/springcam_1buy1/images/bg_06.jpg") no-repeat center top ;
	background-size: 100% 100%;	
}
.lp_cont_07{
	background: #fff url("https://fujiko.itembox.design/item/lp/springcam_1buy1/images/bg_07.jpg") no-repeat center top ;
	background-size: 100% auto;	
}
.lp_cont_08{
	background: #fff url("https://fujiko.itembox.design/item/lp/springcam_1buy1/images/bg_08.jpg") no-repeat center top ;
	background-size: 100% auto;	
}
.lp_cont_10{
	background: #fff url("https://fujiko.itembox.design/item/lp/springcam_1buy1/images/bg_10.jpg?v=0001") no-repeat center top ;
	background-size: 100% auto;	
}
.lp_cont_11{
	background: #fff url("https://fujiko.itembox.design/item/lp/springcam_1buy1/images/bg_11.jpg?v=0001") no-repeat center top ;
	background-size: 100% 100%;	
}



.lp_cont_mov{
	padding: 20px 0 50px;
	text-align: center;
}

.lp_cont_mov video {
    width: 400px;
    height: 610px;
}





@keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -900px 0; /* 画像のマイナス幅 */
    }
}
@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0; /* 画像のマイナス幅 */
    }
}


@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
	}
		
}






@media screen and (max-width: 640px) {


	.lp_cont_mov{
		
	}

	.lp_cont_mov video{
		width:69.6vw;
		height: 105.2vw;
	}

}



.item-slick2 .slick-next{
	right: 0;
	width:18px;
}
.item-slick2 .slick-prev{
	left: 0;
	width:18px;
}
.item-slick2 .slick-arrow::before{
	font-size: 2.5rem;
    line-height: 1.5;
    color: #ccc;
}





.btnArea{
	padding: 0 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 0;
	position: relative;
	margin-top: -30px;
}
.btnArea2{
	padding: 0 40px 0;
	justify-content: space-between;
	height: 188px;
}
.btnArea3{
	padding: 0 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 0;
	position: relative;
}

.btnArea.bgalpha{
}
.btnArea2.bgalpha{
}
.btnArea3.bgalpha{
}

.btnArea div{
	width: 48%;
}
.btnArea3 div{
	width: 48%;
}

.btnArea2 div{
	width: 48%;
	margin-bottom: 10px;
}
.btnArea div img,
.btnArea2 div img,
.btnArea3 div img{
	width: 100%;
	height: auto;
	
}

.btn_txt{
	z-index: 2;
	position: relative;
	pointer-events: none;
}



@media screen and (max-width: 640px) {
	.btnArea{
		padding: 0 7vw 20px;
		margin-top: -20px;
	}
	.btnArea2{
		height: 31.2vw;
	}
	
	.btnArea3{
		padding: 0 7vw 20px;
	}
	
}



