@import url("//fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url(bootstrap.min.css);
.text-center {
  text-align: center; }

* {
  font-family: 'Noto Sans TC', Microsoft JhengHei , sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.object {
  position: absolute;
  opacity: 0; }

body {
  overflow-x: hidden;
  overflow-y: auto; }

header {
  background-color: #393939;
  text-align: center;
  padding: 10px 0px; }

section.hero {
  width: 100%;
  padding: 100px 0;
  position: relative; }
  section.hero .container {
    position: relative; }
  section.hero .herocenter {
    background: url(../image/hero-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 85%;
    height: 515px;
    position: relative;
    margin: 50px auto; }
    section.hero .herocenter .hero-word {
      text-align: center;
      font-size: 12rem;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      width: 100%;
      top: -25%;
      color: #fff;
      text-shadow: 5px 6px black, 0px 5px black, 1px 0px black, 0px 0px black; }
  section.hero .symbol {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8); }
    section.hero .symbol.symbolleft {
      left: -10%; }
    section.hero .symbol.symbolright {
      right: -10%; }
  section.hero .bigpic1 {
    position: absolute;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    right: 400px;
    top: -30px;
    opacity: 0;
    -webkit-animation: showup 1s 1s forwards;
    animation: showup 1s 1s forwards; }
    section.hero .bigpic1 img {
      max-height: 600px; }
  section.hero .bigpic2 {
    position: absolute;
    right: -70px;
    top: -180px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-animation: showup 1s 2s forwards;
    animation: showup 1s 2s forwards; }
    section.hero .bigpic2 img {
      max-height: 913px; }
  section.hero .textbox01 {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 55%;
    width: 250px;
    left: 0;
    opacity: 0;
    -webkit-animation: textbox01show 1s forwards;
    animation: textbox01show 1s forwards;
    color: #000; }
    section.hero .textbox01 h2 {
      font-size: 3.5rem;
      margin: 10px 0px 10px -25px;
      font-weight: 350;
      width: 400px;
      font-weight: 450; }
    section.hero .textbox01 .hr_line {
      width: 100%;
      height: 1px;
      display: block;
      background: #000;
      position: relative; }
      section.hero .textbox01 .hr_line:after {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        background: #000;
        position: absolute;
        margin-top: 5px; }
    section.hero .textbox01 p {
      line-height: 1.7;
      letter-spacing: 1px;
      font-weight: 200; }
  section.hero .textbox02 {
    position: absolute;
    width: 300px;
    left: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    bottom: -150px;
    opacity: 0;
    -webkit-animation: textbox02show 1s infinite alternate;
    animation: textbox02show 1s infinite alternate; }
    section.hero .textbox02:before {
      content: "";
      width: 80px;
      height: 80px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border: 1px solid #eee;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      -webkit-animation: zoomzoom 1s infinite alternate;
      animation: zoomzoom 1s infinite alternate; }
    section.hero .textbox02 a.text-title {
      text-align: center;
      font-weight: 350;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 99;
      color: #000; }
      section.hero .textbox02 a.text-title:hover {
        text-decoration: none; }
      section.hero .textbox02 a.text-title p {
        font-size: 2rem;
        margin: 0;
        font-weight: 400;
        line-height: 1;
        z-index: 99; }
        section.hero .textbox02 a.text-title p span.base {
          font-size: 1.5rem;
          position: relative; }
          section.hero .textbox02 a.text-title p span.base:before, section.hero .textbox02 a.text-title p span.base:after {
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 90%;
            height: 1px;
            border-bottom: 1px dotted #000; }
          section.hero .textbox02 a.text-title p span.base:before {
            left: -100%; }
          section.hero .textbox02 a.text-title p span.base:after {
            right: -100%; }
    section.hero .textbox02 p {
      font-size: 1rem; }

.titleblock {
  display: inline-block;
  margin-bottom: 0%;
  position: relative; }
  .titleblock h2 {
    margin: 0;
    font-size: 4.5rem;
    letter-spacing: 2px; }
  .titleblock hr {
    padding: 0;
    margin: 0;
    border-color: #000; }
  .titleblock p {
    margin: 10px 0;
    font-size: 1.7rem; }
  .titleblock:before {
    content: "+";
    position: absolute;
    right: 4%;
    top: -15%;
    color: #000;
    font-size: 4rem;
    font-weight: 600; }

.carousel-control.left {
  background-image: none; }
  .carousel-control.left:before {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: #fff;
    -webkit-box-shadow: 4px -3px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 4px -3px 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .carousel-control.left:after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: #fff;
    -webkit-box-shadow: 4px 3px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 3px 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 10; }

.carousel-control.right {
  background-image: none; }
  .carousel-control.right:before {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background: #fff;
    -webkit-box-shadow: -4px 3px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: -4px 3px 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .carousel-control.right:after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background: #fff;
    -webkit-box-shadow: -4px -3px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: -4px -3px 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 10; }

.item {
  cursor: pointer; }
  .item:hover {
    text-decoration: none; }

.slidewrapper {
  position: relative;
  height: 840px; }

section.fashiontips {
  padding: 80px 0;
  position: relative;
  width: 100%;
  overflow: hidden; }
  section.fashiontips .titleblock {
    text-align: left; }
  section.fashiontips #slideone {
    z-index: 999; }
    section.fashiontips #slideone .righttopblock {
      position: absolute;
      right: 0;
      top: 0;
      width: 0%;
      height: 200px;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
    section.fashiontips #slideone .slidewrapper {
      height: 840px; }
      section.fashiontips #slideone .slidewrapper:before, section.fashiontips #slideone .slidewrapper:after {
        background: #fff; }
      section.fashiontips #slideone .slidewrapper .leftblock {
        position: absolute;
        width: 10%;
        height: 0%;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      section.fashiontips #slideone .slidewrapper .rightblock {
        position: absolute;
        width: 3%;
        height: 0%;
        opacity: 0;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        section.fashiontips #slideone .slidewrapper .rightblock:after {
          content: "";
          position: absolute;
          width: 150px;
          height: 20px;
          bottom: 0;
          right: 0; }
      section.fashiontips #slideone .slidewrapper .middlecircle {
        position: absolute;
        top: 20%;
        left: 45%;
        -webkit-transform: translateX(-50%) rotate(180deg) scale(0.5);
        -ms-transform: translateX(-50%) rotate(180deg) scale(0.5);
        transform: translateX(-50%) rotate(180deg) scale(0.5); }
        section.fashiontips #slideone .slidewrapper .middlecircle:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 250px;
          height: 250px;
          border-radius: 50%; }
        section.fashiontips #slideone .slidewrapper .middlecircle:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 250px;
          height: 250px;
          border-radius: 50%;
          background: transparent;
          -webkit-transform: translate(-50%, -50%) scale(1, 1);
          -ms-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center;
          border: 1px solid;
          opacity: 0;
          -webkit-animation: circlezoom 1s infinite;
          animation: circlezoom 1s infinite; }
        section.fashiontips #slideone .slidewrapper .middlecircle .circletext {
          z-index: 10;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #000;
          width: 200px;
          text-align: center; }
          section.fashiontips #slideone .slidewrapper .middlecircle .circletext h2 {
            font-size: 4rem;
            font-weight: 400;
            margin: 0; }
          section.fashiontips #slideone .slidewrapper .middlecircle .circletext .btn-word {
            display: inline-block;
            background: #000;
            padding: 10px 15px;
            color: #FFF;
            background: #000;
            border-radius: 25px;
            font-size: 1.7rem;
            letter-spacing: 2px;
            margin-top: 10px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            section.fashiontips #slideone .slidewrapper .middlecircle .circletext .btn-word:hover {
              background: #9acf99; }
      section.fashiontips #slideone .slidewrapper .infotext {
        position: absolute;
        top: 15%;
        left: 70%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #000;
        font-size: 2rem; }
    section.fashiontips #slideone .item.active .righttopblock {
      width: 35%; }
    section.fashiontips #slideone .item.active .leftblock {
      height: 80%; }
    section.fashiontips #slideone .item.active .middlecircle {
      -webkit-transform: translateX(-50%) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) rotate(0deg) scale(1);
      transform: translateX(-50%) rotate(0deg) scale(1); }
    section.fashiontips #slideone .item.active .rightblock {
      height: 80%;
      opacity: 1; }
    section.fashiontips #slideone .item.active .object1 {
      -webkit-animation: showup 1s 0.5s forwards;
      animation: showup 1s 0.5s forwards; }
    section.fashiontips #slideone .item.active .object2 {
      -webkit-animation: showup 1s 0.7s forwards;
      animation: showup 1s 0.7s forwards; }
    section.fashiontips #slideone .item.active .object3 {
      -webkit-animation: showup 1s 0.9s forwards;
      animation: showup 1s 0.9s forwards; }
    section.fashiontips #slideone .item.active .object4 {
      -webkit-animation: showup 1s 1.2s forwards;
      animation: showup 1s 1.2s forwards; }
    section.fashiontips #slideone .item.active .object5 {
      -webkit-animation: showup 1s 1.4s forwards;
      animation: showup 1s 1.4s forwards; }
    section.fashiontips #slideone .item.active .object6 {
      -webkit-animation: showup 1s 1.6s forwards;
      animation: showup 1s 1.6s forwards; }
    section.fashiontips #slideone .item.active .object7 {
      -webkit-animation: showup 1s 1.8s forwards;
      animation: showup 1s 1.8s forwards; }
    section.fashiontips #slideone #slide01_01 .righttopblock {
      background: #f4a8aa; }
    section.fashiontips #slideone #slide01_01 .slidewrapper:before {
      content: "";
      position: absolute;
      width: 300px;
      height: 350px;
      border: 2px solid #eee;
      right: 30%;
      bottom: 10%; }
    section.fashiontips #slideone #slide01_01 .slidewrapper:after {
      content: "";
      position: absolute;
      width: 250px;
      height: 250px;
      border: 2px solid #eee;
      right: 6%;
      top: 30%; }
    section.fashiontips #slideone #slide01_01 .slidewrapper .leftblock {
      background: #f4a8aa; }
    section.fashiontips #slideone #slide01_01 .slidewrapper .rightblock {
      background: #f4a8aa; }
      section.fashiontips #slideone #slide01_01 .slidewrapper .rightblock:after {
        background: #f4a8aa; }
    section.fashiontips #slideone #slide01_01 .slidewrapper .middlecircle .circletext {
      width: 400px; }
    section.fashiontips #slideone #slide01_01 .slidewrapper .middlecircle:before {
      background: #f4a8aa; }
    section.fashiontips #slideone #slide01_01 .slidewrapper .middlecircle:after {
      border-color: #f4a8aa; }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object1 {
      left: 10%; }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object2 {
      top: 30%;
      left: 26%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object3 {
      left: 45%;
      bottom: 10%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object4 {
      right: 25%;
      bottom: 10%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object5 {
      right: 10%;
      bottom: 15%;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object6 {
      right: 0%;
      bottom: 8%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object7 {
      right: 8%;
      bottom: 35%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      z-index: 99; }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object8 {
      right: 0;
      top: 25%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      z-index: 9; }
    section.fashiontips #slideone #slide01_02 .righttopblock {
      background: #8fd0f3; }
    section.fashiontips #slideone #slide01_02 .slidewrapper:before {
      content: "";
      position: absolute;
      width: 300px;
      height: 350px;
      border: 2px solid #eee;
      left: 20%;
      bottom: 10%; }
    section.fashiontips #slideone #slide01_02 .slidewrapper:after {
      content: "";
      position: absolute;
      width: 250px;
      height: 250px;
      border: 2px solid #eee;
      left: 50%;
      bottom: 15%; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .leftblock {
      background: #8fd0f3; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .rightblock {
      background: #8fd0f3; }
      section.fashiontips #slideone #slide01_02 .slidewrapper .rightblock:after {
        background: #8fd0f3; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .middlecircle .circletext {
      width: 400px; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .middlecircle:before {
      background: #8fd0f3; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .middlecircle:after {
      border-color: #8fd0f3; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .infotext {
      left: 22%;
      top: 18%; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object1 {
      bottom: 15%;
      left: -5%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object2 {
      bottom: 5%;
      left: 12%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object3 {
      bottom: 4%;
      left: 22%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object4 {
      bottom: 30%;
      left: 43%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      z-index: 9; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object5 {
      bottom: 5%;
      left: 38%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      z-index: 9; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object6 {
      bottom: 15%;
      left: 55%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      z-index: 9; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object7 {
      bottom: -8%;
      right: 0;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.fashiontips #slideone #slide01_03 .righttopblock {
      background: #e4e4e4; }
    section.fashiontips #slideone #slide01_03 .slidewrapper:before {
      content: "";
      position: absolute;
      width: 300px;
      height: 350px;
      border: 2px solid #eee;
      left: 20%;
      bottom: 10%; }
    section.fashiontips #slideone #slide01_03 .slidewrapper:after {
      content: "";
      position: absolute;
      width: 250px;
      height: 250px;
      border: 2px solid #eee;
      right: 8%;
      bottom: 30%; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .leftblock {
      background: #e4e4e4; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .rightblock {
      background: #e4e4e4; }
      section.fashiontips #slideone #slide01_03 .slidewrapper .rightblock:after {
        background: #e4e4e4; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .middlecircle .circletext {
      width: 400px; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .middlecircle:before {
      background: #e4e4e4; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .middlecircle:after {
      border-color: #e4e4e4; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .infotext {
      left: 22%;
      top: 18%; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object1 {
      bottom: 30%;
      left: 6%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object2 {
      bottom: 13%;
      left: 18%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object3 {
      bottom: 0;
      left: 8%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object4 {
      bottom: 8%;
      left: 27%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object5 {
      bottom: -15%;
      right: 12%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      z-index: 9; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object6 {
      bottom: 32%;
      right: 0;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      z-index: 9; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object7 {
      bottom: 15%;
      right: -7%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      z-index: 9; }
    section.fashiontips #slideone #slide01_04 .righttopblock {
      background: #e4e4e4; }
    section.fashiontips #slideone #slide01_04 .slidewrapper:before {
      content: "";
      position: absolute;
      width: 250px;
      height: 250px;
      border: 2px solid #eee;
      left: 23%;
      bottom: 23%; }
    section.fashiontips #slideone #slide01_04 .slidewrapper:after {
      content: "";
      position: absolute;
      width: 350px;
      height: 450px;
      border: 2px solid #eee;
      right: 20%;
      bottom: 0%; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .leftblock {
      background: #e4e4e4; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .rightblock {
      background: #e4e4e4; }
      section.fashiontips #slideone #slide01_04 .slidewrapper .rightblock:after {
        background: #e4e4e4; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .middlecircle .circletext {
      width: 400px; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .middlecircle:before {
      background: #e4e4e4; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .middlecircle:after {
      border-color: #e4e4e4; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .infotext {
      right: 3%;
      top: 30%; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object1 {
      bottom: -10%;
      left: 2%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object2 {
      bottom: 5%;
      left: 17%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object3 {
      bottom: 9%;
      left: 32%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      z-index: 9; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object4 {
      bottom: -5%;
      right: 23%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      z-index: 9; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object5 {
      bottom: 35%;
      right: 18%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      z-index: 9; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object6 {
      bottom: 20%;
      right: 5%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      z-index: 9; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object7 {
      right: 0;
      bottom: 28%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      z-index: 8; }

section.getbeauty {
  background-color: #f4c593;
  background: url(../image/slide02/bg.png) #f4c593;
  padding: 80px 0;
  position: relative; }
  section.getbeauty .carousel-control.left:before {
    border-right-color: #f4de93; }
  section.getbeauty .carousel-control.right:before {
    border-left-color: #f4de93; }
  section.getbeauty .titleblock {
    float: right;
    margin-right: 10%; }
    section.getbeauty .titleblock:before {
      right: -30px; }
  section.getbeauty .balls {
    position: absolute;
    right: 18%;
    top: 22%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  section.getbeauty #slidetwo .lefttopblock {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 250px;
    background: #f4de93; }
    section.getbeauty #slidetwo .lefttopblock:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 50%;
      height: 10px;
      background: #000; }
    section.getbeauty #slidetwo .lefttopblock:after {
      content: "";
      position: absolute;
      right: -30%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 30%;
      height: 10px;
      background: -webkit-gradient(linear, left top, right top, from(#f4de93), to(#f4a8aa));
      background: -webkit-linear-gradient(left, #f4de93, #f4a8aa);
      background: -o-linear-gradient(left, #f4de93, #f4a8aa);
      background: linear-gradient(to right, #f4de93, #f4a8aa); }
    section.getbeauty #slidetwo .lefttopblock .righttopliner {
      position: absolute;
      right: -30%;
      top: 0;
      width: 10px;
      height: 50%;
      background: #f4a8aa; }
  section.getbeauty #slidetwo .middletextbox {
    color: #000;
    text-decoration: none;
    font-size: 4.5rem;
    line-height: 4rem;
    position: absolute;
    left: 34%;
    top: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    section.getbeauty #slidetwo .middletextbox span.big {
      font-size: 7rem; }
    section.getbeauty #slidetwo .middletextbox span.en {
      letter-spacing: 2px;
      font-weight: 350; }
  section.getbeauty #slidetwo .leftbottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 0%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4de93), to(#9acf99));
    background: -webkit-linear-gradient(top, #f4de93, #9acf99);
    background: -o-linear-gradient(top, #f4de93, #9acf99);
    background: linear-gradient(to bottom, #f4de93, #9acf99);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    section.getbeauty #slidetwo .leftbottom:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 15px;
      width: 0px;
      background: #9acf99;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  section.getbeauty #slidetwo .item.active .lefttopblock {
    width: 50%; }
  section.getbeauty #slidetwo .item.active .slidewrapper:after {
    width: 32%;
    height: 70%;
    border-radius: 0%; }
  section.getbeauty #slidetwo .item.active .leftbottom {
    height: 65%; }
    section.getbeauty #slidetwo .item.active .leftbottom:after {
      width: 400px; }
  section.getbeauty #slidetwo .item.active .object1 {
    -webkit-animation: showup 1s 0.5s forwards;
    animation: showup 1s 0.5s forwards; }
  section.getbeauty #slidetwo .item.active .object2 {
    -webkit-animation: showup 1s 0.7s forwards;
    animation: showup 1s 0.7s forwards; }
  section.getbeauty #slidetwo .item.active .object3 {
    -webkit-animation: showup 1s 0.9s forwards;
    animation: showup 1s 0.9s forwards; }
  section.getbeauty #slidetwo .item.active .object4 {
    -webkit-animation: showup 1s 1.2s forwards;
    animation: showup 1s 1.2s forwards; }
  section.getbeauty #slidetwo .item.active .object5 {
    -webkit-animation: showup 1s 1.4s forwards;
    animation: showup 1s 1.4s forwards; }
  section.getbeauty #slidetwo .item.active .object6 {
    -webkit-animation: showup 1s 1.6s forwards;
    animation: showup 1s 1.6s forwards; }
  section.getbeauty #slidetwo .item.active .object7 {
    -webkit-animation: showup 1s 1.8s forwards;
    animation: showup 1s 1.8s forwards; }
  section.getbeauty #slidetwo .item.active .object8 {
    -webkit-animation: showup 1s 2s forwards;
    animation: showup 1s 2s forwards; }
  section.getbeauty #slidetwo .slidewrapper:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 32%;
    height: 32%;
    border-radius: 50%;
    background: #f4de93;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  section.getbeauty #slidetwo .slidewrapper .textbox {
    position: absolute;
    color: #000; }
    section.getbeauty #slidetwo .slidewrapper .textbox h3 {
      margin: 0;
      font-size: 2rem;
      font-weight: 500;
      display: inline-block;
      background: #000;
      padding: 0px 15px;
      border-radius: 25px;
      color: #fff;
      position: relative;
      margin-bottom: 10px; }
      section.getbeauty #slidetwo .slidewrapper .textbox h3:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        background: transparent;
        border: 1px solid #000;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        -ms-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        -webkit-animation: circlezoom 1s infinite;
        animation: circlezoom 1s infinite; }
    section.getbeauty #slidetwo .slidewrapper .textbox p {
      margin: 0;
      font-size: 2rem;
      font-weight: 350; }
  section.getbeauty #slidetwo #slide02_01 .textbox {
    text-align: right;
    bottom: 25%;
    left: 28%; }
  section.getbeauty #slidetwo #slide02_01 .object1 {
    bottom: 15%;
    left: 5%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_01 .object2 {
    bottom: -3%;
    left: -1%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_01 .object3 {
    bottom: -2%;
    left: 15%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_01 .object4 {
    left: 28%;
    top: 45%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_01 .object5 {
    top: 40%;
    left: 32%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_01 .object6 {
    top: 5%;
    left: 38%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_01 .object7 {
    bottom: -26%;
    right: -15%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .textbox {
    text-align: left;
    bottom: 25%;
    left: 35%; }
  section.getbeauty #slidetwo #slide02_02 .object1 {
    bottom: -10%;
    left: -4%;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  section.getbeauty #slidetwo #slide02_02 .object2 {
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_02 .object3 {
    top: 20%;
    right: 22%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .object4 {
    top: 20%;
    right: -1%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .object5 {
    bottom: -3%;
    right: 20%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .object6 {
    bottom: -4%;
    right: -4%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_03 .textbox {
    text-align: left;
    top: 34%;
    left: 35%; }
  section.getbeauty #slidetwo #slide02_03 .object1 {
    bottom: -5%;
    left: 5%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_03 .object2 {
    bottom: -2%;
    left: 9%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_03 .object3 {
    bottom: -2%;
    left: 25%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_03 .object4 {
    bottom: 3%;
    right: 20%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_03 .object5 {
    bottom: -5%;
    right: -9%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_04 .textbox {
    text-align: left;
    top: 34%;
    left: 35%; }
  section.getbeauty #slidetwo #slide02_04 .object1 {
    top: 35%;
    left: 5%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_04 .object2 {
    top: 45%;
    left: 5%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_04 .object3 {
    top: 20%;
    left: 15%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_04 .object4 {
    bottom: 0;
    left: 8%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_04 .object5 {
    bottom: -4.5%;
    left: 18%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_04 .object6 {
    bottom: 8%;
    left: 42%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_04 .object7 {
    bottom: -17%;
    right: -10%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_04 .object8 {
    bottom: 0;
    right: -4%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_04 .balls {
    display: none; }

section.goodstart {
  padding: 80px 0; }
  section.goodstart .carousel-control.left:before {
    border-right-color: #9acf99; }
  section.goodstart .carousel-control.right:before {
    border-left-color: #9acf99; }
  section.goodstart .titleblock h2 {
    font-weight: 900; }
    section.goodstart .titleblock h2 span.greens {
      color: #9acf99; }
    section.goodstart .titleblock h2 span.lighter {
      font-weight: 500;
      font-size: 3.5rem;
      line-height: 3rem; }
  section.goodstart .titleblock hr {
    border-top: 7px solid #000; }
  section.goodstart .titleblock:before {
    right: -30px;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  section.goodstart #slidethree .slidewrapper {
    height: 980px; }
  section.goodstart #slidethree .righttopblock {
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 250px;
    background: #9acf99;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all; }
  section.goodstart #slidethree .picbox {
    width: 798px;
    height: 533px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    section.goodstart #slidethree .picbox .lines {
      width: 100%;
      height: 100%;
      position: relative; }
      section.goodstart #slidethree .picbox .lines:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 4px;
        height: 0%;
        -webkit-transform: translate(-50%, -50%) rotate(40deg);
        -ms-transform: translate(-50%, -50%) rotate(40deg);
        transform: translate(-50%, -50%) rotate(40deg);
        background: #f4de93;
        z-index: 9;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      section.goodstart #slidethree .picbox .lines:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 2px;
        height: 0%;
        left: 51%;
        -webkit-transform: translate(-50%, -50%) rotate(40deg);
        -ms-transform: translate(-50%, -50%) rotate(40deg);
        transform: translate(-50%, -50%) rotate(40deg);
        background: #f4de93;
        z-index: 9;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; }
    section.goodstart #slidethree .picbox .bg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #fff;
      width: 104%;
      height: 108%;
      z-index: 10; }
    section.goodstart #slidethree .picbox .pic {
      z-index: 99;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s; }
      section.goodstart #slidethree .picbox .pic img {
        width: 100%; }
    section.goodstart #slidethree .picbox .pic2 {
      z-index: 999;
      position: absolute;
      right: -5%;
      bottom: -20%;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0;
      -webkit-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s; }
    section.goodstart #slidethree .picbox .leftobject {
      position: absolute;
      height: 115%;
      width: 20px;
      background: #9acf99;
      left: -50px;
      opacity: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      section.goodstart #slidethree .picbox .leftobject:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 90px;
        background: #9acf99;
        left: 0;
        top: 0; }
      section.goodstart #slidethree .picbox .leftobject:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 90px;
        background: #9acf99;
        left: 0;
        bottom: 0; }
    section.goodstart #slidethree .picbox .rightobject {
      position: absolute;
      height: 115%;
      width: 20px;
      background: #9acf99;
      right: -50px;
      opacity: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      section.goodstart #slidethree .picbox .rightobject:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 90px;
        background: #9acf99;
        right: 0;
        top: 0; }
      section.goodstart #slidethree .picbox .rightobject:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 90px;
        background: #9acf99;
        right: 0;
        bottom: 0; }
  section.goodstart #slidethree .descriptions {
    position: absolute;
    top: 112%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    color: #000; }
    section.goodstart #slidethree .descriptions:before {
      content: url(../image/slide03/bread.gif);
      position: absolute;
      top: -20%;
      left: -20%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.goodstart #slidethree .descriptions h3 {
      font-size: 2.5rem;
      font-weight: 450;
      margin-left: 18%;
      margin-top: 0;
      margin-bottom: 5px;
      display: inline-block;
      position: relative;
      background: #000;
      color: #fff;
      border-radius: 25px;
      padding: 0px 15px; }
      section.goodstart #slidethree .descriptions h3:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        background: transparent;
        border: 1px solid #000;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        -webkit-animation: circlezoom 1s infinite;
        animation: circlezoom 1s infinite; }
    section.goodstart #slidethree .descriptions .viceinfo {
      font-size: 1.5rem;
      margin-left: 40px;
      display: inline-block; }
    section.goodstart #slidethree .descriptions hr {
      margin: 0;
      border-top: 2px solid #9acf99; }
    section.goodstart #slidethree .descriptions p {
      font-size: 2rem;
      margin-left: 15%;
      font-weight: 350;
      letter-spacing: 2px; }
    section.goodstart #slidethree .descriptions ul.address {
      position: absolute;
      padding-left: 0;
      right: -10%;
      list-style: none;
      font-size: 1.7rem; }
  section.goodstart #slidethree .item.active .righttopblock {
    width: 60%; }
  section.goodstart #slidethree .item.active .leftobject {
    opacity: 1;
    left: -35px;
    -webkit-animation: leftobjection 1.5s infinite;
    animation: leftobjection 1.5s infinite; }
  section.goodstart #slidethree .item.active .rightobject {
    opacity: 1;
    right: -35px;
    -webkit-animation: rightobjection 1.5s infinite;
    animation: rightobjection 1.5s infinite; }
  section.goodstart #slidethree .item.active .lines:before, section.goodstart #slidethree .item.active .lines:after {
    height: 180%; }
  section.goodstart #slidethree .item.active .pic, section.goodstart #slidethree .item.active .pic2 {
    opacity: 1; }

footer {
  margin-top: 50px;
  padding: 20px 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; }

@-webkit-keyframes textbox01show {
  0% {
    left: 0;
    opacity: 0; }
  100% {
    left: 80px;
    opacity: 1; } }

@keyframes textbox01show {
  0% {
    left: 0;
    opacity: 0; }
  100% {
    left: 80px;
    opacity: 1; } }

@-webkit-keyframes m-textbox01show {
  0% {
    left: 0;
    opacity: 0; }
  100% {
    left: 3%;
    opacity: 1; } }

@keyframes m-textbox01show {
  0% {
    left: 0;
    opacity: 0; }
  100% {
    left: 3%;
    opacity: 1; } }

@-webkit-keyframes textbox02show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2); } }

@keyframes textbox02show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2); } }

@-webkit-keyframes textbox02show-mobile {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0.6);
    transform: translateX(-50%) scale(0.6); } }

@keyframes textbox02show-mobile {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0.6);
    transform: translateX(-50%) scale(0.6); } }

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

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

@-webkit-keyframes zoomzoom {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2); } }

@keyframes zoomzoom {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2); } }

@-webkit-keyframes circlezoom {
  0% {
    opacity: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1); }
  50% {
    opacity: 1;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2); }
  100% {
    opacity: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2); } }

@keyframes circlezoom {
  0% {
    opacity: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1); }
  50% {
    opacity: 1;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2); }
  100% {
    opacity: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2); } }

@-webkit-keyframes ob3ro {
  0% {
    -webkit-transform: scale(0.8) rotate(0deg);
    transform: scale(0.8) rotate(0deg); }
  100% {
    -webkit-transform: scale(0.8) rotate(5deg);
    transform: scale(0.8) rotate(5deg); } }

@keyframes ob3ro {
  0% {
    -webkit-transform: scale(0.8) rotate(0deg);
    transform: scale(0.8) rotate(0deg); }
  100% {
    -webkit-transform: scale(0.8) rotate(5deg);
    transform: scale(0.8) rotate(5deg); } }

@-webkit-keyframes pad-ob3ro {
  0% {
    -webkit-transform: scale(0.5) rotate(0deg);
    transform: scale(0.5) rotate(0deg); }
  100% {
    -webkit-transform: scale(0.5) rotate(5deg);
    transform: scale(0.5) rotate(5deg); } }

@keyframes pad-ob3ro {
  0% {
    -webkit-transform: scale(0.5) rotate(0deg);
    transform: scale(0.5) rotate(0deg); }
  100% {
    -webkit-transform: scale(0.5) rotate(5deg);
    transform: scale(0.5) rotate(5deg); } }

@-webkit-keyframes ob01 {
  0% {
    top: 30%;
    opacity: 1; }
  100% {
    top: 32%;
    opacity: 1; } }

@keyframes ob01 {
  0% {
    top: 30%;
    opacity: 1; }
  100% {
    top: 32%;
    opacity: 1; } }

@-webkit-keyframes pad-ob01 {
  0% {
    top: 23%;
    opacity: 1; }
  100% {
    top: 25%;
    opacity: 1; } }

@keyframes pad-ob01 {
  0% {
    top: 23%;
    opacity: 1; }
  100% {
    top: 25%;
    opacity: 1; } }

@-webkit-keyframes ob02 {
  0% {
    top: 20%;
    opacity: 1; }
  100% {
    top: 25%;
    opacity: 1; } }

@keyframes ob02 {
  0% {
    top: 20%;
    opacity: 1; }
  100% {
    top: 25%;
    opacity: 1; } }

@-webkit-keyframes pad-ob02 {
  0% {
    top: 15%;
    opacity: 1; }
  100% {
    top: 20%;
    opacity: 1; } }

@keyframes pad-ob02 {
  0% {
    top: 15%;
    opacity: 1; }
  100% {
    top: 20%;
    opacity: 1; } }

@-webkit-keyframes ob03 {
  0% {
    bottom: -2.5%;
    opacity: 1; }
  100% {
    bottom: 0.5%;
    opacity: 1; } }

@keyframes ob03 {
  0% {
    bottom: -2.5%;
    opacity: 1; }
  100% {
    bottom: 0.5%;
    opacity: 1; } }

@-webkit-keyframes pad-ob03 {
  0% {
    bottom: -12%;
    opacity: 1; }
  100% {
    bottom: -10%;
    opacity: 1; } }

@keyframes pad-ob03 {
  0% {
    bottom: -12%;
    opacity: 1; }
  100% {
    bottom: -10%;
    opacity: 1; } }

@-webkit-keyframes leftobjection {
  0% {
    opacity: 0;
    left: -50px; }
  50% {
    opacity: 1;
    left: -35px; }
  100% {
    opacity: 0;
    left: -35px; } }

@keyframes leftobjection {
  0% {
    opacity: 0;
    left: -50px; }
  50% {
    opacity: 1;
    left: -35px; }
  100% {
    opacity: 0;
    left: -35px; } }

@-webkit-keyframes rightobjection {
  0% {
    opacity: 0;
    right: -50px; }
  50% {
    opacity: 1;
    right: -35px; }
  100% {
    opacity: 0;
    right: -35px; } }

@keyframes rightobjection {
  0% {
    opacity: 0;
    right: -50px; }
  50% {
    opacity: 1;
    right: -35px; }
  100% {
    opacity: 0;
    right: -35px; } }

@media screen and (max-width: 1024px) {
  section.hero .herocenter .hero-word {
    font-size: 10rem; }
  section.hero .symbol {
    top: 40%; }
  section.hero .bigpic1 {
    right: 30%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  section.hero .bigpic2 {
    right: -12%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  section.hero .textbox02 {
    top: 85%;
    bottom: auto; }
    section.hero .textbox02:before {
      top: 25%; }
  section.fashiontips #slideone .slidewrapper .middlecircle:before {
    width: 200px;
    height: 200px; }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object1 {
    left: 10%; }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object2 {
    left: 26%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object3 {
    left: 42%;
    bottom: 13%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object4 {
    right: 23%;
    bottom: 5%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.fashiontips #slideone #slide01_02 .slidewrapper .infotext {
    top: 20%; }
  section.fashiontips #slideone #slide01_03 .slidewrapper .infotext {
    top: 20%; }
  section.fashiontips #slideone #slide01_04 .slidewrapper .infotext {
    right: 1%;
    top: 25%; }
  section.getbeauty .balls {
    right: 10%; }
  section.getbeauty #slidetwo .lefttopblock:before {
    width: 35%; }
  section.getbeauty #slidetwo #slide02_01 .object1 {
    bottom: 23%;
    left: 5%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_01 .object7 {
    bottom: -26%;
    right: -27%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .textbox {
    left: 38%; }
  section.getbeauty #slidetwo #slide02_02 .object1 {
    bottom: -12%;
    left: -7%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.getbeauty #slidetwo #slide02_02 .object2 {
    bottom: -2%;
    left: -1%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  section.getbeauty #slidetwo #slide02_02 .object3 {
    top: 20%;
    right: 22%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .object4 {
    top: 20%;
    right: -5%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .object5 {
    bottom: -3%;
    right: 20%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .object6 {
    bottom: -4%;
    right: -8%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_04 .object7 {
    bottom: -17%;
    right: -18%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_04 .balls {
    display: none; } }

@media screen and (max-width: 768px) {
  section.hero .herocenter {
    height: 330px; }
    section.hero .herocenter .hero-word {
      font-size: 7rem; }
    section.hero .herocenter .symbol {
      top: 45%; }
    section.hero .herocenter .bigpic1 {
      right: 30%;
      top: -38%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.hero .herocenter .bigpic2 {
      top: -70%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
      right: -28%; }
    section.hero .herocenter .textbox01 {
      top: 60%;
      -webkit-animation: m-textbox01show 1s forwards;
      animation: m-textbox01show 1s forwards; }
      section.hero .herocenter .textbox01 h2 {
        font-size: 3rem; }
    section.hero .herocenter .textbox02 {
      top: 98%; }
      section.hero .herocenter .textbox02:before {
        top: 35%; }
  section.fashiontips {
    padding: 0px 0; }
    section.fashiontips #slideone .righttopblock {
      height: 135px; }
    section.fashiontips #slideone .slidewrapper {
      height: 590px; }
      section.fashiontips #slideone .slidewrapper .middlecircle .circletext h2 {
        font-size: 3rem; }
      section.fashiontips #slideone .slidewrapper .middlecircle .circletext .btn-word {
        font-size: 1rem; }
      section.fashiontips #slideone .slidewrapper .infotext {
        font-size: 1.5rem;
        left: 75%; }
    section.fashiontips #slideone .item.active .leftblock {
      height: 60%; }
    section.fashiontips #slideone #slide01_01 .slidewrapper:before {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_01 .slidewrapper:after {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object1 {
      left: 0%;
      bottom: -30%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object2 {
      top: 18%;
      left: 14%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object3 {
      left: 32%;
      bottom: 8%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object4 {
      right: 25%;
      bottom: 10%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object5 {
      right: 10%;
      bottom: 15%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object6 {
      right: 0%;
      bottom: 8%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object7 {
      right: 8%;
      bottom: 35%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 99; }
    section.fashiontips #slideone #slide01_01 .slidewrapper .object8 {
      right: 0;
      top: 25%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_02 .slidewrapper:before {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      left: 10%; }
    section.fashiontips #slideone #slide01_02 .slidewrapper:after {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_02 .slidewrapper .infotext {
      top: 20%; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object1 {
      bottom: 10%;
      left: -17%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object2 {
      bottom: 11%;
      left: 10%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object3 {
      bottom: 10%;
      left: 22%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object4 {
      bottom: 30%;
      left: 43%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object5 {
      bottom: 10%;
      left: 36%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object6 {
      bottom: 20%;
      left: 53%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_02 .slidewrapper .object7 {
      bottom: -25%;
      right: -10%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_03 .slidewrapper:before {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      left: 10%; }
    section.fashiontips #slideone #slide01_03 .slidewrapper:after {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_03 .slidewrapper .infotext {
      top: 20%; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object1 {
      bottom: 30%;
      left: 2%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object2 {
      bottom: 20%;
      left: 7%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object3 {
      bottom: 0;
      left: 8%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object4 {
      bottom: 5%;
      left: 20%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object5 {
      bottom: -38%;
      right: 5%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object6 {
      bottom: 32%;
      right: -6%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_03 .slidewrapper .object7 {
      bottom: 15%;
      right: -13%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_04 .slidewrapper:before {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    section.fashiontips #slideone #slide01_04 .slidewrapper:after {
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      right: 5%; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .infotext {
      right: 1%;
      top: 25%; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object1 {
      bottom: -33%;
      left: -5%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object2 {
      bottom: 5%;
      left: 14%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 99; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object3 {
      bottom: 0%;
      left: 28%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object4 {
      bottom: -5%;
      right: 8%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object5 {
      bottom: 35%;
      right: 8%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object6 {
      bottom: 17%;
      right: -10%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.fashiontips #slideone #slide01_04 .slidewrapper .object7 {
      right: -10%;
      bottom: 28%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 8; }
  section.getbeauty {
    padding: 25px 0; }
    section.getbeauty .balls {
      top: 22%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo .slidewrapper {
      height: 590px; }
      section.getbeauty #slidetwo .slidewrapper:after {
        width: 30%; }
    section.getbeauty #slidetwo .lefttopblock {
      height: 150px; }
      section.getbeauty #slidetwo .lefttopblock:before {
        width: 35%; }
    section.getbeauty #slidetwo .middletextbox {
      top: 6%;
      -webkit-transform: translateX(-50%) scale(0.7);
      -ms-transform: translateX(-50%) scale(0.7);
      transform: translateX(-50%) scale(0.7); }
    section.getbeauty #slidetwo .item.active .leftbottom {
      height: 50%; }
      section.getbeauty #slidetwo .item.active .leftbottom:after {
        width: 300px; }
    section.getbeauty #slidetwo #slide02_01 .textbox {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.getbeauty #slidetwo #slide02_01 .object1 {
      bottom: 15%;
      left: 0%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_01 .object2 {
      bottom: -10%;
      left: -4%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_01 .object3 {
      bottom: -7%;
      left: 8%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_01 .object4 {
      left: 30%;
      top: 40%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_01 .object5 {
      top: 35%;
      left: 32%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_01 .object6 {
      top: -5%;
      left: 32%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_01 .object7 {
      bottom: -57%;
      right: -40%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_02 .textbox {
      left: 33%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.getbeauty #slidetwo #slide02_02 .object1 {
      bottom: -31%;
      left: -16%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_02 .object2 {
      bottom: -10%;
      left: -5%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4); }
    section.getbeauty #slidetwo #slide02_02 .object3 {
      top: 8%;
      right: 15%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_02 .object4 {
      top: 10%;
      right: -14%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_02 .object5 {
      bottom: -6%;
      right: 20%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_02 .object6 {
      bottom: -10%;
      right: -10%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_03 .textbox {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.getbeauty #slidetwo #slide02_03 .object1 {
      bottom: -12%;
      left: 3%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_03 .object2 {
      bottom: -5%;
      left: 9%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_03 .object3 {
      bottom: -15%;
      left: 15%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_03 .object4 {
      bottom: 0%;
      right: 15%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_03 .object5 {
      bottom: -20%;
      right: -13%;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_04 .textbox {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    section.getbeauty #slidetwo #slide02_04 .object1 {
      top: 30%;
      left: 0%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_04 .object2 {
      top: 42%;
      left: 2%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_04 .object3 {
      top: 13%;
      left: 15%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_04 .object4 {
      bottom: 0;
      left: 0%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_04 .object5 {
      bottom: -12%;
      left: 8%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_04 .object6 {
      bottom: -8%;
      left: 38%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_04 .object7 {
      bottom: -43%;
      right: -30%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_04 .object8 {
      bottom: 0;
      right: -10%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_04 .balls {
      display: none; }
  section.goodstart {
    padding: 20px 0px; }
    section.goodstart #slidethree .slidewrapper {
      height: 730px; }
    section.goodstart #slidethree .picbox {
      width: 580px;
      height: 390px; }
    section.goodstart #slidethree .descriptions:before {
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.goodstart #slidethree .descriptions ul.address {
      bottom: -35%; }
    section.goodstart #slidethree .descriptions p {
      font-size: 1.6rem; }
    section.goodstart #slidethree #slide03_01 .descriptions ul.address {
      bottom: -65%; }
    section.goodstart #slidethree #slide03_04 .descriptions ul.address {
      bottom: -50%; }
    section.goodstart #slidethree #slide03_05 .descriptions ul.address {
      bottom: -50%; }
  footer {
    margin-top: 0px; } }

@media screen and (max-width: 576px) {
  .titleblock {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  section.hero {
    padding-bottom: 0;
    overflow: hidden;
    height: 325px;
    padding: 50px 0; }
    section.hero .herocenter {
      background-position: top center;
      width: 100%;
      height: 210px;
      margin: 20px 0px; }
      section.hero .herocenter .symbol {
        top: -15%;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3); }
      section.hero .herocenter .bigpic1 {
        right: 17%;
        top: -100%;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3); }
      section.hero .herocenter .bigpic2 {
        top: -166%;
        right: -60%;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3); }
      section.hero .herocenter .hero-word {
        font-size: 3rem;
        -webkit-transform: translateX(-50%) scale(1.5);
        -ms-transform: translateX(-50%) scale(1.5);
        transform: translateX(-50%) scale(1.5);
        text-shadow: 1px 1px black, 0px 1px black, 1px 0px black, 0px 0px black; }
      section.hero .herocenter .textbox01 {
        top: 55%;
        left: -13%;
        -webkit-animation: none;
        animation: none;
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(0.5);
        -ms-transform: translateY(-50%) scale(0.5);
        transform: translateY(-50%) scale(0.5); }
      section.hero .herocenter .textbox02 {
        -webkit-transform: translateX(-50%) scale(0.5);
        -ms-transform: translateX(-50%) scale(0.5);
        transform: translateX(-50%) scale(0.5);
        top: 75%;
        left: 40%;
        -webkit-animation: textbox02show-mobile 0.5s infinite alternate;
        animation: textbox02show-mobile 0.5s infinite alternate; }
        section.hero .herocenter .textbox02 .textbox-text {
          display: none; }
  section.fashiontips:before {
    height: 10px; }
  section.fashiontips:after {
    height: 10px; }
  section.fashiontips .text-center {
    height: 170px;
    text-align: left; }
  section.fashiontips .titleblock {
    margin-left: -20%; }
  section.fashiontips #slideone .righttopblock {
    height: 80px; }
  section.fashiontips #slideone .slidewrapper {
    height: 420px; }
    section.fashiontips #slideone .slidewrapper .middlecircle:before {
      width: 200px;
      height: 200px; }
  section.fashiontips #slideone #slide01_01 .slidewrapper:before, section.fashiontips #slideone #slide01_01 .slidewrapper:after {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
  section.fashiontips #slideone #slide01_01 .slidewrapper:before {
    right: 5%;
    bottom: 0%; }
  section.fashiontips #slideone #slide01_01 .slidewrapper:after {
    right: -15%;
    top: 22%; }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object1 {
    left: -18%;
    bottom: -50%;
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45); }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object2 {
    top: 0%;
    left: -12%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object3 {
    left: 70%;
    bottom: -5%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object4 {
    right: 13%;
    bottom: -13%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object5 {
    right: 12%;
    bottom: 0%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object6 {
    right: -10%;
    bottom: 2%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object7 {
    right: -22%;
    bottom: 25%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 99; }
  section.fashiontips #slideone #slide01_01 .slidewrapper .object8 {
    right: 0;
    top: 25%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 9; }
  section.fashiontips #slideone #slide01_01 .slidewrapper .infotext {
    left: 60%;
    top: 12%;
    width: 45%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  section.fashiontips #slideone #slide01_02 .slidewrapper:before {
    left: -17%;
    bottom: -3%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
  section.fashiontips #slideone #slide01_02 .slidewrapper:after {
    left: 26%;
    top: 35%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
  section.fashiontips #slideone #slide01_02 .slidewrapper .object1 {
    bottom: -5%;
    left: -70%;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25); }
  section.fashiontips #slideone #slide01_02 .slidewrapper .object2 {
    bottom: 5%;
    left: 20%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 9; }
  section.fashiontips #slideone #slide01_02 .slidewrapper .object3 {
    bottom: 4%;
    left: -10%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  section.fashiontips #slideone #slide01_02 .slidewrapper .object4 {
    bottom: 30%;
    left: 43%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 9;
    display: none; }
  section.fashiontips #slideone #slide01_02 .slidewrapper .object5 {
    bottom: 5%;
    left: 64%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 10; }
  section.fashiontips #slideone #slide01_02 .slidewrapper .object6 {
    bottom: 15%;
    left: 20%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 8; }
  section.fashiontips #slideone #slide01_02 .slidewrapper .object7 {
    bottom: -60%;
    right: -28%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 9; }
  section.fashiontips #slideone #slide01_02 .slidewrapper .infotext {
    -webkit-transform: translateX(-50%) scale(0.6);
    -ms-transform: translateX(-50%) scale(0.6);
    transform: translateX(-50%) scale(0.6);
    top: 15%;
    left: 15%; }
  section.fashiontips #slideone #slide01_03 .slidewrapper:before {
    right: 5%;
    bottom: 0%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
  section.fashiontips #slideone #slide01_03 .slidewrapper:after {
    right: -15%;
    top: 22%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
  section.fashiontips #slideone #slide01_03 .slidewrapper .object1 {
    bottom: -8%;
    left: 18%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 5; }
  section.fashiontips #slideone #slide01_03 .slidewrapper .object2 {
    bottom: 13%;
    left: 18%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    display: none; }
  section.fashiontips #slideone #slide01_03 .slidewrapper .object3 {
    bottom: 0;
    left: -27%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  section.fashiontips #slideone #slide01_03 .slidewrapper .object4 {
    bottom: -8%;
    left: -20%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 3; }
  section.fashiontips #slideone #slide01_03 .slidewrapper .object5 {
    bottom: -80%;
    right: -15%;
    -webkit-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
    z-index: 9; }
  section.fashiontips #slideone #slide01_03 .slidewrapper .object6 {
    bottom: -8%;
    right: -20%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 9; }
  section.fashiontips #slideone #slide01_03 .slidewrapper .object7 {
    bottom: 10%;
    right: -38%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 9; }
  section.fashiontips #slideone #slide01_03 .slidewrapper .infotext {
    -webkit-transform: translateX(-50%) scale(0.6);
    -ms-transform: translateX(-50%) scale(0.6);
    transform: translateX(-50%) scale(0.6);
    top: 15%;
    left: 15%; }
  section.fashiontips #slideone #slide01_04 .slidewrapper:before, section.fashiontips #slideone #slide01_04 .slidewrapper:after {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
  section.fashiontips #slideone #slide01_04 .slidewrapper:before {
    right: 5%;
    bottom: 0%; }
  section.fashiontips #slideone #slide01_04 .slidewrapper:after {
    right: -15%;
    top: 22%; }
  section.fashiontips #slideone #slide01_04 .slidewrapper .infotext {
    -webkit-transform: translateX(-50%) scale(0.6);
    -ms-transform: translateX(-50%) scale(0.6);
    transform: translateX(-50%) scale(0.6);
    width: 55%;
    left: 85%;
    top: 10%; }
  section.fashiontips #slideone #slide01_04 .slidewrapper .object1 {
    bottom: -65%;
    left: -30%;
    -webkit-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35); }
  section.fashiontips #slideone #slide01_04 .slidewrapper .object2 {
    bottom: -16%;
    left: 13%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  section.fashiontips #slideone #slide01_04 .slidewrapper .object3 {
    bottom: -22%;
    left: 8%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 9; }
  section.fashiontips #slideone #slide01_04 .slidewrapper .object4 {
    bottom: -20%;
    right: -2%;
    -webkit-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
    z-index: 9; }
  section.fashiontips #slideone #slide01_04 .slidewrapper .object5 {
    bottom: 35%;
    right: 0%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 9; }
  section.fashiontips #slideone #slide01_04 .slidewrapper .object6 {
    bottom: 20%;
    right: -25%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 9; }
  section.fashiontips #slideone #slide01_04 .slidewrapper .object7 {
    right: -22%;
    bottom: -10%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 8; }
  section.fashiontips #slideone .item.active .middlecircle {
    -webkit-transform: translateX(-50%) rotate(0deg) scale(0.5);
    -ms-transform: translateX(-50%) rotate(0deg) scale(0.5);
    transform: translateX(-50%) rotate(0deg) scale(0.5); }
  section.fashiontips #slideone .item.active .leftblock {
    height: 35%;
    left: -4%; }
  section.fashiontips #slideone .item.active .righttopblock {
    height: 130px; }
  section.getbeauty {
    padding: 0px 0px; }
    section.getbeauty .balls {
      top: 0%;
      left: -16%; }
    section.getbeauty .titleblock {
      margin-right: -10%; }
    section.getbeauty .small-area {
      height: 180px; }
    section.getbeauty #slidetwo .lefttopblock {
      height: 100px; }
      section.getbeauty #slidetwo .lefttopblock:before {
        height: 3px; }
      section.getbeauty #slidetwo .lefttopblock:after {
        height: 3px; }
      section.getbeauty #slidetwo .lefttopblock .righttopliner {
        width: 3px; }
    section.getbeauty #slidetwo .middletextbox {
      font-size: 2.5rem;
      top: 0%;
      left: 20%;
      text-align: right;
      -webkit-transform: translateX(-50%) scale(0.6);
      -ms-transform: translateX(-50%) scale(0.6);
      transform: translateX(-50%) scale(0.6); }
      section.getbeauty #slidetwo .middletextbox span.topword {
        font-size: 3rem;
        margin-right: 25px; }
    section.getbeauty #slidetwo .leftbottom {
      left: 10%;
      bottom: 20%;
      width: 8px; }
      section.getbeauty #slidetwo .leftbottom:after {
        height: 8px; }
    section.getbeauty #slidetwo .slidewrapper {
      height: 540px; }
    section.getbeauty #slidetwo .item.active .slidewrapper:after {
      width: 40%;
      height: 45%;
      bottom: 30%;
      right: -10%; }
    section.getbeauty #slidetwo .item.active .leftbottom:after {
      width: 160px; }
    section.getbeauty #slidetwo #slide02_01 .textbox {
      left: 5%;
      bottom: 30%;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
    section.getbeauty #slidetwo #slide02_01 .object1 {
      bottom: -8%;
      left: 19%;
      -webkit-transform: scale(0.5) rotate(50deg);
      -ms-transform: scale(0.5) rotate(50deg);
      transform: scale(0.5) rotate(50deg); }
    section.getbeauty #slidetwo #slide02_01 .object2 {
      bottom: 3%;
      left: -5%;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
    section.getbeauty #slidetwo #slide02_01 .object3 {
      bottom: 3%;
      left: -7%;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
      display: none; }
    section.getbeauty #slidetwo #slide02_01 .object4 {
      left: 14%;
      top: 35%;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
    section.getbeauty #slidetwo #slide02_01 .object5 {
      top: 30%;
      left: 20%;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_01 .object6 {
      top: -10%;
      left: 18%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4); }
    section.getbeauty #slidetwo #slide02_01 .object7 {
      bottom: -60%;
      right: -100%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_02 .textbox {
      left: 0%;
      bottom: 66%;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
    section.getbeauty #slidetwo #slide02_02 .object1 {
      bottom: -30%;
      left: -38%;
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3); }
    section.getbeauty #slidetwo #slide02_02 .object2 {
      bottom: -8%;
      left: 28%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_02 .object3 {
      top: 5%;
      right: -4%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_02 .object4 {
      top: 3%;
      right: -40%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_02 .object5 {
      bottom: 6%;
      right: 6%;
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_02 .object6 {
      bottom: -4%;
      right: -33%;
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_03 .textbox {
      left: 18%;
      top: 23%;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
    section.getbeauty #slidetwo #slide02_03 .object1 {
      bottom: -5%;
      left: -5%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    section.getbeauty #slidetwo #slide02_03 .object2 {
      bottom: -2%;
      left: 9%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
      display: none; }
    section.getbeauty #slidetwo #slide02_03 .object3 {
      bottom: -5%;
      left: 8%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4); }
    section.getbeauty #slidetwo #slide02_03 .object4 {
      bottom: -13%;
      right: -10%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_03 .object5 {
      bottom: -12%;
      right: -35%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_04 .textbox {
      left: 18%;
      top: 23%;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
    section.getbeauty #slidetwo #slide02_04 .object1 {
      top: 35%;
      left: 5%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
      display: none; }
    section.getbeauty #slidetwo #slide02_04 .object2 {
      top: 32%;
      left: 0%;
      -webkit-transform: scale(0.45);
      -ms-transform: scale(0.45);
      transform: scale(0.45); }
    section.getbeauty #slidetwo #slide02_04 .object3 {
      top: 5%;
      left: -6%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4); }
    section.getbeauty #slidetwo #slide02_04 .object4 {
      bottom: 0;
      left: -6%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_04 .object5 {
      bottom: -0.5%;
      left: -5%;
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3); }
    section.getbeauty #slidetwo #slide02_04 .object6 {
      bottom: 10%;
      left: 21%;
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3); }
    section.getbeauty #slidetwo #slide02_04 .object7 {
      bottom: -50%;
      right: -75%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_04 .object8 {
      bottom: 0;
      right: 13%;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
      z-index: 9; }
    section.getbeauty #slidetwo #slide02_04 .balls {
      bottom: -8%;
      top: auto;
      right: -22%;
      left: auto;
      -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
      transform: scale(0.2); }
  section.goodstart .text-center {
    height: 160px; }
  section.goodstart #slidethree .slidewrapper {
    height: 375px; }
  section.goodstart #slidethree .righttopblock {
    height: 80px; }
  section.goodstart #slidethree .picbox {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5); } }

@media screen and (max-width: 375px) {
  section.hero .herocenter .hero-word {
    font-size: 2.5rem; }
  section.hero .herocenter .bigpic1 {
    right: 10%;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25); }
  section.hero .herocenter .bigpic2 {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    right: -65%; }
  section.getbeauty .text-center {
    height: 220px; }
  section.getbeauty .balls {
    top: 0%;
    left: -16%; }
  section.getbeauty #slidetwo .lefttopblock {
    height: 100px; }
    section.getbeauty #slidetwo .lefttopblock:before {
      height: 3px; }
    section.getbeauty #slidetwo .lefttopblock:after {
      height: 3px; }
    section.getbeauty #slidetwo .lefttopblock .righttopliner {
      width: 3px; }
  section.getbeauty #slidetwo .middletextbox {
    top: 1%;
    -webkit-transform: translateX(-50%) scale(0.6);
    -ms-transform: translateX(-50%) scale(0.6);
    transform: translateX(-50%) scale(0.6); }
  section.getbeauty #slidetwo .leftbottom {
    left: 0%;
    bottom: 10%; }
  section.getbeauty #slidetwo .slidewrapper {
    height: 540px; }
  section.getbeauty #slidetwo .item.active .slidewrapper:after {
    width: 40%;
    height: 45%;
    bottom: 30%;
    right: -10%; }
  section.getbeauty #slidetwo .item.active .leftbottom:after {
    width: 160px; }
  section.getbeauty #slidetwo #slide02_01 .textbox {
    left: -5%;
    bottom: 35%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  section.getbeauty #slidetwo #slide02_01 .object1 {
    bottom: -8%;
    left: 5%;
    -webkit-transform: scale(0.4) rotate(50deg);
    -ms-transform: scale(0.4) rotate(50deg);
    transform: scale(0.4) rotate(50deg); }
  section.getbeauty #slidetwo #slide02_01 .object2 {
    bottom: 0%;
    left: -15%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  section.getbeauty #slidetwo #slide02_01 .object3 {
    bottom: 3%;
    left: -7%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    display: none; }
  section.getbeauty #slidetwo #slide02_01 .object4 {
    left: 14%;
    top: 25%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  section.getbeauty #slidetwo #slide02_01 .object5 {
    top: 22%;
    left: 20%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_01 .object6 {
    top: -18%;
    left: 14%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  section.getbeauty #slidetwo #slide02_01 .object7 {
    bottom: -60%;
    right: -105%;
    -webkit-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .textbox {
    left: -12%;
    bottom: 66%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  section.getbeauty #slidetwo #slide02_02 .object1 {
    bottom: -40%;
    left: -52%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  section.getbeauty #slidetwo #slide02_02 .object2 {
    bottom: -12%;
    left: 22%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
  section.getbeauty #slidetwo #slide02_02 .object3 {
    top: 5%;
    right: -4%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .object4 {
    top: 3%;
    right: -40%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .object5 {
    bottom: 6%;
    right: 6%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_02 .object6 {
    bottom: -4%;
    right: -40%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_03 .textbox {
    left: 0%;
    top: 23%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  section.getbeauty #slidetwo #slide02_03 .object1 {
    bottom: -15%;
    left: -5%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
  section.getbeauty #slidetwo #slide02_03 .object2 {
    bottom: -2%;
    left: 9%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    display: none; }
  section.getbeauty #slidetwo #slide02_03 .object3 {
    bottom: -10%;
    left: -4%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  section.getbeauty #slidetwo #slide02_03 .object4 {
    bottom: -13%;
    right: -14%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_03 .object5 {
    bottom: -18%;
    right: -45%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_04 .textbox {
    left: 12%;
    top: 23%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  section.getbeauty #slidetwo #slide02_04 .object1 {
    top: 35%;
    left: 5%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    display: none; }
  section.getbeauty #slidetwo #slide02_04 .object2 {
    top: 32%;
    left: -20%;
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45); }
  section.getbeauty #slidetwo #slide02_04 .object3 {
    top: 5%;
    left: -17%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
  section.getbeauty #slidetwo #slide02_04 .object4 {
    bottom: 0;
    left: -20%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_04 .object5 {
    bottom: -10.5%;
    left: -10%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  section.getbeauty #slidetwo #slide02_04 .object6 {
    bottom: 6%;
    left: 12%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  section.getbeauty #slidetwo #slide02_04 .object7 {
    bottom: -50%;
    right: -86%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_04 .object8 {
    bottom: -10%;
    right: 8%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 9; }
  section.getbeauty #slidetwo #slide02_04 .balls {
    bottom: -13%; } }
