@import url("bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("animate.css");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Noto Sans TC'; }
  * a:hover, * a:focus {
    text-decoration: none; }

html, body {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden; }

.container {
  max-width: 640px; }

header {
  top: 0;
  width: 100%;
  background-color: #393939;
  text-align: center;
  padding: 10px 0px;
  z-index: 99; }

footer {
  margin-top: -2px;
  padding: 20px 0px 10% 0px;
  background: #2c2c2c; }

ul.links {
  padding-left: 0;
  list-style: none;
  text-align: center; }
  ul.links li {
    display: inline-block; }
    ul.links li:after {
      content: "";
      width: 2px;
      height: 20px;
      display: inline-block;
      margin: 0px 10px;
      background: #ffffff;
      vertical-align: middle; }
  ul.links li:last-child:after {
    content: none; }

.copyright {
  color: #fff;
  text-align: center;
  margin-bottom: 3%; }

section {
  width: 100%;
  position: relative;
  overflow: hidden; }
  section .section-title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99; }
    section .section-title img {
      width: 100%; }

#hero {
  background: url(https://cdn.bella.tw/events/fasion_mommy/hero-bg.gif);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 120vh; }
  @media screen and (max-width: 768px) {
    #hero {
      min-height: 100vh; } }
  #hero .section-title {
    opacity: 0;
    -webkit-animation: show 1s 0.5s forwards;
    animation: show 1s 0.5s forwards; }

.hero-title {
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  -webkit-animation: flip-in-hor-top 0.5s 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: flip-in-hor-top 0.5s 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.sub-title {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 45%;
  opacity: 0;
  -webkit-animation: show 1s 2.5s forwards;
  animation: show 1s 2.5s forwards; }

.btn-wrap {
  position: absolute;
  top: 70%;
  left: 5%;
  width: 35%;
  opacity: 0;
  -webkit-animation: show 1s 3s forwards;
  animation: show 1s 3s forwards; }
  .btn-wrap img.zooming {
    -webkit-animation: zooming 0.3s alternate infinite;
    animation: zooming 0.3s alternate infinite; }
  .btn-wrap .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%; }

.btn-button {
  position: absolute;
  left: 10%;
  bottom: 0%;
  width: 25%;
  -webkit-animation: show 1s 3s forwards;
  animation: show 1s 3s forwards; }

#part01 {
  min-height: 120vh;
  padding-bottom: 5%; }
  @media screen and (max-width: 420px) {
    #part01 {
      min-height: 105vh; } }
  @media screen and (max-width: 375px) {
    #part01 {
      min-height: 100vh; } }
  #part01 .section-title {
    position: relative; }

.lips-wrapper {
  padding: 0 10px;
  position: relative;
  width: 95%;
  height: 125vh;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .lips-wrapper {
      height: 130vh; } }
  @media screen and (max-width: 768px) {
    .lips-wrapper {
      height: 100vh; } }
  @media screen and (max-width: 420px) {
    .lips-wrapper {
      height: 88vh; } }

.lips {
  position: absolute; }
  .lips img {
    width: 100%;
    -webkit-animation: floating 2s 2s alternate infinite;
    animation: floating 2s 2s alternate infinite; }
  .lips#lip01 {
    top: 0;
    left: 0;
    width: 60%; }
  .lips#lip02 {
    top: 0;
    right: 0;
    width: 20%; }
  .lips#lip03 {
    top: 20vh;
    left: 0;
    width: 50%; }
    @media screen and (max-width: 420px) {
      .lips#lip03 {
        top: 15vh;
        width: 47%; } }
  .lips#lip04 {
    top: 50vh;
    right: 0;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .lips#lip04 {
        top: 40vh; } }
    @media screen and (max-width: 420px) {
      .lips#lip04 {
        top: 33vh;
        width: 50%; } }
  .lips#lip05 {
    width: calc(100% / 3.5);
    left: 0;
    bottom: 0; }
  .lips#lip06 {
    width: calc(100% / 3);
    left: 33%;
    bottom: 0; }
  .lips#lip07 {
    width: calc(100% / 3.3);
    right: 0;
    bottom: 0; }
  .lips#mdays {
    right: 23%;
    top: 18vh;
    width: 28%; }
    @media screen and (max-width: 420px) {
      .lips#mdays {
        right: 25%;
        top: 12vh;
        width: 25%; } }

#part02 {
  min-height: 100vh; }
  #part02 .bottomimg-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    #part02 .bottomimg-wrapper img {
      width: 100%; }
  #part02 .left-img, #part02 .right-img {
    position: relative;
    overflow: hidden; }
  #part02 .bags {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #part02 .bags img {
      width: 100%; }
  #part02 .smallbag {
    position: absolute;
    left: 35%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    #part02 .smallbag img {
      width: 70%; }
  #part02 .bigbag {
    position: absolute;
    left: 60%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    #part02 .bigbag img {
      width: 80%; }
  #part02 .right-word {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #part02 .right-word img {
      width: 95%;
      margin: 0 auto; }
  #part02 .top-img {
    position: relative; }
    @media screen and (max-width: 420px) {
      #part02 .top-img {
        height: 90vh; } }
  #part02 .top-word {
    position: absolute;
    width: 45%;
    bottom: 5%;
    left: 5%; }
    @media screen and (max-width: 420px) {
      #part02 .top-word {
        width: 60%;
        bottom: 3%; } }
    #part02 .top-word img {
      width: 100%; }
  #part02 .top-word01 {
    position: absolute;
    top: 15vh;
    right: 5%;
    width: 30%; }
    #part02 .top-word01 img {
      width: 100%; }
  #part02 .top-word02 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%; }
    #part02 .top-word02 img {
      width: 100%; }
  #part02 .top-word03 {
    position: absolute;
    left: 0;
    bottom: 35vh; }
    #part02 .top-word03 img {
      width: 100%; }

#part03 {
  background: #ffdaa9; }
  #part03 .section-title {
    position: relative; }

.products {
  width: 100%; }
  .products#item5 .product img, .products#item2 .product img {
    width: 20% !important; }

.productwrapper {
  position: relative;
  background: #f2eadf;
  height: 100vh;
  margin: 5%; }
  @media screen and (max-width: 768px) {
    .productwrapper {
      height: 70vh; } }
  .productwrapper img {
    display: inline !important; }

.num {
  position: absolute;
  top: 3%;
  left: 3%; }
  .num img {
    width: 70% !important;
    -webkit-box-shadow: 2px 3px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 3px 1px rgba(0, 0, 0, 0.2); }

.product {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
  .product img {
    opacity: 0;
    width: 60% !important; }

.products-title {
  text-align: center;
  position: absolute;
  bottom: 3%;
  width: 100%;
  opacity: 0; }
  .products-title img {
    width: 90% !important; }

.awards {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 4%; }
  .awards img {
    width: 100% !important; }

.active .products-title {
  -webkit-animation: showup 2s alternate forwards;
  animation: showup 2s alternate forwards; }

.active .num {
  -webkit-animation: flipInX 2s alternate;
  animation: flipInX 2s alternate; }

.active .awards {
  -webkit-animation: tada 2s alternate infinite;
  animation: tada 2s alternate infinite; }

.active .product img {
  -webkit-animation: fadeIn 2s alternate forwards;
  animation: fadeIn 2s alternate forwards; }

.product-info {
  margin: 5%; }
  .product-info img {
    width: 100%; }
  .product-info .info-img {
    height: 90px;
    display: none;
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s; }
    .product-info .info-img.active {
      display: block;
      opacity: 1;
      -webkit-animation: showup 1s alternate;
      animation: showup 1s alternate; }

#part4-slider .slider {
  position: relative;
  display: block; }

#part4-slider .slide-title {
  position: absolute;
  width: 100%;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  #part4-slider .slide-title img {
    margin: 0 auto;
    width: 95%; }

#part4-slider .active .slide-title {
  -webkit-animation: show 1.5s forwards;
  animation: show 1.5s forwards; }

.hermes {
  position: absolute;
  bottom: 20%;
  right: 5%;
  z-index: 99;
  width: 25%; }
  .hermes img {
    width: 100%; }

.notice-area {
  text-align: center; }

.owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

.owl-prev {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #87a9cf;
  cursor: pointer; }

.owl-next {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #87a9cf;
  cursor: pointer; }

.gotop {
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 50px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 999;
  cursor: pointer;
  display: none;
  opacity: 0; }
  .gotop.showup {
    display: block;
    -webkit-animation: gotop 1s 0.3s forwards alternate;
    animation: gotop 1s 0.3s forwards alternate; }

@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  25% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  25% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@-webkit-keyframes uping {
  0% {
    top: 300%; }
  100% {
    top: 50%; } }

@keyframes uping {
  0% {
    top: 300%; }
  100% {
    top: 50%; } }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes knife {
  0% {
    top: 40%; }
  100% {
    top: 35%; } }

@keyframes knife {
  0% {
    top: 40%; }
  100% {
    top: 35%; } }

@-webkit-keyframes peper {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); } }

@keyframes peper {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); } }

@-webkit-keyframes folk {
  0% {
    right: 0%; }
  100% {
    right: -5%; } }

@keyframes folk {
  0% {
    right: 0%; }
  100% {
    right: -5%; } }

@-webkit-keyframes taging {
  0% {
    top: 30%; }
  100% {
    top: 40%; } }

@keyframes taging {
  0% {
    top: 30%; }
  100% {
    top: 40%; } }

@-webkit-keyframes moving {
  0% {
    bottom: 0px; }
  100% {
    bottom: 5px; } }

@keyframes moving {
  0% {
    bottom: 0px; }
  100% {
    bottom: 5px; } }

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  100% {
    -webkit-transform: translate(10px);
    transform: translate(10px); } }

@keyframes arrow {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  100% {
    -webkit-transform: translate(10px);
    transform: translate(10px); } }

@-webkit-keyframes gomore {
  0% {
    margin-right: 0%; }
  100% {
    margin-right: 3%; } }

@keyframes gomore {
  0% {
    margin-right: 0%; }
  100% {
    margin-right: 3%; } }

@-webkit-keyframes flip-in-hor-top {
  0% {
    -webkit-transform: rotateX(-80deg);
    transform: translateX(-50%) rotateX(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: translateX(-50%) rotateX(0);
    opacity: 1; } }

@keyframes flip-in-hor-top {
  0% {
    -webkit-transform: rotateX(-80deg);
    transform: translateX(-50%) rotateX(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: translateX(-50%) rotateX(0);
    opacity: 1; } }

@-webkit-keyframes gotop {
  0% {
    display: none;
    opacity: 0; }
  25% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes gotop {
  0% {
    display: none;
    opacity: 0; }
  25% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@media screen and (max-width: 420px) {
  .beautyup .items#main {
    width: 80%; } }

@media screen and (max-width: 375px) {
  .beautyup {
    min-height: 615px; }
    .beautyup .items#chanel {
      top: 20%; } }

@media screen and (max-width: 320px) {
  .beautyup {
    min-height: 530px; }
  .shop {
    margin: 4px; } }
