

@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0; /* 画像のマイナス幅 */
    }
}

div#wrapper.lpcont{
	background: #F2F2F2;
}



.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{
	background: #6a201c url("images/bg_02.jpg?v=0006") no-repeat center top;
	background-size: 100% auto;
}

.lp_cont_03_1{
	background: url("images/bg_03_01.jpg?v=0004") no-repeat center top;
	background-size: 100% 100%;
}
.lp_cont_03_2{
	background: url("images/bg_03_02.jpg?v=0004") no-repeat center top;
	background-size: 100% 100%;
}

.lp_cont_04{
	background: url("images/bg_04.jpg?v=0002") no-repeat center top;
	background-size: 100% 100%;
}



.menubtn{
	display: flex;
	gap: 0 4%;
	justify-content: center;
}
.menubtn li{
	width: 44%;
}
.menubtn li img{
	width: 100%;
	height: auto;
	
}
@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
	}
		
}






/*point*/

#agemorePoint{
	padding: 0 0;
}



#agemorePoint .pointBoxs{
	display: block;
	flex-wrap: wrap;

	justify-content: space-between;
	align-items: center;
	padding: 60px 0 0;
}
#agemorePoint .pointBoxs.point1{
	background: #FF3EB5 url("../../../images/point1_bg.png") no-repeat center top;
	background-size: 100% auto;
	flex-direction: row-reverse;
}
#agemorePoint .pointBoxs.point2{
	background: #EEF162 url("../../../images/point2_bg.png") no-repeat center top;
	background-size: 100% auto;
	padding-left: 0%;
}
#agemorePoint .pointBoxs.point3{
	background: #FF7600 url("../../../images/point3_bg.png") no-repeat center top;
	background-size: 100% auto;
	flex-direction: row-reverse;
}

#agemorePoint .pointTxts{
	width:80%;
	margin: 0 auto;
	padding-bottom: 20px;
}

#agemorePoint .pointTitle{
	font-size: 26px;
	margin-bottom: 15px;
	padding: 0 0 0 102px;
	line-height: 140%;
	position: relative;
}
#agemorePoint .pointTitle ruby[data-ruby] {
  position:relative;
}
#agemorePoint .pointTitle ruby[data-ruby]::before {
  content: attr(data-ruby);
  position:absolute;
  left:-2em;
  top:-1.1em;
  right:-2em;
  text-align:center;
  font-size:.5em;
}
#agemorePoint .pointTitle rt{
	display: none;
}
#agemorePoint .point1 .pointTitle::before{
	content: "";
	width: 110px;
	height: 102px;
	background: url("../../../images/point1_icon.png") no-repeat 0 0;
	background-size: 100% auto;
	position: absolute;
	bottom: -5px;
	left: -20px;
}
#agemorePoint .point2 .pointTitle::before{
	content: "";
	width: 110px;
	height: 102px;
	background: url("../../../images/point2_icon.png") no-repeat 0 0;
	background-size: 100% auto;
	position: absolute;
	bottom: -5px;
	left: -20px;
}
#agemorePoint .point3 .pointTitle::before{
	content: "";
	width: 110px;
	height: 102px;
	background: url("../../../images/point3_icon.png") no-repeat 0 0;
	background-size: 100% auto;
	position: absolute;
	bottom: -5px;
	left: -20px;
}


#agemorePoint p.pointTxt{
	font-size: 18px;
}

#agemorePoint .pointTxts p{
	font-size: 18px;
}

#agemorePoint .pointTxts p.asta{
	font-size: 14px;
}

#agemorePoint ul.pointList {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

#agemorePoint ul.pointList li{
	width: 50%;
	padding-left: 16px;
	background: url("../../../images/point_check.png") no-repeat 0 center;
	background-size: 11px auto;
	font-size: 18px;
	margin-bottom: 6px;
}

#agemorePoint .pointImg{
	width:100%;
}
#agemorePoint .pointImg img{
	width: 100%;
	height: auto;
}

#agemorePoint .point2 .pointImg {
	padding: 0 0 20px ;

}

#agemorePoint .point2 .pointImg img{
	width: 30%;
	height: auto;
	display: block;

	margin: 0 auto 0;
}




@media screen and (max-width: 768px) {

	#product_lp{
		margin-bottom: 0;
	}

	/*point*/

	#agemorePoint .pointBoxs{
		display: block;
		flex-wrap: wrap;

		justify-content: space-between;
		align-items: center;
		padding: 40px 0 0;
	}
	#agemorePoint .pointTxts{
		width:80%;
		margin: 0 auto;
		padding-bottom: 10px;
	}


	#agemorePoint .pointTitle{
		font-size: 16px;
		margin-bottom: 15px;
		padding: 0 0 0 60px;
		line-height: 140%;
		position: relative;
	}

	

	#agemorePoint .point1 .pointTitle::before{
		content: "";
		width: 75px;
		height: 70px;
		background: url("../../../images/point1_icon.png") no-repeat 0 0;
		background-size: 100% auto;
		position: absolute;
		bottom: -5px;
		left: -20px;
	}
	#agemorePoint .point2 .pointTitle::before{
		content: "";
		width: 75px;
		height: 70px;
		background: url("../../../images/point2_icon.png") no-repeat 0 0;
		background-size: 100% auto;
		position: absolute;
		bottom: -5px;
		left: -20px;
	}
	#agemorePoint .point3 .pointTitle::before{
		content: "";
		width: 75px;
		height: 70px;
		background: url("../../../images/point3_icon.png") no-repeat 0 0;
		background-size: 100% auto;
		position: absolute;
		bottom: -5px;
		left: -20px;
	}


	
	#agemorePoint p.pointTxt{
		font-size: 12px;
	}

	#agemorePoint .pointTxts p{
		font-size: 12px;
	}
	#agemorePoint .pointTxts p.asta{
		font-size: 10px;
	}

	#agemorePoint ul.pointList li{
		width: 50%;
		padding-left: 16px;
		background: url("../../../images/point_check.png") no-repeat 0 center;
		background-size: 11px auto;
		font-size: 12px;
		margin-bottom: 6px;
		line-height: 140%;
	}


	
	
}



