@charset "UTF-8";
.pc {
  display: block;
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}

@media (max-width: 750px) {
  .mb {
    display: block;
  }
}

.u-font {
  font-family: 'Noto Serif TC';
  color: #dda36d;
}

.section_content_link {
  width: 100%;
  max-width: 1400px;
  margin: 5% auto;
}

.section_content_link ol {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.section_content_link ol li {
  width: 50px;
  list-style: none;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.section_content_link ol li svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.section_content_link ol li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes step {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes step {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

body.homepage {
  background-image: url(../images/homepage/bg.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

body.homepage .indexPage .section_top {
  position: relative;
}

body.homepage .indexPage .section_top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background-image: url(../images/homepage/dividing_line.jpg);
  background-position: center;
  background-size: cover;
  z-index: 99;
}

body.homepage .indexPage .section_bottom {
  position: relative;
}

body.homepage .indexPage .section_bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: url(../images/homepage/dividing_line.jpg);
  background-position: center;
  background-size: cover;
  z-index: 99;
}

body.homepage .indexPage .section_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  body.homepage .indexPage .section_content::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 2px;
    top: 0;
    left: 0;
    background-image: url(../images/homepage/dividing_line.jpg);
    background-position: center;
    background-size: contain;
  }
}

body.homepage .indexPage .section_content .section_content_mb_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .section_content_mb_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.homepage .indexPage .section_content .section_content_mb_2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .section_content_mb_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

body.homepage .indexPage .section_content .title {
  width: 70%;
  max-width: 300px;
  margin: 8% auto;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .title {
    max-width: 550px;
    margin: 16% auto 8% auto;
  }
}

body.homepage .indexPage .section_content .title img {
  width: 100%;
}

body.homepage .indexPage .section_content .img-container {
  width: 50%;
  position: relative;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .img-container {
    width: 100%;
  }
}

body.homepage .indexPage .section_content .img-container img {
  width: 100%;
}

body.homepage .indexPage .section_content .img-container:hover {
  -webkit-box-shadow: 0 0 15px #0b0c76;
  box-shadow: 0 0 15px #0b0c76;
  outline: 2px solid #0b0c76;
  outline-offset: -2px;
}

body.homepage .indexPage .section_content .dummy-container {
  background-color: #0a0918;
}

body.homepage .indexPage .section_content .dummy-container img {
  opacity: 0;
}

body.homepage .indexPage .section_content .dummy-container .dummy-ani {
  position: absolute;
  width: 65%;
  height: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/page/index/dummy.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .dummy-container .dummy-ani {
    width: 80%;
    height: 80%;
  }
}

body.homepage .indexPage .section_content .dummy-container .step-0 {
  position: absolute;
  width: 65%;
  height: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/page/index/distiller-step-0.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: step;
          animation-name: step;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .dummy-container .step-0 {
    width: 80%;
    height: 80%;
  }
}

body.homepage .indexPage .section_content .dummy-container .step-1 {
  position: absolute;
  width: 65%;
  height: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/page/index/distiller-step-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: step;
          animation-name: step;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .dummy-container .step-1 {
    width: 80%;
    height: 80%;
  }
}

body.homepage .indexPage .section_content .dummy-container .step-2 {
  position: absolute;
  width: 65%;
  height: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/page/index/distiller-step-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: step;
          animation-name: step;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .dummy-container .step-2 {
    width: 80%;
    height: 80%;
  }
}

body.homepage .indexPage .section_content .dummy-container .step-3 {
  position: absolute;
  width: 65%;
  height: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/page/index/distiller-step-3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: step;
          animation-name: step;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .dummy-container .step-3 {
    width: 80%;
    height: 80%;
  }
}

body.homepage .indexPage .section_content .dummy-container .step-4 {
  position: absolute;
  width: 65%;
  height: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/page/index/distiller-step-4.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: step;
          animation-name: step;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .dummy-container .step-4 {
    width: 80%;
    height: 80%;
  }
}

body.homepage .indexPage .section_content .ifo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .ifo {
    width: 100%;
  }
}

body.homepage .indexPage .section_content .ifo .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.homepage .indexPage .section_content .ifo .container .title {
  width: 50%;
  max-width: 500px;
  margin: 3% auto;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .ifo .container .title {
    margin: 8% auto;
  }
}

body.homepage .indexPage .section_content .ifo .container .title img {
  width: 100%;
}

body.homepage .indexPage .section_content .ifo .container .depiction {
  margin: 3% auto;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .ifo .container .depiction {
    margin: 8% auto;
    font-size: 120%;
    line-height: 200%;
  }
}

body.homepage .indexPage .section_content .ifo .container .depiction span {
  display: inline;
}

body.homepage .indexPage .section_content .ifo .container .btn {
  margin: 3% auto;
  padding: 1% 3%;
  background: #020f2d;
  color: #ffffff;
  border: 2px solid #0b0c76;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px #0b0c76;
  box-shadow: 0 0 15px #0b0c76;
}

@media (max-width: 750px) {
  body.homepage .indexPage .section_content .ifo .container .btn {
    margin: 0 auto 16% auto;
    font-size: 120%;
  }
}

body.homepage .indexPage .section_content .ifo .container .btn:hover {
  background: #03143a;
  -webkit-box-shadow: 0 0 20px #0b0c76;
  box-shadow: 0 0 20px #0b0c76;
  color: #dda36d;
}

body.homepage .indexPage .secret_4 {
  padding-top: 0;
}

body.homepage .indexPage .secret_4 .container-fixed .img-fluid {
  width: 100%;
  max-width: 500px;
}

body.homepage .indexPage .secret_4 .container-fixed canvas {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

body.aboutpage {
  width: 100%;
  background-image: url(../images/homepage/bg.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

body.aboutpage .indexPage {
  width: 100%;
}

body.aboutpage .indexPage .main_banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #000000;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .main_banner {
    height: 90vh !important;
  }
}

body.aboutpage .indexPage .main_banner img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.aboutpage .indexPage .section_top {
  position: relative;
}

body.aboutpage .indexPage .section_top::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 2px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/homepage/dividing_line.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_top {
    padding-top: 5%;
  }
}

body.aboutpage .indexPage .section_bottom {
  position: relative;
}

body.aboutpage .indexPage .section_bottom::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/homepage/dividing_line.jpg);
  background-position: center;
  background-size: cover;
}

body.aboutpage .indexPage .section_line {
  position: relative;
}

body.aboutpage .indexPage .section_line::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/about/step_line.png);
  background-repeat: repeat-x;
  background-size: contain;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_line::after {
    width: 90%;
  }
}

body.aboutpage .indexPage .main__banner img {
  width: 100%;
}

body.aboutpage .indexPage .section_content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}

body.aboutpage .indexPage .section_content .cta_content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5%;
  line-height: 200%;
  z-index: 99;
}

body.aboutpage .indexPage .section_content .cta_content ol {
  padding: 0;
}

body.aboutpage .indexPage .section_content .cta_content ol li {
  position: relative;
  display: inline-block;
}

body.aboutpage .indexPage .section_content .cta_content ol li:last-child {
  padding-left: 20px;
}

body.aboutpage .indexPage .section_content .cta_content ol li:last-child::before {
  position: absolute;
  content: "＞";
  width: 20px;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #dda36d;
}

body.aboutpage .indexPage .section_content .cta_content ol li a {
  color: #dda36d;
}

body.aboutpage .indexPage .section_content .cta_content ol li span {
  color: #dda36d;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .cta_content ol li {
    font-size: 130%;
  }
}

body.aboutpage .indexPage .section_content .section_content_mb_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .section_content_mb_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.aboutpage .indexPage .section_content .section_content_mb_2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .section_content_mb_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

body.aboutpage .indexPage .section_content .title {
  text-align: center;
  font-size: 2rem;
}

body.aboutpage .indexPage .section_content .img-container {
  width: 50%;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .img-container {
    width: 100%;
  }
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .img-container .secret__title {
    margin-top: 5%;
  }
}

body.aboutpage .indexPage .section_content .img-container .secret__title .img-title {
  max-width: 600px;
}

body.aboutpage .indexPage .section_content .img-container .secret__title img {
  width: 100%;
}

body.aboutpage .indexPage .section_content .img-container .animated__container canvas {
  -webkit-transform: scale(0.7) translateY(-20%);
          transform: scale(0.7) translateY(-20%);
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .img-container .animated__container canvas {
    -webkit-transform: scale(1) translateY(0%);
            transform: scale(1) translateY(0%);
  }
}

body.aboutpage .indexPage .section_content .img-container .secret__animated {
  height: 400px !important;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .img-container .secret__animated {
    height: 300px !important;
  }
}

body.aboutpage .indexPage .section_content .ifo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .ifo {
    width: 100%;
  }
}

body.aboutpage .indexPage .section_content .ifo .container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .ifo .container {
    padding: 0;
  }
}

body.aboutpage .indexPage .section_content .ifo .container .title {
  width: 100%;
  max-width: 500px;
  margin: 3% auto;
  line-height: 125%;
  color: #e7a480;
  font-weight: bold;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .ifo .container .title {
    font-size: 200%;
    margin: 4% auto;
  }
}

body.aboutpage .indexPage .section_content .ifo .container .title img {
  width: 100%;
}

body.aboutpage .indexPage .section_content .ifo .container .depiction {
  max-width: 450px;
  margin: 3% auto;
  text-align: left;
  color: #ffffff;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .ifo .container .depiction {
    margin: 4% auto 12% auto;
    font-size: 120%;
    text-align: justify;
  }
}

body.aboutpage .indexPage .section_content .ifo .container .btn {
  margin: 3% auto;
  padding: 1% 3%;
  background: #020f2d;
  color: #ffffff;
  border: 2px solid #0b0c76;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px #0b0c76;
  box-shadow: 0 0 15px #0b0c76;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_content .ifo .container .btn {
    margin: 8% auto;
    font-size: 120%;
  }
}

body.aboutpage .indexPage .section_content .ifo .container .btn:hover {
  background: #03143a;
  -webkit-box-shadow: 0 0 20px #0b0c76;
  box-shadow: 0 0 20px #0b0c76;
  color: #dda36d;
}

body.aboutpage .indexPage .secret_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: hidden;
}

body.aboutpage .indexPage .secret_3 .distiller__stage {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

body.aboutpage .indexPage .secret_3 .distiller__stage .img-title {
  position: absolute;
  max-width: 600px;
  width: 100%;
  -webkit-transform: translateX(-50%) scale(0.7);
          transform: translateX(-50%) scale(0.7);
  left: 50%;
  top: 5%;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .secret_3 .distiller__stage .img-title {
    top: 0;
  }
}

body.aboutpage .indexPage .secret_3 .distiller__stage .img-title img {
  width: 100%;
}

body.aboutpage .indexPage .secret_3 .distiller__bg {
  background-color: #ffffff00 !important;
}

body.aboutpage .indexPage .secret_3 .distiller__content {
  top: 8%;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .secret_3 .distiller__content {
    top: -3%;
  }
}

body.aboutpage .indexPage .secret_3 .pin__container {
  width: 100%;
}

body.aboutpage .indexPage .secret_3 .pin__container .pin__content {
  width: 50%;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .secret_3 .pin__container .pin__content {
    width: 100%;
  }
}

body.aboutpage .indexPage .secret_3 .pin__container .title {
  font-weight: bold;
}

body.aboutpage .indexPage .secret_3 .ifo-container {
  width: 80%;
  margin: 0 auto;
  left: 100%;
  bottom: 40%;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .secret_3 .ifo-container {
    width: 100%;
    left: 0%;
    bottom: unset;
    top: 60vh;
  }
}

body.aboutpage .indexPage .secret_3 .ifo-container .title {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin: 3% auto;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .secret_3 .ifo-container .title {
    font-size: 1.5rem;
  }
}

body.aboutpage .indexPage .secret_3 .ifo-container .container-txt {
  width: 95%;
  max-width: 450px;
  color: #ffffff;
  margin: 3% auto;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .secret_3 .ifo-container .container-txt {
    text-align: justify;
    font-size: 120%;
  }
}

body.aboutpage .indexPage .section_product {
  display: block;
  overflow-x: auto;
}

body.aboutpage .indexPage .section_product .img-title {
  max-width: 450px;
  width: 100%;
  margin: 5% auto;
}

body.aboutpage .indexPage .section_product .img-title img {
  width: 100%;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .section_product .img-title {
    margin: 10% auto 16% auto;
  }
}

body.aboutpage .indexPage .product-box {
  width: 90%;
  margin: 0 auto;
}

body.aboutpage .indexPage .product-box .product-container {
  position: relative;
  width: 100%;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .product-box .product-container {
    margin: 10% auto;
  }
}

body.aboutpage .indexPage .product-box .product-container .products {
  margin: 0 auto;
  padding: 2%;
  position: relative;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .product-box .product-container .products {
    padding: 0;
  }
}

body.aboutpage .indexPage .product-box .product-container .products:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/page/product/effect.png");
  background-size: 100% 95%;
  background-position: top center;
  background-repeat: no-repeat;
}

body.aboutpage .indexPage .product-box .product-container .products:hover .product_img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.aboutpage .indexPage .product-box .product-container .products:hover .product_tex {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body.aboutpage .indexPage .product-box .product-container .products a {
  text-decoration: none;
}

body.aboutpage .indexPage .product-box .product-container .products .product_img {
  width: 80%;
  max-width: 140px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .product-box .product-container .products .product_img {
    width: 40%;
  }
}

body.aboutpage .indexPage .product-box .product-container .products .product_img img {
  width: 100%;
}

body.aboutpage .indexPage .product-box .product-container .products .product_tex {
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin: 10% auto;
  line-height: 200%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 110%;
}

@media (max-width: 750px) {
  body.aboutpage .indexPage .product-box .product-container .products .product_tex {
    font-size: 150%;
  }
}

body.aboutpage .indexPage .product-box .product-container .products .product_tex .title_tex {
  color: #e7a480;
}

body.aboutpage .indexPage .product-box .product-container .slick-arrow {
  position: absolute;
  top: 40%;
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  cursor: pointer;
}

body.aboutpage .indexPage .product-box .product-container .slick-prev {
  left: 0;
}

body.aboutpage .indexPage .product-box .product-container .slick-prev::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url(../images/product/productPage-button-prev2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
}

body.aboutpage .indexPage .product-box .product-container .slick-next {
  right: 0;
}

body.aboutpage .indexPage .product-box .product-container .slick-next::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url(../images/product/productPage-button-next2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
}

.productPage {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
}

@media (max-width: 750px) {
  .productPage {
    padding-top: 15%;
  }
}

.productPage .section_product {
  width: 100%;
}

.productPage .section_product .img-title {
  margin: 4% auto 5% auto;
  max-width: 900px;
  width: 90%;
}

@media (max-width: 750px) {
  .productPage .section_product .img-title {
    margin: 8% auto 15% auto;
  }
}

.productPage .section_product .img-title img {
  width: 100%;
}

.productPage .section_product .product-box {
  width: 95%;
  margin: 0 auto;
}

.productPage .section_product .product-box .product-container {
  position: relative;
  width: 100%;
}

@media (max-width: 750px) {
  .productPage .section_product .product-box .product-container {
    margin: 10% auto;
  }
}

.productPage .section_product .product-box .product-container .img-title {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.productPage .section_product .product-box .product-container .img-title img {
  width: 100%;
}

.productPage .section_product .product-box .product-container .products {
  margin: 0 auto;
  padding-top: 2%;
  position: relative;
}

@media (max-width: 750px) {
  .productPage .section_product .product-box .product-container .products {
    padding-top: 0;
  }
}

.productPage .section_product .product-box .product-container .products:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/page/product/effect.png");
  background-size: 100% 95%;
  background-position: top center;
  background-repeat: no-repeat;
}

.productPage .section_product .product-box .product-container .products:hover .product_img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.productPage .section_product .product-box .product-container .products:hover .product_tex {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.productPage .section_product .product-box .product-container .products a {
  text-decoration: none;
}

.productPage .section_product .product-box .product-container .products .product_img {
  width: 80%;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.productPage .section_product .product-box .product-container .products .product_img img {
  width: 100%;
}

.productPage .section_product .product-box .product-container .products .product_tex {
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin: 10% auto;
  line-height: 200%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 110%;
}

@media (max-width: 750px) {
  .productPage .section_product .product-box .product-container .products .product_tex {
    font-size: 150%;
  }
}

.productPage .section_product .product-box .product-container .products .product_tex .title {
  color: #e7a480;
}

.productPage .section_product .product-box .product-container .slick-arrow {
  position: absolute;
  top: 40%;
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  cursor: pointer;
}

.productPage .section_product .product-box .product-container .slick-prev {
  left: 0;
}

.productPage .section_product .product-box .product-container .slick-prev::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url(../images/product/productPage-button-prev2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
}

.productPage .section_product .product-box .product-container .slick-next {
  right: 0;
}

.productPage .section_product .product-box .product-container .slick-next::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url(../images/product/productPage-button-next2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
}

.productPage .section_product .product-box .product-container-classic .products .product_img {
  max-width: 140px;
}

@media (max-width: 750px) {
  .productPage .section_product .product-box .product-container-classic .products .product_img {
    width: 35%;
  }
}

.productPage .section_product .product-box .product-container-limited .products .product_img {
  max-width: 200px;
}

@media (max-width: 750px) {
  .productPage .section_product .product-box .product-container-limited .products .product_img {
    width: 55%;
  }
}

.productPage .section_product .product-box .product-container-30y .products .product_img {
  max-width: 250px;
}

@media (max-width: 750px) {
  .productPage .section_product .product-box .product-container-30y .products .product_img {
    width: 55%;
  }
}

.productPage .section_product .other-box {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 750px) {
  .productPage .section_product .other-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.productPage .section_product .other-box .box {
  width: 40%;
  border: 1px solid #e7a480;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .productPage .section_product .other-box .box {
    width: 90%;
    margin: 0 auto 15% auto;
  }
}

.productPage .section_product .other-box .box .box-tx {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  background-color: #00000075;
  padding: 1% 0;
}

.productPage .section_product .other-box .box .box-tx .title {
  font-size: 170%;
  line-height: 200%;
  color: #e7a480;
}

.productPage .section_product .other-box .box .box-tx .ifo {
  font-size: 130%;
  color: #ffffff;
}

.productPage .section_product .other-box .box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.productPage .section_product .other-box .box img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/*# sourceMappingURL=style_2023.css.map */