


@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0; /* 画像のマイナス幅 */
    }
}


#wrapper{
	background: #fef3f3
}
.product_lp_cont{

}

.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{
	background: url("https://fujiko.itembox.design/item/lp/aburatoriwaterpowder_neo/images/menu_bg.jpg") no-repeat center ;
	background-size: 100% 100%;
    padding: 0 20px;
}

.lp_cont_links ul {
	display: flex;
	justify-content: space-between;
    border-left: 1px solid #ccc;
}

.lp_cont_links ul li{
	width: 33%;
	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: 70px;
    padding: 6px 0 0 0;
    font-size: 13px;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 120%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.lp_cont_links ul li a span{
    display: flex;
	justify-content: center;
    font-size: 16px;
    font-weight: normal;
    align-items: center;
    height: 30px;
    width: 100%;
}
.lp_cont_links ul li a span.mj{
    font-size: 12px;
	font-weight: normal;
    height: 1em;
}


.buybtn{
	text-align: center;
	padding: 50px 0 0;
	background: #fff;
}
.buybtn2{
	text-align: center;
	padding: 0 0 50px;
	background: #fff;
}
.buybtn3{
	text-align: center;
	padding: 50px 0 50px;
	background: #fff;
}

.buybtn img,
.buybtn2 img,
.buybtn3 img{
	width: 67% !important;
	height: auto;
}



.lp_cont_01{
	background: url("https://fujiko.itembox.design/item/lp/dualcushion_new/images/bg_01.jpg?v=0003") no-repeat center top ;
	background-size: 100% auto;
}

.lp_cont_02{
	background: url("https://fujiko.itembox.design/item/lp/dualcushion_new/images/bg_02.jpg?v=0003") no-repeat center top ;
	background-size: 100% auto;
}

.lp_cont_03{
	background: url("https://fujiko.itembox.design/item/lp/dualcushion_new/images/bg_03.jpg?v=0003") no-repeat center top ;
	background-size: 100% auto;
}

.lp_cont_04{
	background: url("https://fujiko.itembox.design/item/lp/dualcushion_new/images/bg_04.jpg?v=0004") no-repeat center top ;
	background-size: 100% auto;	
}
.lp_cont_05{
	background: url("https://fujiko.itembox.design/item/lp/dualcushion_new/images/bg_05.jpg?v=0004") no-repeat center top ;
	background-size: 100% auto;	
}
.lp_cont_06{
	background: url("https://fujiko.itembox.design/item/lp/dualcushion_new/images/bg_06.jpg?v=0004") no-repeat center top ;
	background-size: 100% auto;
}

.lp_cont_07{
	background: url("https://fujiko.itembox.design/item/lp/dualcushion_new/images/bg_07.jpg?v=0004") no-repeat center top ;
	background-size: 100% auto;	
}
.lp_cont_08{
	background: url("https://fujiko.itembox.design/item/lp/dualcushion_new/images/bg_08.jpg?v=0004") no-repeat center top ;
	background-size: 100% auto;	
}
.lp_cont_09{
	background: url("https://fujiko.itembox.design/item/lp/dualcushion_new/images/bg_09.jpg?v=0004") no-repeat center top ;
	background-size: 100% auto;	
}
.lp_cont_10{
	background: url("https://fujiko.itembox.design/item/lp/dualcushion_new/images/bg_10.jpg?v=0004") no-repeat center top ;
	background-size: 100% auto;	
}




.bb{
	animation: btnAnime2 4s ease -2s infinite alternate;
}



.aa{
	animation: btnAnime 4s ease -2s infinite alternate;
}



@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) {


}




.btnArea{
	padding: 20px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: rgba(223,196,190,1.00)
}
.btnArea.bgalpha{
	background: rgba(223,196,190,0)
}
.btnArea div{
	width: 48%;
}
.btnArea div img{
	width: 100%;
	height: auto;
	
}

