@charset "utf-8";
/* CSS Document */
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#LP{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.inner{
	max-width: 800px;
	margin: 0 auto;
}
.full_bg{
    max-width: 1920px;
    position: relative;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.fv_1{
    background-image: url("../images/01/01-placentafvbg.jpg");
}
.fv_2{
    background-image: url("../images/01/01-lactina_offer1bg.jpg");
}


.lp_01{
    background-image: url("../images/02/02-placenta_08bg.jpg");
}

.lp_02{
    background-image: url("../images/02/02-placenta_14bg.jpg");
}

.lp_03{
    background-image: url("../images/02/02-placenta_17bg.jpg");
}

.lp_04{
    background-image: url("../images/02/02-placenta_23bg.jpg");
}

.lp_05{
    background-image: url("../images/03/03-placenta_02bg.jpg");
}

.lp_06{
    background-image: url("../images/03/03-placenta_08bg.jpg");
}

.lp_07{
    background-image: url("../images/03/03-placenta_14bg.jpg");
}

.lp_08{
    background-image: url("../images/03/03-placenta_20bg.jpg");
}

.lp_09{
    background-image: url("../images/04/04-placenta_02bg.jpg");
}

.lp_10{
    background-image: url("../images/04/04-placenta_14bg.jpg");
}
.lp_11{
    background-image: url("../images/04/04-placenta_20bg.jpg");
}
.lp_12{
    background-image: url("../images/04/04-placenta_23bg.jpg");
}


.bgcolor01{
	background-color:#FFFFFF;
}

.bgcolor02{
	background-color:#fff5f0;
}

.bgcolor03{
	background-color:#da0057;
}

.bgcolor04{
	background-color:#fee5e6;
}

.bgcolor05{
	background-color:#da0056;
}

.offer_01{
    background-image: url("../images/offer2/offer2bg.jpg");
}

.offer_03{
    background-image: url("../images/offer3/offer3bg.jpg");
}


/*----------CTA 按鈕 star----------*/

.fixed-obj{
    position: fixed;
    top: -380px;
    right: 0;
    max-width: 270px;
    width: 100%;
    z-index: 999;
    transition: top .5s ease-out;
}

.fixed-obj.show_sta{
    top: 105px;
}


.fixed-obj #pc_sta{
    width: 220px;
    display: block;
    margin: 0 0 0 auto;
}

.fixed-obj #mobile_sta{
    display: none;
    margin: 0 auto;
}


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

	.fixed-obj #pc_sta{
        display: none;
    }

	 .fixed-obj #mobile_sta{
			display: block;
	  }
    
    .fixed-obj {
        top: auto;
        bottom: -360px;
		max-width: 800px;
        transition: bottom .5s ease-out;
    }

    .fixed-obj.show_sta{
        top: auto;
        bottom: 0;
    }	
	
}

/*----------CTA 按鈕 end----------*/











