/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Helvetica, sans-serif, 'Noto Sans TC', 微軟正黑體 !important;
    line-height: 1.5em;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

/*mobile*/
.mobile-show {
	display:none;
}

/*section background*/
#fullpage .section{
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
#fullpage .section1 {
	background-image: url("../img/bg-section1.jpg");
}
#fullpage .section2 {
	background-image: url("../img/bg-section2.jpg");
}
#fullpage .section3 {
	background-image: url("../img/bg-section3.jpg");
}
#fullpage .section4 {
	background-image: url("../img/bg-section4.jpg");
}
#fullpage .section5 {
	background-image: url("../img/bg-section5.jpg");
}
#fullpage .section6 {
	background-image: url("../img/bg-section6.jpg");
}
#fullpage .section7 {
	background-image: url("../img/bg-section7.jpg");
}
#fullpage .section8 {
	background-image: url("../img/bg-section8.jpg");
}
#fullpage .section9 {
	background-image: url("../img/bg-section9.jpg");
}
#fullpage .section10 {
	background-image: url("../img/bg-section10.jpg");
}

/*layout*/
body, html{
    overflow: hidden !important;
}
.content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}


/*mouse*/
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: calc(0% + 150px);
}
.scroll-btn > * {
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 25px;
	height: 38px;
	margin: 0 auto 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 1.5s linear infinite;
	-moz-animation: ani-mouse 1.5s linear infinite;
	animation: ani-mouse 1.5s linear infinite;
}


/*nav-point*/
#fp-nav ul li a.active span {
    background: transparent;
    border: 1px solid #333;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.3), 0 0 0 1px rgba(255,255,255,0.3) inset;
}
#fp-nav ul li a span {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.3);
}

/*section1*/
.logo {
	position: absolute;
	top: 40px;
}
.logo img {
	width: 125px;
}
.product-title {
	position: relative;
	animation-delay: 1s;
}
.product-title-baby {
    position: absolute;
    width: 90px !important;
    height: 87px;
    left: 3px;
    top: 165px;
    animation: ani-baby 1.5s linear infinite;
}
@keyframes ani-baby {
	0% {
	top: 165px;
	}
	25% {
	top: 170px;
	}
	50% {
	top: 165px;
	}
	75% {
	top: 160px;
	}
}
.product-name {
	max-width: 600px;
	animation-delay: 1s;
}
.product-name img {
	width: 600px;
}
.product-name-line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.8);
    display: block;
    position: absolute;
    right: calc(50% + 620px);
    top: calc(50% - 137px);
    animation-delay: .5s;
}
.product-dec {
	color: #fff;
	font-size: 16px;
	animation-delay: 1s;
}
.product-image {
	animation-delay: 1s;
}
.product-image img {
	width: 600px;
}
.product-dec {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    margin-top: 30px;
    padding-left: 5px;
}


/*section2*/
.confuse-title {
	font-weight: 700;
	color: #071d31;
	font-size: 60px;
	position: absolute;
	top: calc(50% - 300px);
}
.on-fire {
	width: 1400px;
	margin-top: -50px;
}
.on-fire img {
	max-width: 1400px;
	position: absolute;
}
.on-fire-ani1{
	animation-delay: .1s;
	animation-duration: 10s;
}
.on-fire-ani2{
	animation-delay: .4s;
	animation-duration: 9.5s;	
}
.on-fire-ani3{
	animation-delay: .7s;
	animation-duration: 9s;

}
.on-fire-ani4{
	animation-delay: 1s;
	animation-duration: 8.5s;
}
.sad-people {
    position: absolute;
    bottom: calc(50% - 350px);
}
.sad-people img {
	width: 270px;
}
.sad-ppl-ani1 {
	animation-delay: .2s;
}
.sad-ppl-ani2 {
	animation-delay: .4s;
}
.sad-ppl-ani3 {
	animation-delay: .6s;
}
.sad-ppl-ani4 {
	animation-delay: .8s;
}


/*section3*/
.mij-title {
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: calc(50% - 75px);
	font-size: 64px;
}
.mij {

    position: absolute;
    font-family: arial;
    font-weight: 700;
    color: #ff0e47;
    font-size: 120px;
    line-height: 1em;
    top: calc(50% - 330px);
	left: calc(50% - 700px);
}
.mij-dec {
    font-weight: 200;
    color: #061b2e;
    font-size: 18px;
    width: 450px;
    text-align: justify;
    margin-left: 900px;
    margin-top: 440px;
}


/*section4*/
.section4 img {
	width: 100%;
}
.warning-bar {
    position: absolute;
    right: 0;
    width: 400px;
    top: 0;
}
.anti-atf {
    position: absolute;
    width: 1000px;
    right: calc(50% - 170px);
    top: calc(50% - 430px);
    animation-delay: .2s;
    animation-duration: 1s;
}
.anti-atf-title {
    position: absolute;
    font-weight: 700;
    font-size: 60px;
    top: calc(50% - 390px);
    left: calc(50% - 80px);
    line-height: 1.2em;
    color: #061b2e;
}
.anti-atf-title span {
	color: #e42158;
}
.anti-atf-point {
    position: absolute;
    width: 75px;
}
.anti-atf-point.aap1 {
    left: calc(50% - 455px);
    top: calc(50% + 90px);
    animation-delay: 0.6s;
}
.anti-atf-point.aap2 {
    left: calc(50% - 380px);
    top: calc(50% + 100px);
    animation-delay: 0.9s;
}
.anti-atf-point.aap3 {
    left: calc(50% - 235px);
    top: calc(50% + 10px);
    animation-delay: 1.2s;
}
.anti-atf-point.aap4 {
    left: calc(50% - 115px);
    top: calc(50% + 120px);
    animation-delay: 1.5s;
}
.anti-atf-point {
	animation-duration: 1s;
}
.anti-atf-list {
    position: absolute;
    width: 600px;
    left: 50%;
    bottom: calc(50% - 350px);
}
.anti-atf-list li {
    display: flex;
    width: 500px;
    align-items: center;
    background: #10273c;
    padding: 10px;
    border-radius: 100px;
    margin-bottom: 10px;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.3);
}
.aal2 {
    margin-left: 30px;
}
.aal3 {
    margin-left: 60px;
}
.aal4 {
    margin-left: 90px;
}
.anti-atf-img {
	width: 105px;
	margin-right: 15px;
}
.anti-atf-img img {
	display: block;
}
.anti-aft-dec {
    color: #fff;
    font-size: 18px;
}
.anti-aft-dec span {
	color: #ffe400;
}


/*section5*/
.section5 img {
	width: 100%;
}
.miyari-baby {
    width: 465px;
    position: absolute;
    right: calc(50% + 310px);
    top: calc(50% - 350px);
}
.miyari-baby img {
	animation-duration: 5s;
}
.miyari-baby-title {
    position: absolute;
    font-size: 54px;
    line-height: 1.2em;
    font-weight: 700;
    color: #061b2e;
	right: calc(50% + 300px);
    top: calc(50% - 90px);
    animation-delay: .5s;
}
.miyari-baby-title span.delay1 {
	display: inline-block;
	color: #b52922;
	animation-delay: 1s;
}
.miyari-baby-title span.delay2 {
	animation-delay: 3s;
	line-height: 1em;
}
.miyari-baby-single {
	width: 150px;
	position: absolute;
}
.miyari-baby-single img {
	animation-duration: 2s;
}
.mbs1 {
    margin: -350px 0 0 -110px;
    animation-delay: 2.5s;
}
.mbs1 .shield {
	animation-delay: 2.8s;
}
.mbs2 {
    margin: 120px 0 0 -170px;
    animation-delay: 2s;
}
.mbs2 .shield {
	animation-delay: 2.3s;
}
.mbs3 {
    margin: -220px 0 0 410px;
    animation-delay: 1s;
}
.mbs3 .shield {
	animation-delay: 1.3s;
}
.mbs4 {
    margin: 40px 0 0 150px;
    animation-delay: 1.5s;
}
.mbs4 .shield {
	animation-delay: 1.8s;
}
.mbs5 {
    margin: -450px 0 0 730px;
    animation-delay: .5s;
}
.mbs5 .shield {
	animation-delay: .8s;
}
.mbs6 {
    margin: 100px 0px 0px 750px;
    animation-delay: 3s;
}
.mbs6 .shield {
	animation-delay: 3.3s;
}
.miyari-baby-single .shield {
    position: absolute;
    width: 30px;
    top: 80px;
    right: 2px;
}


/*section6*/
.recommend-box {
	width: 1200px;
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}
.recommend-img {
	padding: 30px;
}
.recommend-img img{
	width: 456px;
	display: block;
}
.recommend-inner {
	padding: 0px 60px 0 40px;
}
.recommend-dec img {
	width: 100%;
}
.recommend-title {
	font-size: 60px;
	font-weight: bold;
	color: #061b2e;
	position: relative;
	right: 50px;
}
.recommed-subtitle {
	color: #071b2f;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}
.recommend-dec {
	font-size: 18px;
	color: #48535e;
	line-height: 1.8em;
	font-weight: 200;
}
.recommend-box.recommend-box1 {
    right: 50px;
    position: relative;
    margin-bottom: 30px;
}
.recommend-box.recommend-box2 {
	position: relative;
    right: -50px;
}


/*section7*/
.features-content {
	width: 1100px;
	text-align: center;
}
.features-title {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 1em;
	text-shadow: 0 2px 5px rgba(0,0,0,0.3);
	margin-top: 100px;
}
.features-title span {
	color: #ffea00;
}
.good-bad {
    font-size: 18px;
    color: #fff;
    font-weight: 200;
}
.features-sub-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 50px 0 0;
    letter-spacing: 2px;
}
.feature4 {
	animation-delay: 1s;
}
.feature4 li {
    float: left;
    width: 25%;
}
.feature-img img {
	width: 125px;
}
.features-list {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.features-list span {
    background: #fff;
    color: #e65070;
    line-height: 28px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    height: 25px;
    font-weight: 600;
    font-size: 16px;
    margin-right: 7px;
}
.cert-box {
    position: absolute;
    right: calc(50% + 600px);
    top: calc(50% - 150px);
}
.cert-box a {
	display: block;
	margin-bottom: 20px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.cert-box img{
    width: 130px;
    display: block;
}


/*section8*/
.section8 .content {
	flex-direction: column;
}
.faq-title {
	font-size: 130px;
	font-weight: bolder;
	color: #061b2e;
	margin-bottom: 30px;
}
.faq-title span {
	display: block;
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	margin-top: -40px;
}
.faq-list img {
	width: 120px;
	position: absolute;
}
.faq-list li {
	width: 800px;
	position: relative;
	margin-bottom: 20px;
	animation-duration: 1.5s;
}
.faq-dec {
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
}
.faq-q {
	margin-left: -150px;
}
.faq-a {
	margin-right: -150px;
}
.faq-q .faq-dec {
	background: #62cec8;
	padding: 25px 40px 25px 150px;
}
.faq-q img {
	left: 10px;
	bottom: 10px;
}
.faq-a .faq-dec{
	background: #4498b7;
	font-weight: 200;
	padding: 25px 150px 25px 40px;
}
.faq-a img {
	right: 15px;
	bottom: 15px;
}
.faq-list li:first-child, .faq-list li:nth-child(2) {
	animation-delay: .5s;
}
.faq-list li:nth-child(3), .faq-list li:nth-child(4) {
	animation-delay: .8s;
}
.faq-list li:nth-child(5), .faq-list li:nth-child(6) {
	animation-delay: 1.2s;
}


/*section9*/
.section9 .content {
	flex-direction: column;
	text-align: center;
}
.contact-title {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.contact-dec {
	font-size: 18px;
	color: #fff;
	font-weight: 200;
	line-height: 1.5em;
	margin-bottom: 30px;
}
#contactForm , #contactForm .body{
	max-width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}
form {
	text-align: center;
}
form label {
	display: none;
}
form input, form textarea {
    border: none;
    background: #fff;
    color: #48535e;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 15px;
    width: 550px !important;
    padding: 20px 30px;
}
input::-moz-placeholder, ::placeholder{
    color: #48535e;
}
form input {
    border-radius: 99px;
}
form input#captcha {
	width: 400px !important;
	margin-right: 5px;
}
form textarea {
	border-radius: 30px;
}
form input:focus, form textarea:focus {
	border: none;
	box-shadow: 0 2px 15px rgba(120,220,220,0.8);
}
form input#submit {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0acffe+0,495aff+100 */
	background: #0acffe; /* Old browsers */
	background: -moz-linear-gradient(top, #0acffe 0%, #495aff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0acffe 0%,#495aff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0acffe 0%,#495aff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acffe', endColorstr='#495aff',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: none;
	padding: 15px 0;
	font-weight: 400;
	box-shadow: 0 8px 10px rgba(0,0,0,0.2);
	width: 300px !important;
	margin-top: 30px;
	transition: .3s;
	position: relative;
	top: 0;
}
form input#submit:hover {
	top: 5px;
	transition: .3s;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}


/*section10*/
.section10 img {
	width: 1250px;
	margin: 200px 0 0 0;
}


/*footer*/
footer{
	background: #061b2e;
	padding: 50px 0 70px;
}
.footer-info {
	display: block;
	width: 1600px;
	overflow: hidden;
	margin: 0 auto;
}
.footer-info li{
	float:left;
	width: 33.33%;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 200;
	font-size: 18px;
}
.footer-info li span {
	font-weight: 600;
}
.footer-info img {
	height: 80px;
	margin-right: 10px;
}
.social-link {
	display: block;
	text-align: center;
	margin-top: 30px;
}
.social-link a, a.social-btn.line.at-first {
	display: inline-block;
	color: #fff;
	padding: 15px 0;
	font-weight: 400;
	box-shadow: 0 8px 10px rgba(0,0,0,0.2);
	width: 300px;
	margin-top: 30px;
	transition: .3s;
	position: relative;
	top: 0;
	text-align: center;
	text-decoration: none;
	border-radius: 99px;
	border: none;
	margin: 0 15px;
}
a.social-btn.line.at-first {
    top: -20px;
}
.social-link a.fb{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d8fe1+0,625eb1+100 */
	background: #1d8fe1; /* Old browsers */
	background: -moz-linear-gradient(top, #1d8fe1 0%, #625eb1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1d8fe1 0%,#625eb1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1d8fe1 0%,#625eb1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d8fe1', endColorstr='#625eb1',GradientType=0 ); /* IE6-9 */
}
.social-link a.fb::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/icon-fb.png") center center/100% auto;
	position: absolute;
	left: 15px;
	top: 11px;
}
.social-link a.line, a.social-btn.line.at-first {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22e11d+0,56952b+100 */
	background: #22e11d; /* Old browsers */
	background: -moz-linear-gradient(top, #22e11d 0%, #56952b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #22e11d 0%,#56952b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22e11d 0%,#56952b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22e11d', endColorstr='#56952b',GradientType=0 ); /* IE6-9 */
}
.social-link a.line::before, a.social-btn.line.at-first::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/icon-line.png") center center/100% auto;
	position: absolute;
	left: 15px;
	top: 11px;
}
.social-link a:hover, a.social-btn.line.at-first:hover {
	top: 5px;
	transition: .3s;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.copyright {
    text-align: center;
    padding: 40px 0 0;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

@media screen and (max-width: 1366px) {
	/*section1*/
	.product-image img, .product-name img {width: 500px;}
	.product-name {max-width: 550px;}
	.product-name-line {right: calc(50% + 540px); top: calc(50% - 130px);}
	.product-title-baby {width: 70px !important; height: 67px; margin-top: -27px;}
	.scroll-btn {bottom: calc(0% + 100px);}
	/*section2*/
	.confuse-title {font-size: 54px; top: calc(50% - 220px);}
	.on-fire, .on-fire img {width: 1200px; max-width: 1200px;}
	.sad-people {bottom: calc(50% - 310px);}
	/*section3*/
	.mij {font-size: 100px; top: calc(50% - 270px); left: calc(50% - 530px);}
	.mij-title {font-size: 54px; top: calc(50% - 60px);}
	.mij-dec {font-size: 16px; width: 370px; margin-left: 680px; margin-top: 310px;}
	/*section4*/
	.warning-bar {width: 300px;}
	.anti-atf-title {font-size: 48px; top: calc(50% - 310px); left: calc(50% - 70px); line-height: 1em;}
	.anti-atf {width: 770px; right: calc(50% - 120px); top: calc(50% - 350px);}
	.anti-atf-point {width: 60px;}
	.anti-atf-point.aap1 {left: calc(50% - 360px); top: calc(50% + 50px);}
	.anti-atf-point.aap2 {left: calc(50% - 300px); top: calc(50% + 55px);}
	.anti-atf-point.aap3 {left: calc(50% - 190px); top: calc(50% + -10px);}
	.anti-atf-point.aap4 {left: calc(50% - 100px); top: calc(50% + 70px);}
	.anti-atf-list {bottom: calc(50% - 310px);}
	.anti-atf-list li {width: 450px;}
	.anti-atf-img {width: 90px;}
	/*section5*/
	.miyari-baby {width: 350px; right: calc(50% + 240px); top: calc(50% - 270px);}
	.miyari-baby-title {font-size: 44px; right: calc(50% + 190px); top: calc(50% - 70px);}
	.miyari-baby-single {width: 120px;}
	.miyari-baby-single .shield {width: 25px; right: 5px;}
	.mbs1 {margin: -270px 0 0 -50px}
	.mbs2 {margin: 80px 0 0 -130px;}
	.mbs3 {margin: -90px 0 0 210px;}
	.mbs4 {margin: 170px 0 0 120px}
	.mbs5 {margin: -310px 0 0 410px;}
	.mbs6 {margin: 100px 0px 0px 430px;}
	/*section6*/
	.recommend-title {font-size: 54px; margin-bottom: 10px;}
	.recommend-box {width: 1000px;}
	.recommend-box.recommend-box1 {margin-bottom: 20px; height: 250px;}
	.recommend-img img {width: 300px;}
	/*.recommend-dec img {width: 80%;}*/
	.recommend-dec {font-size: 16px; text-align: justify;}
	/*section7*/
	.features-title {font-size: 54px; line-height: 0.8em;}
	.features-sub-title {font-size: 24px; margin: 30px 0 0; letter-spacing: 1px;}
	.feature4 {width: 860px; overflow: hidden; margin: 0 auto;}
	.cert-box {right: calc(50% + 440px);}
	/*section8*/
	.faq-title {font-size: 100px; margin-bottom: 20px;}
	.faq-title span {font-size: 16px;}
	.faq-list li {margin-bottom: 15px;}
	.faq-list img {width: 90px;}
	.faq-q .faq-dec {padding: 20px 40px 20px 110px;}
	.faq-a .faq-dec {padding: 20px 110px 20px 40px;}
	.faq-dec { font-size: 16px;}
	/*section9*/
	.contact-title {font-size: 54px; margin-bottom: 0px; margin-top: 60px;}
	.contact-dec {font-size: 16px;}
	form input, form textarea {font-size: 16px; padding: 15px 20px; width: 500px !important;}
	form input#captcha {width: 300px !important;}
	form input#submit {margin-top: 10px;}
	/*section10*/
	.section10 img {width: 1000px; margin: 160px 0 0 0;}
	/*footer*/
	footer {padding: 30px 0 50px;}
	.footer-info {width: auto; padding: 0 20px;}
	.footer-info li {font-size: 14px; width: auto; margin: 0 10px;}
	.social-link {margin-top: 10px;}
	.footer-info ul {display: flex; justify-content: center;}
}

@media only screen and (max-width : 768px) {
	/*disable animated css*/
	.wow {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	body, html {
		overflow: auto !important;
	}
	.mobile-show {
		display: block;
	}
	.mobile-hide {
		display: none;
	}
	.section * {
		position: relative;
	}
	.content {
		display: block;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.content img {
		max-width: 100%;
	}
	
	/*section background*/
	#fullpage .section{
		background-size: cover;
	}
	#fullpage .section1 {
		background-image: url("../img/bg-section1-mb.jpg");
	}
	#fullpage .section2 {
		background-image: url("../img/bg-section2-mb.jpg");
	}
	#fullpage .section3 {
		background-image: url("../img/bg-section3-mb.jpg");
		background-size: 100% auto;
		background-position: center bottom;
		background-color: #fff;
	}
	#fullpage .section4 {
		background-size: 100% auto;
		background-position: center top;
		background-color: #fff;
	}
	#fullpage .section5 {
		background-image: url("../img/bg-section5-mb.jpg");
	}
	#fullpage .section6 {
		background-image: none;
		background-color: #e4e5eb;
	}
	#fullpage .section7 {
		background-image: url("../img/bg-section7-mb.jpg");
	}
	/*#fullpage .section8 {
		background-image: url("../img/bg-section8.jpg");
	}
	#fullpage .section9 {
		background-image: url("../img/bg-section9.jpg");
	}
	#fullpage .section10 {
		background-image: url("../img/bg-section10.jpg");
	}*/

	/*section1*/
	.logo {
		text-align: center;
		top: auto;
		padding-top: 30px;
	}
	.logo a {
		width: 80px;
		display: inline-block;
	}
	.product-title {
		margin: 0 0 30px;
	}
	.product-title-baby {
		width: 50px !important;
		height: 47px;
		margin-top: -61px;
		position: absolute !important;
	}
	.product-dec {
		text-align: justify;
		margin: 0;
		padding-bottom: 100px;
	}
	.product-image {
		margin: 30px auto 0;
		padding-bottom: 0;
		width: 80%;
	}
	a.social-btn.line.at-first {
        top: -10px;
        width: 200px;
        padding: 10px 0;
    }
    a.social-btn.line.at-first::before {
        width: 23px;
        height: 23px;
    }

	/*section2*/
	.section2 {
		padding-bottom: 40px;
	}
	.confuse-title {
		top: auto;
		font-size: 36px;
		text-align: center;
		margin-bottom: 30px;
	}
	.ofwp-box {
		overflow: hidden;
		padding-bottom: 20px;
		background: url("../img/on-fire-mb.png") no-repeat 50% 120px/100% auto;
	}
	.ofwp-list {
		float: left;
		width: 45%;
		text-align: center;
		margin: 0 2.5%;
	}

	/*section3*/
	.mij {
		top: auto;
		left: auto;
		text-align: center;
		font-size: 46px;
		padding-top: 70px;
	}
	.mij-title {
		font-size: 54px;
		top: auto;
		text-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 0 3px rgba(0,0,0,0.3);
		text-align: center;
		background: url("../img/bg-section3-title-mb.jpg") no-repeat center center/100% auto;
		padding: 80px 0;	
	}
	.mij-dec {
		font-size: 16px;
		margin-left: auto;
		margin-top: auto;
		padding: 0 30px 80px;
		width: auto;	
	}

	/*section4*/
	.section .warning-bar {
		position: absolute;
		width: 250px;
		margin-right: -30px;
	}
	.anti-atf-title {
		font-size: 30px;
		top: auto;
		left: auto;
		line-height: 1em;
		padding-top: 90px;
	}
	.anti-atf-list {
		bottom: auto;
		left: auto;
		width: 100%;
		padding-bottom: 50px;
	}
	.anti-atf-list li {
		width: 90%;
		margin: 0 auto 15px;
	}
	.anti-atf-img {
		width: 60px;
	}
	.anti-aft-dec {
		font-size: 14px;	
	}

	/*section5*/
	.miyari-baby {
		width: 80%;
		right: auto;
		top: auto;
		margin: 0 auto;
	}
	.miyari-baby-title {
		font-size: 30px;
		right: auto;
		top: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.miyari-baby-title.miyari-baby-title-process.mobile-show {
		font-size: 18px;
		padding-bottom: 50px;
		margin-bottom: 0;
	}

	/*section6*/
	.section.section6 {
		padding-bottom: 60px;
	}
	.recommend-title {
		font-size: 36px;
		margin-bottom: 20px;
		right: auto;
		text-align: center;
		padding-top: 40px;
	}
	.recommend-box {
		width: 100%;
		display: block;
		right: auto !important;
		height: auto !important;
	}
	.recommend-img {
		padding: 0;
	}
	.recommend-img img {
		width: 100%;
	}
	.recommed-subtitle {
		font-size: 26px;
		margin: 15px 0;
		text-align: center;
	}
	.recommend-inner {
		padding: 5px 30px 10px;
	}
	.recommend-box2 .recommend-dec {
		padding-bottom: 20px;
	}

	/*section7*/
	.features-content {
		width: auto;
	}
	.features-title {
		font-size: 36px;
		line-height: 1em;
		text-align: center;
		margin: 0 auto 15px;
		padding-top: 60px;
	}
	.features-sub-title {
		font-size: 18px;
		margin: 20px 0 0;
	}
	.feature4 {
		width: auto;
	}
	.feature4 li {
		width: 50%;
		margin-bottom: 20px;
	}
	.cert-box {
		right: auto;
		text-align: center;
	}
	.cert-box a {
		display: inline-block;
		margin: 20px 10px 30px;
	}
	.cert-box a img {
		height: 150px;
		width: inherit;
	}

	/*section8*/
	.faq-title {
		font-size: 50px;
		text-align: center;
		padding-top: 40px;
	}
	.faq-title span {
		margin-top: -15px;
	}
	.faq-list {
		padding-bottom: 40px;
	}
	.faq-list li {
		width: auto;
	}
	.faq-list li {
		margin: 0 auto 10px;
	}
	.faq-a:not(:last-child) {
		margin-bottom: 80px !important;
	}
	.faq-dec {
		border-radius: 20px;
	}
	.faq-list li img {
		position: absolute;
		z-index: 10;
	}

	/*section9*/
	.contact-title {
		font-size: 36px;
		margin-top: 0;
		padding-top: 60px;
	}
	form input, form textarea {
		width: 100% !important;
		box-sizing: border-box;
	}
	form input#captcha {
		width: 270px !important;
		margin-left: 0x;
	}
	#captchaImg {
		margin: 12px auto -7px;
	}

	/*section10*/
	.section10 img {
		width: 1000px;
		padding: 100px 0 30px;
		margin: 0;
	}

	/*footer*/
	.footer-info ul {
		display: block;
	}
	.footer-info ul li {
		margin-bottom: 15px;
	}
	.fi-logo {
		width: 60px;
		margin-right: 10px;
	}
	.fi-logo img {
		width: 100%;
		height: inherit;
	}
	.fi-dec {
		font-size: 13px;
	}

	/*quick-link*/
	#quick-link {
		position: fixed;
		z-index: 999;
		bottom: 20px;
		right: 20px;
	}
	#quick-link.mobile-show > a {
		display: block;
		width: 40px;
		height: 40px;
		background-color: #fff;
		border: 3px solid #ff0e47;
		border-radius: 10px;
		margin-bottom: 10px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 80% auto;
		opacity: 0.6;
	}
	#gotop {
		background-image: url("../img/quick-link-gotop.png")
	}
	#gofacebook {
		background-image: url("../img/quick-link-fb.png")
	}
	#quick-link.mobile-show > a:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 480px) {
    a.social-btn.line.at-first {
        top: 0px;
    }
}