img{max-width:100%;height:auto;}
figure{
    margin-bottom: 0px;
}
.container{
    max-width: 720px;
    padding: 0;
}
.swiper{
    padding-bottom: 20px;
}
.swiper .swiper-pagination-bullet-active{
    background: #000;
}

.banner{
    position:relative;height: 100vh;
}
.banner figure {
  height: 100%;
}
.banner figure img{
height: 100%;
object-fit: cover;
width: 100%;
}
.banner .banner-text1{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.banner .banner-text2{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    width: 81.94%;
}
/* .banner:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    animation: banner;
    animation-duration: 10s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    z-index: 9;
    content: "";
    background: url(../images/img0102.png) left top no-repeat;
    background-size: cover;
} */
.baby {
  position: relative;text-align:center;
  background: url(../images/baby_bg.png) no-repeat;
padding-bottom: 50px;
background-size: contain;
}
.baby:after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;height:100%;
  background:rgba(255,255,255,0.7);
  z-index: 0;
}
.baby img.logo {
  width: 37%;
  position: absolute;
  top: -10px;
  left: 32%;
  z-index: 1;
}
.baby ul {
padding: 0 20px;
list-style: none;
display: flex;
gap: 10px;
position: absolute;
top: 60px;
left: 0;
width: 100%;
z-index: 1;
}
.baby .frames {  
  width: 100%;
  position: relative;
  z-index: 1;
}
.baby_text {
margin-top:30px;width: 90%; position: relative;
  z-index: 1;
}
p.baby_comestic{margin:60px 0 0;text-align:center;width:100%; position: relative;z-index: 1;}

@media (max-width:500px){
	.baby {padding: 0 10px 50px;}
	.baby ul {top:30px;}
	.baby img.logo {top: -5px;}
	p.baby_comestic img{width:60%;}
}	
.about{
    position:relative;
}
.about .about-text1{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
}
.about:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    animation: banner;
    animation-duration: 10s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    z-index: 9;
    /* content: ""; */
    background: url(../images/img0301.png) left top no-repeat;
    background-size: cover;
	background-attachment: fixed;
}

.qa {
  background: url(../images/bg-qa.png) center top no-repeat #000;
  /* background-attachment: fixed; */
  padding: 15px;
}
.news_cosmetics{
    position:relative;/* background: url(../images/img05.png) left top no-repeat; */
}
.news_cosmetics_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
height: 100%;
object-fit: contain;
}
.news_cosmetics .news_cosmetics-text1{
    position: absolute;
    bottom: 30%;
    left: 50px;
    z-index: 9999;
    width: calc(100% - 100px);
    height: auto;
}
@media (max-width:630px){
	.news_cosmetics .news_cosmetics-text1{left: 25px;width: calc(100% - 50px);}
}
.news_cosmetics .news_cosmetics-text2 {

  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: fadeIn;
  position: absolute;
  bottom: 8%;
left: 0;
  z-index: 999999;
  width: 100%;
}
.news_cosmetics:after{
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    animation: banner;
    animation-duration: 10s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    z-index: 9;
    /* content: ""; */
    /* background: url(../images/img0501.png) left top no-repeat; */
    background: url(../images/baby7.png) left top no-repeat;
    background-size: cover;
}
.gnavi {
  padding: 0;margin: 0 auto;
max-width: 420px;
width: 100%;
}
.gnavi li {
  position: relative;
margin: 0 0 20px;
height: 55px;
display: flex;
overflow: hidden;
}
.gnavi li:last-child {margin-bottom:0;}
.gnavi li::before, .gnavi li::after {
  content: "";
  position: absolute;
  /* background: #0481A2; */
  width: 0;
  height: 5px;
  transition: all 1s linear;
}
.gnavi li::before {
  right: 0px;
  bottom: 0;
  background: url(../images/bg_text_bottom1.png) no-repeat;
}
.gnavi li:nth-child(2n)::before {
  background: url(../images/bg_text_bottom.png) no-repeat;
}
.gnavi li::after {
  left: 0px;
  top: 0;
  background: url(../images/bg_text_top.png) top right no-repeat;
}
.gnavi li:nth-child(2n)::after {
  background: url(../images/bg_text_top1.png) top right no-repeat;
}


.gnavi li a {
  display: flex;
  align-items: center;
justify-content: center;
  text-decoration: none;
  color: #333;
width: 100%;
text-align: center;
cursor: unset;
}
.gnavi li span {
  display: block;
}
.gnavi li span::after {
  right: 0;
  top: 0;
  background: url(../images/bg_text_right.png) no-repeat;
}
.gnavi li:nth-child(2n) span::after {
  background: url(../images/bg_text_left.png) no-repeat;
}
.gnavi li span::before, .gnavi li span::after {
  content: "";
  position: absolute;
  
  width: 5px;
  height: 0;
  transition: all 1s linear;
}
.gnavi li span::before {
  left: 0;
  bottom: 0;
  background: url(../images/bg_text_left.png) no-repeat;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 0.5s; animation-name: fadeIn;"] span::before, .gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 0.5s; animation-name: fadeIn;"] span::after {
  height: 100%;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 0.5s; animation-name: fadeIn;"]::before, .gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 0.5s; animation-name: fadeIn;"]::after {
  width: 100%;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 0.5s; animation-name: fadeIn;"]::after {
  transition-delay: 0.8s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 0.5s; animation-name: fadeIn;"] span::after {
  transition-delay: 1s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 0.5s; animation-name: fadeIn;"]::before {
  transition-delay: 1.1s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 0.5s; animation-name: fadeIn;"] span::before {
  transition-delay: 1.3s;
}

.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1s; animation-name: fadeIn;"] span::before, .gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1s; animation-name: fadeIn;"] span::after {
  height: 100%;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1s; animation-name: fadeIn;"]::before, .gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1s; animation-name: fadeIn;"]::after {
  width: 100%;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1s; animation-name: fadeIn;"]::after {
  transition-delay: 0.8s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1s; animation-name: fadeIn;"] span::after {
  transition-delay: 1s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1s; animation-name: fadeIn;"]::before {
  transition-delay: 1.1s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1s; animation-name: fadeIn;"] span::before {
  transition-delay: 1.3s;
}

.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.5s; animation-name: fadeIn;"] span::before, .gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.5s; animation-name: fadeIn;"] span::after {
  height: 100%;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.5s; animation-name: fadeIn;"]::before, .gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.5s; animation-name: fadeIn;"]::after {
  width: 100%;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.5s; animation-name: fadeIn;"]::after {
  transition-delay: 0.8s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.5s; animation-name: fadeIn;"] span::after {
  transition-delay: 1s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.5s; animation-name: fadeIn;"]::before {
  transition-delay: 1.1s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.5s; animation-name: fadeIn;"] span::before {
  transition-delay: 1.3s;
}

.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.7s; animation-name: fadeIn;"] span::before, .gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.7s; animation-name: fadeIn;"] span::after {
  height: 100%;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.7s; animation-name: fadeIn;"]::before, .gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.7s; animation-name: fadeIn;"]::after {
  width: 100%;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.7s; animation-name: fadeIn;"]::after {
  transition-delay: 0.8s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.7s; animation-name: fadeIn;"] span::after {
  transition-delay: 1s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.7s; animation-name: fadeIn;"]::before {
  transition-delay: 1.1s;
}
.gnavi li[style="visibility: visible; animation-duration: 1s; animation-delay: 1.7s; animation-name: fadeIn;"] span::before {
  transition-delay: 1.3s;
}
.gnavi li span img{
  height:30px;
}
@media (max-width:630px){
	.news_cosmetics .news_cosmetics-text2 {bottom: 7%;}
	.gnavi {width: 65%;}
	.gnavi li {margin: 0 0 15px;height: 35px;}
	.gnavi li::before, .gnavi li::after {height: 2px;}
	.gnavi li span::before, .gnavi li span::after {width: 2px;}
	.gnavi li span img{height:20px;width:auto;}
}	
.footer{
    position:relative;
}
.footer .footer-text1{
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 93.88%;
    height: auto;
}
.footer .footer-text2{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 80%;
    height: auto;
}
.footer .footer-text3{
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 93.88%;
    height: auto;
}


@keyframes banner{
    0%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    40%{ 
        opacity: 0;
    }
    60%{
        opacity: 1;
    }
    100%{ 
        opacity: 1;
    }
}

.chemicals{
    position: relative;
}
.chemicals figure img{
    opacity:0.8;
}

.chemicals .swiper{
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    width: 100%;
}
.chemicals .swiper  .swiper-pagination{
   bottom:0 !important;
}
.chemicals .swiper  figure img{
    opacity:1;
}

.voice{
    position: relative;
}
.voice .swiper{
    position: absolute;
    left: 50%;
    top: 26.34%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
}
.swiper3  {
  margin-top: -30px;
}
.production{
    position: relative;
}
.production figure{
margin-bottom:0;
}
.production video{
    position: absolute;
    left: 18.47%;
    top: 50%;
    transform: translateY(-50%);
    width: 81.53%;
}

.tslider, .banner_text, .fslider, .about_slider, .cosmetics_slider  {
    position: relative;
}

.tslider img.fadeimg, .banner_text img.fadeimg, .about_slider img.fadeimg,.cosmetics_slider img.fadeimg, .fslider img.fadeimg {
    width:100%;
    position: absolute; 
  left:0;
  top:0;

}

@keyframes flickerAnimation {
  0%   { opacity:0; }
  10%  { opacity:0.2; }
  20%  { opacity:0.4; }
  30%  { opacity:0.6; }
  40%  { opacity:0.8; }
  50%  { opacity:1; }
  60%  { opacity:0.8; }
  70%  { opacity:0.6; }
  80%  { opacity:0.4; }
  90%  { opacity:0.2; }
  100% { opacity:0; }
}
@-o-keyframes flickerAnimation{
0%   { opacity:0; }
  10%  { opacity:0.2; }
  20%  { opacity:0.4; }
  30%  { opacity:0.6; }
  40%  { opacity:0.8; }
  50%  { opacity:1; }
  60%  { opacity:0.8; }
  70%  { opacity:0.6; }
  80%  { opacity:0.4; }
  90%  { opacity:0.2; }
  100% { opacity:0; }
}
@-moz-keyframes flickerAnimation{
0%   { opacity:0; }
  10%  { opacity:0.2; }
  20%  { opacity:0.4; }
  30%  { opacity:0.6; }
  40%  { opacity:0.8; }
  50%  { opacity:1; }
  60%  { opacity:0.8; }
  70%  { opacity:0.6; }
  80%  { opacity:0.4; }
  90%  { opacity:0.2; }
  100% { opacity:0; }
}
@-webkit-keyframes flickerAnimation{
0%   { opacity:0; }
  10%  { opacity:0.2; }
  20%  { opacity:0.4; }
  30%  { opacity:0.6; }
  40%  { opacity:0.8; }
  50%  { opacity:1; }
  60%  { opacity:0.8; }
  70%  { opacity:0.6; }
  80%  { opacity:0.4; }
  90%  { opacity:0.2; }
  100% { opacity:0; }
}
.fadeAnimation {
   -webkit-animation: flickerAnimation 6s infinite;
   -moz-animation: flickerAnimation 6s infinite;
   -o-animation: flickerAnimation 6s infinite;
    animation: flickerAnimation 6s infinite;
}

.main_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:9999;
}
.main_img img {max-width:170px;}
@media (max-width:630px){
	.main_img img {max-width:120px;}
}	
/* .main_img img, img.banner-text2{
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
} */
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 5s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}