#anc {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 25;
  text-align: center;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.anc-panel {
  max-width: 800px;
  height: 80vh;
  max-height: 680px;
  margin: auto;
  background: #1b1b1b;
}
.anc-detail {
  padding: 5%;
}
.anc-img img {
  width: 100%;
}
.anc-text {
  color: #fff;
  padding: 25px 0;
}
.anc-text b {
  color: #f53838;
}
.anc-info {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 7%;
  padding: 4%;
  background: #222;
}
.anc-info a {
  color: #fff;
}
.anc-info b {
  color: #f53838;
  font-size: 1.125rem;
}
.anc-info b a {
  color: #f53838;
}

#anc img {
  margin-left: auto;
  margin-right: auto;
}

#anc h6 {
  font-size: 2em;
  color: #fff;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  margin: 5px 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.5);
}

.title-tw {
  display: block;
  letter-spacing: 10px;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.3s 0.5s, -moz-transform 0.3s 0.5s;
  -o-transition: opacity 0.3s 0.5s, -o-transform 0.3s 0.5s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.5s, 0.5s;
  transition: opacity 0.3s 0.5s, transform 0.3s 0.5s;
}
.show .title-tw {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.title-en {
  font-size: 0.5em;
  display: block;
  line-height: 1.5;
  margin: 10px 0 60px;
  color: #666;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.3s 0.6s, -moz-transform 0.3s 0.6s;
  -o-transition: opacity 0.3s 0.6s, -o-transform 0.3s 0.6s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.6s, 0.6s;
  transition: opacity 0.3s 0.6s, transform 0.3s 0.6s;
}
.show .title-en {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.title-en:before {
  content: "";
  width: 3px;
  height: 15px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.text, .text-en {
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}

.text {
  font-size: 0.875em;
  margin: 20px 0;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.show .text {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.text-en {
  font-size: 0.75em;
  margin: 20px 0;
}
.text-en.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.open-image {
  position: relative;
  padding-bottom: 45%;
}
.open-image li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.open-image-row {
  width: calc((100% - 32px) / 3);
}
.open-image-col {
  height: calc(50% - 8px);
  margin-bottom: 16px;
}
.open-img {
  position: relative;
  background-size: cover;
  background-position: center;
}
.open-control {
  position: absolute;
  right: 0;
  margin-top: 40px;
}
.open-control li {
  display: inline-block;
  width: 35px;
  cursor: pointer;
  padding: 10px 0;
  margin: 0 3px;
}
.open-control li:before {
  content: "";
  background: #666;
  height: 4px;
  display: block;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.open-control li.active:before {
  background: #FFF;
}
.open-control li:hover:before {
  background: #FFF;
  -moz-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  -webkit-transform: scaleY(1.5);
  transform: scaleY(1.5);
}
.open-slogan {
  max-width: 580px;
  margin-top: 30px;
}
.open-slogan-text {
  margin-top: 20px;
  font-size: 0.875em;
}
.open-slogan-text.text-en {
  font-size: 0.75em;
  color: #aaa;
}

.about-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  margin: 0 5%;
}
.about-content {
  margin: auto;
  width: 40%;
}
.about-text {
  font-size: 0.875em;
  margin: 20px 0;
}
.about-text.text-en {
  font-size: 0.75em;
  color: #aaa;
}
.about-img1 {
  position: relative;
  width: 50%;
  background-size: cover;
  background-position: center;
  padding-bottom: 67.5%;
}
.about-img2 {
  position: relative;
  margin: 8% 10% 0 60%;
  width: 30%;
  background-size: cover;
  background-position: center;
  padding-bottom: 22.5%;
}

.product {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-content {
  width: 40%;
  margin-right: 10%;
}
.product-text {
  font-size: 0.875em;
  margin: 20px 0;
}
.product-text.text-en {
  font-size: 0.75em;
  color: #aaa;
}
.product-item {
  position: relative;
  width: 50%;
}
.product-item:before {
  content: "";
  padding-bottom: 120%;
  display: block;
}
.product-img {
  position: absolute;
  top: 0;
  width: 60%;
  height: 50%;
  background-size: cover;
}
.product1 .product-img {
  top: 30%;
  width: 80%;
}
.product3 .product-img {
  left: 30%;
  top: 20%;
  height: 66.66667%;
}
.product4 .product-img {
  left: 20%;
  height: 66.66667%;
}
.product5 .product-img {
  right: 0;
  top: 30%;
}
.product6 .product-img {
  width: 100%;
  height: 62.5%;
  top: 20%;
}
.product-name {
  position: absolute;
  padding: 20px;
  min-width: 180px;
  opacity: 0;
  -moz-transition: opacity 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s;
  -webkit-transition: opacity 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: opacity 0.6s 0.6s;
  z-index: 3;
}
.show .product-name {
  opacity: 1;
}
.product1 .product-name {
  right: 0;
  bottom: 15%;
}
.product2 .product-name {
  right: 20%;
  bottom: 40%;
}
.product3 .product-name {
  bottom: 0;
  left: 10%;
}
.product4 .product-name {
  bottom: 25%;
  left: 10%;
}
.product5 .product-name {
  bottom: 0%;
  left: 30%;
}
.product6 .product-name {
  bottom: 5%;
  right: 10%;
}
.product-name-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.product-name-info {
  position: relative;
}
.product-name-title {
  font-size: 1em;
}
.product-name-text {
  font-size: 0.75em;
}
.product-deco {
  width: 3px;
  height: 0px;
  position: absolute;
  top: 0;
  background: #FFF;
  margin: -40px 40px 0;
  -moz-transition: height 0.6s 1s;
  -o-transition: height 0.6s 1s;
  -webkit-transition: height 0.6s;
  -webkit-transition-delay: 1s;
  transition: height 0.6s 1s;
}
.show .product-deco {
  height: 80px;
}
.product1 .product-deco {
  top: 30%;
}
.product3 .product-deco {
  right: 10%;
  top: 20%;
}
.product4 .product-deco {
  right: 20%;
}
.product5 .product-deco {
  right: 0;
  top: 30%;
}
.product6 .product-deco {
  top: 20%;
}

.about-content h2, .about-content .more, .product-content h2, .product-content .more, .open-slogan h2, .open-slogan .more {
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}

.about-text, .product-text, .open-slogan-text {
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}

.show h2, .show .about-text, .show .product-text, .show .more, .show .open-slogan-text {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.show .about-text, .show .product-text, .show .open-slogan-text {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.show .more {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.product-img, .about-img, .open-img {
  overflow: hidden;
}
.product-img:after, .about-img:after, .open-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #111;
  z-index: 1;
  -moz-transition: width 0.3s 0s;
  -o-transition: width 0.3s 0s;
  -webkit-transition: width 0.3s;
  -webkit-transition-delay: 0s;
  transition: width 0.3s 0s;
}
.show .product-img:after, .show .about-img:after, .show .open-img:after {
  width: 0;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.product-img:before, .about-img:before, .open-img:before {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 0;
  z-index: 2;
  background: #333;
}
.show .product-img:before, .show .about-img:before, .show .open-img:before {
  -moz-animation: showimage 1s;
  -webkit-animation: showimage 1s;
  animation: showimage 1s;
}

.about-img.show:before {
  -moz-animation: showimage 1s;
  -webkit-animation: showimage 1s;
  animation: showimage 1s;
}
.about-img.show:after {
  width: 0;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@-moz-keyframes showimage {
  0% {
    width: 8px;
    height: 0;
    left: 0;
  }
  30% {
    width: 8px;
    height: 100%;
    left: 0;
  }
  59.9% {
    width: 100%;
    height: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
  }
  99.9% {
    width: 0;
    height: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 8px;
    height: 0;
    left: 0;
  }
}
@-webkit-keyframes showimage {
  0% {
    width: 8px;
    height: 0;
    left: 0;
  }
  30% {
    width: 8px;
    height: 100%;
    left: 0;
  }
  59.9% {
    width: 100%;
    height: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
  }
  99.9% {
    width: 0;
    height: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 8px;
    height: 0;
    left: 0;
  }
}
@keyframes showimage {
  0% {
    width: 8px;
    height: 0;
    left: 0;
  }
  30% {
    width: 8px;
    height: 100%;
    left: 0;
  }
  59.9% {
    width: 100%;
    height: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
  }
  99.9% {
    width: 0;
    height: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 8px;
    height: 0;
    left: 0;
  }
}
@media screen and (max-width: 1660px) {
  .product-img {
    width: 80%;
  }
  .product2 .product-img {
    height: 66.66667%;
  }
  .product3 .product-img {
    height: 88.88889%;
    left: 20%;
  }
  .product4 .product-img {
    height: 88.88889%;
    left: 10%;
  }
  .product5 .product-img {
    right: 10%;
    top: 40%;
    height: 66.66667%;
  }
  .product6 .product-img {
    width: 100%;
    top: 35%;
  }

  .product-name {
    min-width: 30%;
  }
  .product1 .product-name {
    bottom: 10%;
  }
  .product2 .product-name {
    right: 5%;
    bottom: 20%;
  }
  .product3 .product-name {
    bottom: -20%;
  }
  .product4 .product-name {
    bottom: 5%;
    left: 0%;
  }
  .product5 .product-name {
    bottom: -20%;
    left: auto;
    right: 0;
  }
  .product6 .product-name {
    bottom: -10%;
    right: 10%;
  }
  .product-name-text {
    display: none;
  }

  .product3 .product-deco {
    right: 0;
  }
  .product4 .product-deco {
    right: 10%;
  }
  .product5 .product-deco {
    right: 10%;
    top: 40%;
  }
  .product6 .product-deco {
    top: 35%;
  }
}
@media screen and (max-width: 1200px) {
  .product-content a {
    display: block;
    margin-bottom: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .about-flex {
    margin: 0;
  }

  .about-img2 {
    margin-top: 100px;
  }

  .open-image-row {
    width: calc((100% - 20px) / 3);
    background-size: cover;
  }
  .open-image-col {
    height: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .open-control, .open-slogan {
    display: none;
  }

  .about {
    border-top: #222 solid 1px;
    border-bottom: #222 solid 1px;
  }
  .about-flex {
    display: block;
  }
  .about-content {
    width: auto;
    max-width: 90%;
  }
  .about-img1 {
    width: auto;
    margin-top: 50px;
  }
  .about-img1:before {
    padding-bottom: 60%;
  }
  .about-img2 {
    display: none;
  }

  .product-content {
    width: 90%;
    margin: 0 auto 50px;
  }
  .product-content a {
    margin-bottom: unset;
  }
  .product-item:before {
    padding-bottom: 100%;
  }
  .product1 .product-img, .product2 .product-img, .product3 .product-img, .product4 .product-img, .product5 .product-img, .product6 .product-img {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
  }
  .product-deco {
    display: none;
  }
  .product-name {
    padding: 5px;
    width: 150px;
    text-align: center;
    margin-left: -80px;
  }
  .product1 .product-name, .product2 .product-name, .product3 .product-name, .product4 .product-name, .product5 .product-name, .product6 .product-name {
    bottom: 15%;
    left: 50%;
    right: auto;
  }
  .product-name-title {
    font-size: 0.875em;
  }
  .product-name .more {
    display: none;
  }
  .product-name-bg {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 480px) {
  .product {
    display: block;
  }
  .product-item {
    width: 100%;
    margin: 20px 0;
  }
  .product1 .product-img, .product2 .product-img, .product3 .product-img, .product4 .product-img, .product5 .product-img, .product6 .product-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .open-image {
    padding-bottom: 80vh;
  }
  .open-image li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .open-image-row {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .open-image-row:nth-child(3) {
    width: 100%;
  }
}
