* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
}

body {
  position: relative;
  background-color: #fffff1;
  overflow-x: hidden;
}

div#aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fffff1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 2;
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}

div#aside div.left {
  width: 33%;
  margin-left: 2%;
}

div#aside div.left a {
  cursor: pointer;
  text-decoration: none;
}

div#aside div.left a h1#asideLogo {
  color: #333333;
  font-family: "Noto Sans TC";
  font-weight: 400;
  margin-top: 35%;
  margin-bottom: 15%;
  margin-left: 2%;
  font-size: 32px;
}

div#aside div.left ul.aside_kind li {
  margin-bottom: 3%;
  position: relative;
  display: inline-block;
}

div#aside div.left ul.aside_kind li :after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  border-bottom: 0px solid #333333;
  -webkit-transition: all 1s;
  transition: all 1s;
}

div#aside div.left ul.aside_kind li :hover:after {
  width: 100%;
  border-bottom: 1px solid #333333;
}

div#aside div.left ul.aside_kind li a {
  text-decoration: none;
  color: #333333;
  font-family: "Noto sans Tc";
  font-weight: 300;
  font-size: 26px;
}

div#aside div.middle {
  width: 33%;
  margin-left: 2%;
}

div#aside div.middle ul.public_kind {
  display: none;
  margin-top: 58%;
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

div#aside div.middle ul.public_kind li {
  margin-bottom: 2%;
  opacity: 0;
}

div#aside div.middle ul.public_kind li a {
  text-decoration: none;
  color: #333333;
  font-family: "Noto sans Tc";
  font-weight: 300;
  font-size: 26px;
}

div#aside div.middle ul.public_kind li.slowShow {
  -webkit-transition: all 2s;
  transition: all 2s;
  opacity: 1;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

div#aside div.middle ul.mouseShow {
  display: block;
}

div#aside div.middle ul.public_kind > li:nth-child(1) {
  margin-bottom: 7%;
}

div#aside div.right {
  width: 33%;
}

div#aside img#asideCancel {
  width: 20px;
  position: absolute;
  right: 5%;
  top: 10%;
  cursor: pointer;
}

div#background {
  position: relative;
}

div#background nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 5%;
  left: 2%;
  width: 100%;
}

div#background nav ul {
  width: 33%;
  list-style: none;
}

div#background nav ul li {
  display: inline-block;
  list-style: none;
  margin-right: 2%;
}

div#background nav ul li :after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  border-bottom: 0px solid #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div#background nav ul li :hover:after {
  width: 100%;
  border-bottom: 1px solid #333333;
}

div#background nav ul li a {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
  font-family: "Noto Sans Tc";
  font-weight: 300;
  z-index: 2;
}

div#background nav ul.right {
  text-align: right;
  margin-right: 3%;
}

div#background nav ul.right li {
  margin-right: 3%;
}

div#background img {
  height: 650px;
}

div#section01 {
  position: absolute;
  width: 100%;
  top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#section01 div.left {
  width: 25%;
}

div#section01 div.left a {
  text-decoration: none;
}

div#section01 div.left a h1#logo {
  color: #333333;
  font-family: "Noto Sans TC";
  font-weight: 400;
  margin-left: 8%;
  font-size: 32px;
}

div#section01 div.middle {
  width: 35%;
}

div#section01 div.middle p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: "Noto Sans TC";
  font-weight: 400;
  color: #333333;
}

div#section01 div.middle h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Noto Sans TC";
  font-weight: 400;
  color: #333333;
}

div#section01 div.middle a {
  cursor: pointer;
}

div#section01 div.middle a :hover {
  background-color: #333333;
}

div#section01 div.middle a :hover span {
  color: #fffff1;
}

div#section01 div.middle a button {
  outline: none;
  background: none;
  border: 1px solid #888888;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div#section01 div.middle a button span {
  font-size: 14px;
  font-family: "Noto Sans TC";
  font-weight: 400;
  color: #333333;
  margin-left: 8%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div#section01 div.middle a button img {
  width: 15px;
  margin-right: 2%;
}

div#section01 div.right {
  width: 40%;
}

div#section02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
}

div#section02 .section_product {
  width: 25%;
}

div#section02 .section_product a {
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 auto;
}

div#section02 .section_product a :after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 35%;
  width: 0%;
  border-bottom: 0px solid #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div#section02 .section_product a :hover:after {
  width: 30%;
  border-bottom: 1px solid #333333;
}

div#section02 .section_product img {
  height: 400px;
}

div#section02 .section_product h1.section_title {
  position: relative;
  font-size: 14px;
  font-family: "Noto Sans TC";
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 5%;
}

div#section03 {
  margin-top: 5%;
}

div#section03 div.section03Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

div#section03 div.section03Container div.left {
  width: 50%;
  background-image: url("../img/index/Aesop_Tame1.jpg");
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: bottom center;
  -webkit-transition: opacity, 1s;
  transition: opacity, 1s;
  opacity: 0;
}

div#section03 div.section03Container div.left h2 {
  font-size: 30px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #fffef2;
  text-align: center;
  margin-bottom: 5%;
  margin-top: 15%;
}

div#section03 div.section03Container div.left h3 {
  font-size: 16px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #fffef2;
  text-align: center;
  margin-bottom: 5%;
}

div#section03 div.section03Container div.left P {
  font-size: 14px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #fffef2;
  text-align: center;
  margin-bottom: 5%;
}

div#section03 div.section03Container div.left a {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #fffef2;
  text-align: center;
  margin-bottom: 55%;
}

div#section03 div.section03Container div.right {
  width: 50%;
  background-image: url("../img/index/Aesop_Tame.jpg");
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: bottom center;
  -webkit-transition: opacity, 1s;
  transition: opacity, 1s;
  opacity: 0;
}

div#section03 div.section03Container div.right h2 {
  font-size: 30px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #fffef2;
  text-align: center;
  margin-bottom: 5%;
  margin-top: 15%;
}

div#section03 div.section03Container div.right h3 {
  font-size: 16px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #fffef2;
  text-align: center;
  margin-bottom: 5%;
}

div#section03 div.section03Container div.right P {
  font-size: 14px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #fffef2;
  text-align: center;
  margin-bottom: 5%;
}

div#section03 div.section03Container div.right a {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #fffef2;
  text-align: center;
  margin-bottom: 55%;
}

div#section03 div.section03Container div.s03Active {
  opacity: 1;
}

div#section04 {
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

div#section04 button#leftArrow {
  outline: none;
  position: relative;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #333333;
  z-index: 3;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}

div#section04 button#leftArrow span#arrow1 {
  position: absolute;
  left: 40%;
  width: 20px;
  border: 1px solid #fffef2;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}

div#section04 button#leftArrow span#arrow2 {
  position: absolute;
  left: 40%;
  width: 20px;
  border: 1px solid #fffef2;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

div#section04 button#rightArrow {
  cursor: pointer;
  outline: none;
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #333333;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

div#section04 button#rightArrow span#arrow3 {
  position: absolute;
  left: 40%;
  width: 20px;
  border: 1px solid #fffef2;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}

div#section04 button#rightArrow span#arrow4 {
  position: absolute;
  left: 40%;
  width: 20px;
  border: 1px solid #fffef2;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

div#section04 div.section04Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

div#section04 div.section04Container .section_product {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
}

div#section04 div.section04Container .section_product a {
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 auto;
}

div#section04 div.section04Container .section_product a :after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 35%;
  width: 0%;
  border-bottom: 0px solid #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div#section04 div.section04Container .section_product a :hover:after {
  width: 30%;
  border-bottom: 1px solid #333333;
}

div#section04 div.section04Container .section_product img {
  height: 20%;
}

div#section04 div.section04Container .section_product h1.section_title {
  position: relative;
  font-size: 14px;
  font-family: "Noto Sans TC";
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 5%;
}

div.progressBar {
  background-color: #ccc;
  height: 2px;
  width: 90%;
  margin: 1% auto 0;
}

div.progressBar span.smallBar {
  display: block;
  width: 50%;
  height: 2px;
  background-color: #333333;
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}

div#section05 {
  margin-top: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#section05 div.left {
  width: 42%;
  padding: 0% 8% 0% 5%;
}

div#section05 div.left h2 {
  font-size: 30px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #333333;
  margin-bottom: 5%;
}

div#section05 div.left p {
  font-size: 16px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #333333;
  margin-bottom: 5%;
  line-height: 2;
}

div#section05 div.left a {
  cursor: pointer;
}

div#section05 div.left a :hover {
  background-color: #333333;
}

div#section05 div.left a :hover span {
  color: #fffff1;
}

div#section05 div.left a button {
  outline: none;
  background: none;
  border: 1px solid #cacaca;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div#section05 div.left a button span {
  font-size: 14px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #333333;
  margin-left: 8%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div#section05 div.left a button img {
  width: 15px;
  margin-right: 2%;
}

div#section05 div.right {
  width: 58%;
}

div#section05 div.right div.carouselContainer {
  overflow: hidden;
}

div#section05 div.right div.carouselContainer div.carouselSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

div#section05 div.right div.s5_progressBar {
  background-color: #ccc;
  height: 2px;
  width: 100%;
  margin: 5% auto 3%;
}

div#section05 div.right div.s5_progressBar span.smallBar {
  display: block;
  width: 33.3%;
  height: 2px;
  background-color: #333333;
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}

div#section05 div.right div.storeName {
  position: relative;
  height: 15px;
}

div#section05 div.right div.storeName h2 {
  position: absolute;
  font-size: 14px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #333333;
  -webkit-transition: all, 1s;
  transition: all, 1s;
  opacity: 0;
}

div#section05 div.right div.storeName h2.store {
  opacity: 1;
}

div#section6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#section6 h1#longword {
  display: block;
  font-size: 30px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #333333;
}

footer {
  display: block;
  height: 500px;
  background-color: #333333;
  position: relative;
}

footer p {
  font-size: 26px;
  color: white;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*# sourceMappingURL=index.css.map */