@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Noto Sans JP", "Noto Sans TC", "微軟正黑體", "Source Sans Pro", "Arial", sans-serif;
  vertical-align: baseline;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1 !important;
  width: 100% !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  background: transparent;
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
  border-radius: 0px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0;
  border: none;
}

select::-ms-expand {
  display: none;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #000000;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

picture {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #9f9f9f;
}

input::-moz-placeholder {
  color: #9f9f9f;
}

input:-ms-input-placeholder {
  color: #9f9f9f;
}

input::-ms-input-placeholder {
  color: #9f9f9f;
}

input::placeholder {
  color: #9f9f9f;
}

textarea::-webkit-input-placeholder {
  color: #9f9f9f;
}

textarea::-moz-placeholder { /* Firefox 19+ */
  color: #9f9f9f;
}

textarea:-ms-input-placeholder {
  color: #9f9f9f;
}

textarea::-ms-input-placeholder {
  color: #9f9f9f;
}

textarea::placeholder {
  color: #9f9f9f;
}

@font-face {
  font-family: GenJyuuGothic;
  src: url(../fonts/GenJyuuGothic.woff);
}
.maru {
  font-family: GenJyuuGothic;
}

html {
  font-size: 16px;
}
@media (max-width: 640px) {
  html {
    font-size: 2.5vw;
  }
}

a {
  color: #000;
}

.warn {
  color: #FF0000;
}

.-m {
  display: none !important;
}

.-pc {
  display: block !important;
}

@media (max-width: 640px) {
  .-m {
    display: block !important;
  }
  .-pc {
    display: none !important;
  }
}
#toggle-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100px;
  height: 30px;
  width: 40px;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 768px) and (max-height: 1080px) {
  #toggle-btn {
    left: 9.2592592593vh;
    height: 2.7777777778vh;
    width: 3.7037037037vh;
  }
}
@media (max-width: 640px) {
  #toggle-btn {
    left: 6.25vw;
    height: 7.1875vw;
    width: 9.6875vw;
  }
}
#toggle-btn span {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #764636;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
@media (max-width: 640px) {
  #toggle-btn span {
    height: 2px;
  }
}
#toggle-btn span:nth-child(1) {
  top: 0%;
}
#toggle-btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#toggle-btn span:nth-child(3) {
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#toggle-btn.-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
#toggle-btn.-active span:nth-child(2) {
  top: 50%;
  opacity: 0;
  -webkit-transform: none;
          transform: none;
}
#toggle-btn.-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
#toggle-btn.-ani-active span {
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s;
}

@-webkit-keyframes lightSweep {
  0% {
    top: 0;
  }
  100% {
    top: 400%;
  }
}

@keyframes lightSweep {
  0% {
    top: 0;
  }
  100% {
    top: 400%;
  }
}
@-webkit-keyframes upFloat {
  0% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes upFloat {
  0% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@-webkit-keyframes floatBtn-1 {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes floatBtn-1 {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes floatBtn-2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@keyframes floatBtn-2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@-webkit-keyframes lightLine {
  0% {
    width: 0;
  }
  100% {
    width: 1030px;
  }
}
@keyframes lightLine {
  0% {
    width: 0;
  }
  100% {
    width: 1030px;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100 900;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
}
html,
body {
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  z-index: 100;
}
header .bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 70px;
  background-color: #fff;
  opacity: 0;
}
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  display: block;
  width: 118px;
  top: 33px;
  left: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 40px;
  z-index: 100;
}
@media (max-width: 768px) {
  header .logo {
    width: 17.8125vw;
    top: 3.125vw;
    left: 3.90625vw;
  }
}
@media (max-width: 768px) {
  header .menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
header ul {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 37px;
  right: 118px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media (max-width: 1399px) and (min-width: 769px) {
  header ul {
    right: 30px;
  }
}
@media (max-width: 768px) {
  header ul {
    display: block;
    width: 65vw;
    background-image: url(../img/menu.png);
    background-size: 100% 100%;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
    padding-top: 17.1875vw;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 31.25vw;
  }
}
header ul a {
  outline: none;
}
@media (max-width: 768px) {
  header ul a {
    width: 100%;
    display: block;
    margin-bottom: 15.625vw;
  }
}
header ul a li {
  margin-left: 40px;
  font-size: 20px;
  color: #D06868;
  padding: 0 5px;
  padding-bottom: 10px;
}
@media (max-width: 1399px) and (min-width: 769px) {
  header ul a li {
    margin-left: 15px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  header ul a li {
    padding: 0;
    margin: 0;
    color: #A46E6E;
    font-weight: bold;
    text-align: center;
    font-size: 4.6875vw;
  }
}
header ul a.-active li {
  position: relative;
}
@media (min-width: 769px) {
  header ul a.-active li {
    border-bottom: 2px solid #D06868;
  }
}
@media (max-width: 768px) {
  header ul a.-active li {
    color: #FFF9E5;
  }
  header ul a.-active li:after {
    width: 40.9375vw;
    height: 10vw;
    background-image: url(../img/menu-item-bg.png);
    background-size: 100% 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}
header .toggle-btn {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .toggle-btn {
    position: relative;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 40px;
    height: 30px;
    top: 8.90625vw;
    right: 3.90625vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
  }
  header .toggle-btn span {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #9D7C7C;
    border-radius: 10000px;
  }
  header .toggle-btn span:nth-child(1) {
    top: 0%;
  }
  header .toggle-btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .toggle-btn span:nth-child(3) {
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  header .toggle-btn.-active span:nth-child(1) {
    top: 50%;
    opacity: 0;
  }
  header .toggle-btn.-active span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(0%) rotate(-45deg);
            transform: translateY(0%) rotate(-45deg);
  }
  header .toggle-btn.-active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(0%) rotate(45deg);
            transform: translateY(0%) rotate(45deg);
  }
}
@media (min-width: 769px) {
  header.-scroll ul {
    top: 20px;
  }
}
@media (min-width: 769px) {
  header.-scroll .bg {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  header.-scroll .bg {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  header.-scroll .logo {
    top: 10px;
    width: 43px;
  }
}
@media (max-width: 768px) {
  header.-scroll .logo {
    top: 1.5625vw;
    width: 6.25vw;
  }
}
header.-scroll .toggle-btn {
  top: 3.125vw;
}

main {
  max-width: 1920px;
  margin: 0 auto;
}

main > section {
  position: relative;
}

.bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  pointer-events: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 1920px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  .bg-container {
    width: calc(1920 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  .bg-container {
    width: 100%;
  }
}

.container {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1400px) and (min-width: 640px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}

#kv-sec {
  height: 1080px;
}
@media (max-width: 640px) {
  #kv-sec {
    height: 148.90625vw;
  }
}
#kv-sec .bg-container {
  background-image: url(../img/kv.png);
  width: 1920px !important;
}
@media (max-width: 640px) {
  #kv-sec .bg-container {
    background-image: url(../img/kv-m.png);
    width: 100% !important;
  }
}
#kv-sec .container {
  width: 100%;
  position: relative;
}
#kv-sec .container .text-wrap {
  position: relative;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  left: 50px;
  top: 370px;
  width: 490px;
  padding-right: 45px;
  padding-left: 45px;
}
@media (max-width: 640px) {
  #kv-sec .container .text-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 67.8125vw;
    padding: 2.34375vw 2.34375vw;
    top: 54.6875vw;
  }
}
#kv-sec .container .text-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #C8B39F;
  -webkit-filter: blur(22.5px);
          filter: blur(22.5px);
  border-radius: 32px;
  z-index: -1;
}
@media (max-width: 640px) {
  #kv-sec .container .text-wrap .bg {
    -webkit-filter: blur(9px);
            filter: blur(9px);
  }
}
#kv-sec .container .text-wrap .p1 {
  letter-spacing: 0.06em;
  font-size: 45px;
}
@media (max-width: 640px) {
  #kv-sec .container .text-wrap .p1 {
    font-size: 7.03125vw;
  }
}
#kv-sec .container .text-wrap .p2 {
  line-height: 1.5;
  letter-spacing: 0.16em;
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 640px) {
  #kv-sec .container .text-wrap .p2 {
    font-size: 3.125vw;
  }
}
#kv-sec .container .go-buy {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  left: 90px;
  top: 550px;
  width: 245px;
}
@media (max-width: 640px) {
  #kv-sec .container .go-buy {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 38.28125vw;
    top: 85.9375vw;
  }
}
#kv-sec .container .kv-go-buy-box {
  position: absolute;
  top: 50%;
  left: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 1080px) {
  #kv-sec .container .kv-go-buy-box {
    left: 89px;
  }
}
@media (max-width: 640px) {
  #kv-sec .container .kv-go-buy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 65%;
    left: 12.5%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 5px;
  }
}
#kv-sec .container .kv-go-buy-box .go-buy-pinkoi {
  margin: 0 10px;
}
@media (max-width: 1080px) {
  #kv-sec .container .kv-go-buy-box .go-buy-pinkoi {
    width: 28.125vw;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  #kv-sec .container .kv-go-buy-box .go-buy-pinkoi {
    width: 38.28125vw;
    margin: 0 auto;
  }
}
#kv-sec .container .kv-go-buy-box .go-buy-shopee {
  margin: 0 10px;
}
@media (max-width: 1080px) {
  #kv-sec .container .kv-go-buy-box .go-buy-shopee {
    width: 23.4375vw;
    margin: auto 10px;
  }
}
@media (max-width: 640px) {
  #kv-sec .container .kv-go-buy-box .go-buy-shopee {
    width: 32.03125vw;
    margin: 5px auto;
  }
}

#announce-sec {
  margin-bottom: 5.46875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  #announce-sec {
    margin-top: 3.125vw;
    margin-bottom: 15.625vw;
  }
}
#announce-sec .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#announce-sec .container .announce-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 100px;
  background: #8F5E5E;
  border-radius: 12px;
  margin: 0 70px;
  position: relative;
}
@media (max-width: 640px) {
  #announce-sec .container .announce-bg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 50px;
    min-height: 163px;
  }
}
#announce-sec .container .announce-bg .announce-time {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: bold;
  letter-spacing: 2.2px;
  font-size: 31px;
  color: #FFDD75;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 20px;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  #announce-sec .container .announce-bg .announce-time {
    margin-top: 20px;
    margin-left: 70px;
    margin-bottom: 15px;
  }
}
#announce-sec .container .announce-bg .announce-context {
  font-weight: 600;
  letter-spacing: 2.2px;
  line-height: 1.5;
  font-size: 26px;
  margin-bottom: 4px;
}
@media (max-width: 640px) {
  #announce-sec .container .announce-bg .announce-context {
    margin: 0 30px;
    margin-bottom: 15px;
  }
}
#announce-sec .container .announce-bg .announce-context a {
  color: #FFF;
}
#announce-sec .container .announce-bg .announce-context .context-icon img {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-bottom: 3px;
}
#announce-sec .container .announce-bg::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 69px;
  height: 70px;
  background-image: url(../img/announce-icon.png);
  background-repeat: no-repeat;
  z-index: 10;
}
@media (max-width: 640px) {
  #announce-sec .container .announce-bg::before {
    top: 10px;
    left: -10px;
  }
}

#about-sec .about-wrap {
  position: relative;
  margin-top: -96px;
  height: 644px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .about-wrap {
    height: calc(644 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .about-wrap {
    margin-top: -20.625vw;
    height: 104.6875vw;
    overflow: hidden;
  }
}
#about-sec .about-wrap .bg-container .cloud-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 110px;
  top: 509px;
  left: 128px;
  -webkit-animation: a1 3s 0s infinite alternate;
          animation: a1 3s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .about-wrap .bg-container .cloud-1 {
    width: calc(110 / 1400 * 100vw);
    top: calc(509 / 1400 * 100vw);
    left: calc(128 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .about-wrap .bg-container .cloud-1 {
    top: 21.40625vw;
    left: -5.78125vw;
    width: 16.875vw;
  }
}
@-webkit-keyframes a1 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@keyframes a1 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
#about-sec .about-wrap .bg-container .cloud-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 110px;
  top: 566px;
  left: 225px;
  -webkit-animation: a2 6s 0s infinite alternate;
          animation: a2 6s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .about-wrap .bg-container .cloud-2 {
    width: calc(110 / 1400 * 100vw);
    top: calc(566 / 1400 * 100vw);
    left: calc(225 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .about-wrap .bg-container .cloud-2 {
    top: 7.96875vw;
    left: 89.53125vw;
    width: 17.1875vw;
  }
}
@-webkit-keyframes a2 {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@keyframes a2 {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
#about-sec .about-wrap .bg-container .cloud-3 {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: 108px;
  top: 73px;
  right: 225px;
  -webkit-animation: b1 5s 0s infinite alternate;
          animation: b1 5s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .about-wrap .bg-container .cloud-3 {
    width: calc(108 / 1400 * 100vw);
    top: calc(73 / 1400 * 100vw);
    right: calc(225 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .about-wrap .bg-container .cloud-3 {
    display: none;
  }
}
@-webkit-keyframes b1 {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@keyframes b1 {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
#about-sec .about-wrap .bg-container .cloud-4 {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: 103px;
  top: 165px;
  right: 123px;
  -webkit-animation: b2 3s 0s infinite alternate;
          animation: b2 3s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .about-wrap .bg-container .cloud-4 {
    width: calc(103 / 1400 * 100vw);
    top: calc(165 / 1400 * 100vw);
    right: calc(123 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .about-wrap .bg-container .cloud-4 {
    display: none;
  }
}
@-webkit-keyframes b2 {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes b2 {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
#about-sec .about-wrap .container .tit {
  margin: 0 auto;
  width: 1105px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .about-wrap .container .tit {
    width: calc(1105 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .about-wrap .container .tit {
    width: 58.125vw;
  }
}
#about-sec .about-wrap .container .about-wrap {
  position: relative;
  margin: 0 auto;
  background-image: url(../img/about-wrap.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 67px;
  padding-top: 67px;
  width: 1024px;
  height: 435px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .about-wrap .container .about-wrap {
    margin-top: calc(67 / 1400 * 100vw);
    padding-top: calc(67 / 1400 * 100vw);
    width: calc(1024 / 1400 * 100vw);
    height: calc(435 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .about-wrap .container .about-wrap {
    background-image: url(../img/about-wrap-m.png);
    width: 86.5625vw;
    height: 80vw;
    padding-top: 4.6875vw;
    margin-top: 8.59375vw;
  }
}
#about-sec .about-wrap .container .about-wrap .text-wrap {
  color: #9D6F6F;
  list-style-type: disc;
  padding-left: 1em;
  margin-left: 446px;
  font-size: 20px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .about-wrap .container .about-wrap .text-wrap {
    margin-left: calc(446 / 1400 * 100vw);
    font-size: calc(20 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .about-wrap .container .about-wrap .text-wrap {
    margin-left: 7.8125vw;
    font-size: 3.75vw;
    padding-right: 6.25vw;
  }
}
#about-sec .about-wrap .container .about-wrap .text-wrap li {
  line-height: 1.8;
}
#about-sec .solution-wrap {
  position: relative;
  height: 749px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap {
    height: calc(749 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap {
    height: 135.46875vw;
  }
}
#about-sec .solution-wrap .bg-container {
  background-image: url(../img/solution-bg.png);
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .bg-container {
    background-image: url(../img/solution-bg-m.png);
  }
}
#about-sec .solution-wrap .bg-container .solution-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 131px;
  top: 80px;
  left: 441px;
  -webkit-animation: y1 5s 0s infinite alternate;
          animation: y1 5s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap .bg-container .solution-1 {
    width: calc(131 / 1400 * 100vw);
    top: calc(80 / 1400 * 100vw);
    left: calc(441 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .bg-container .solution-1 {
    top: 11.5625vw;
    left: 6.5625vw;
    width: 13.90625vw;
  }
}
@-webkit-keyframes y1 {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@keyframes y1 {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
#about-sec .solution-wrap .bg-container .solution-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 165px;
  top: 226px;
  left: 189px;
  -webkit-animation: y2 3s 0s infinite alternate;
          animation: y2 3s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap .bg-container .solution-2 {
    width: calc(165 / 1400 * 100vw);
    top: calc(226 / 1400 * 100vw);
    left: calc(189 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .bg-container .solution-2 {
    display: none;
  }
}
@-webkit-keyframes y2 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes y2 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
#about-sec .solution-wrap .bg-container .solution-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 77px;
  top: 304px;
  left: 533px;
  -webkit-animation: y3 3s 0s infinite alternate;
          animation: y3 3s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap .bg-container .solution-3 {
    width: calc(77 / 1400 * 100vw);
    top: calc(304 / 1400 * 100vw);
    left: calc(533 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .bg-container .solution-3 {
    display: none;
  }
}
@-webkit-keyframes y3 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes y3 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
#about-sec .solution-wrap .bg-container .solution-4 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 196px;
  top: 514px;
  left: 437px;
  -webkit-animation: y4 3s 0s infinite alternate;
          animation: y4 3s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap .bg-container .solution-4 {
    width: calc(196 / 1400 * 100vw);
    top: calc(514 / 1400 * 100vw);
    left: calc(437 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .bg-container .solution-4 {
    top: 97.8125vw;
    left: 5.3125vw;
    width: 20.3125vw;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@-webkit-keyframes y4 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes y4 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
#about-sec .solution-wrap .bg-container .solution-5 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 103px;
  top: 117px;
  left: 1249px;
  -webkit-animation: y5 3s 0s infinite alternate;
          animation: y5 3s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap .bg-container .solution-5 {
    width: calc(103 / 1400 * 100vw);
    top: calc(117 / 1400 * 100vw);
    left: calc(1249 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .bg-container .solution-5 {
    display: none;
  }
}
@-webkit-keyframes y5 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes y5 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
#about-sec .solution-wrap .bg-container .solution-6 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 226px;
  top: 247px;
  left: 1343px;
  -webkit-animation: y6 5s 0s infinite alternate;
          animation: y6 5s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap .bg-container .solution-6 {
    width: calc(226 / 1400 * 100vw);
    top: calc(247 / 1400 * 100vw);
    left: calc(1343 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .bg-container .solution-6 {
    top: 104.0625vw;
    left: 66.5625vw;
    width: 32.34375vw;
  }
}
@-webkit-keyframes y6 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes y6 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
#about-sec .solution-wrap .bg-container .solution-7 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 181px;
  top: 414px;
  left: 1600px;
  -webkit-animation: y7 8s 0s infinite alternate;
          animation: y7 8s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap .bg-container .solution-7 {
    width: calc(181 / 1400 * 100vw);
    top: calc(414 / 1400 * 100vw);
    left: calc(1600 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .bg-container .solution-7 {
    display: none;
  }
}
@-webkit-keyframes y7 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes y7 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
#about-sec .solution-wrap .bg-container .solution-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 169px;
  top: 557px;
  left: 1315px;
  -webkit-animation: y8 6s 0s infinite alternate;
          animation: y8 6s 0s infinite alternate;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap .bg-container .solution-8 {
    width: calc(169 / 1400 * 100vw);
    top: calc(557 / 1400 * 100vw);
    left: calc(1315 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .bg-container .solution-8 {
    top: 114.6875vw;
    left: 35vw;
    width: 17.96875vw;
  }
}
@-webkit-keyframes y8 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes y8 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
#about-sec .solution-wrap .container {
  padding-top: 24px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap .container {
    padding-top: calc(24 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .container {
    padding-top: 5.15625vw;
  }
}
#about-sec .solution-wrap .container .tit {
  text-align: center;
  color: #9D6F6F;
  font-weight: bold;
  line-height: 1.4;
  font-size: 30px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap .container .tit {
    font-size: calc(30 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .container .tit {
    font-size: 4.6875vw;
  }
}
#about-sec .solution-wrap .container .solution {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 523px;
  top: 147px;
  left: 435px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #about-sec .solution-wrap .container .solution {
    width: calc(523 / 1400 * 100vw);
    top: calc(147 / 1400 * 100vw);
    left: calc(435 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #about-sec .solution-wrap .container .solution {
    width: 81.71875vw;
    top: 26.09375vw;
    left: 9.21875vw;
  }
}

#ft-sec {
  margin-top: 71px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec {
    margin-top: calc(71 / 1400 * 100vw);
  }
}
@media (min-width: 641px) and (max-width: 1400px) {
  #ft-sec {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 640px) {
  #ft-sec {
    margin-top: 0;
    height: 186.5625vw;
  }
}
@media (max-width: 640px) {
  #ft-sec .container {
    background: #FFE9BE;
    padding-top: 11.5625vw;
  }
}
#ft-sec .container .content-wrap {
  width: 1492px;
  height: 639px;
  margin-left: -51px;
  padding-top: 82px;
  background-image: url(../img/ft-bg.png);
  background-size: 100% 100%;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec .container .content-wrap {
    width: calc(1492 / 1400 * 100vw);
    height: calc(639 / 1400 * 100vw);
    margin-left: calc(-51 / 1400 * 100vw);
    padding-top: calc(82 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #ft-sec .container .content-wrap {
    background-image: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
#ft-sec .container .content-wrap .tit {
  margin: 0 auto;
  width: 1077px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec .container .content-wrap .tit {
    width: calc(1077 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #ft-sec .container .content-wrap .tit {
    width: 58.125vw;
  }
}
#ft-sec .container .content-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 55px;
  margin-top: 41px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec .container .content-wrap .item-wrap {
    margin-left: calc(55 / 1400 * 100vw);
    margin-top: calc(41 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #ft-sec .container .content-wrap .item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10.3125vw;
    margin-left: 0;
  }
}
#ft-sec .container .content-wrap .item-wrap .item {
  position: relative;
  width: 256px;
  height: 246px;
  margin-right: 25px;
  background-image: url(../img/ft-item-bg.png);
  background-size: 100% 100%;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec .container .content-wrap .item-wrap .item {
    width: calc(256 / 1400 * 100vw);
    height: calc(246 / 1400 * 100vw);
    margin-right: calc(25 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #ft-sec .container .content-wrap .item-wrap .item {
    width: 40vw;
    height: 38.4375vw;
    margin-right: 2.96875vw;
    margin-bottom: 7.34375vw;
  }
}
#ft-sec .container .content-wrap .item-wrap .item .p1 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  text-align: center;
  color: #A46E6E;
  font-weight: bold;
  top: 129px;
  font-size: 25px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec .container .content-wrap .item-wrap .item .p1 {
    top: calc(129 / 1400 * 100vw);
    font-size: calc(25 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #ft-sec .container .content-wrap .item-wrap .item .p1 {
    top: 20.15625vw;
    font-size: 3.90625vw;
  }
}
#ft-sec .container .content-wrap .item-wrap .item .p2 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #A46E6E;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px;
  top: 169px;
  font-size: 18px;
  width: 212px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec .container .content-wrap .item-wrap .item .p2 {
    top: calc(169 / 1400 * 100vw);
    font-size: calc(18 / 1400 * 100vw);
    width: calc(212 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #ft-sec .container .content-wrap .item-wrap .item .p2 {
    top: 26.40625vw;
    font-size: 2.8125vw;
    width: 33.125vw;
  }
}
#ft-sec .container .content-wrap .item-wrap .item:nth-child(1) .ft-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 136px;
  height: 84px;
  top: 33px;
  left: 67px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec .container .content-wrap .item-wrap .item:nth-child(1) .ft-icon {
    width: calc(136 / 1400 * 100vw);
    height: calc(84 / 1400 * 100vw);
    top: calc(33 / 1400 * 100vw);
    left: calc(67 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #ft-sec .container .content-wrap .item-wrap .item:nth-child(1) .ft-icon {
    top: 5.15625vw;
    left: 10.46875vw;
    width: 21.25vw;
    height: 13.125vw;
  }
}
#ft-sec .container .content-wrap .item-wrap .item:nth-child(2) .ft-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 114px;
  height: 93px;
  top: 22px;
  left: 86px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec .container .content-wrap .item-wrap .item:nth-child(2) .ft-icon {
    width: calc(114 / 1400 * 100vw);
    height: calc(93 / 1400 * 100vw);
    top: calc(22 / 1400 * 100vw);
    left: calc(86 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #ft-sec .container .content-wrap .item-wrap .item:nth-child(2) .ft-icon {
    top: 3.4375vw;
    left: 13.4375vw;
    width: 17.8125vw;
    height: 14.53125vw;
  }
}
#ft-sec .container .content-wrap .item-wrap .item:nth-child(3) .ft-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 107px;
  height: 99px;
  top: 22px;
  left: 81px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec .container .content-wrap .item-wrap .item:nth-child(3) .ft-icon {
    width: calc(107 / 1400 * 100vw);
    height: calc(99 / 1400 * 100vw);
    top: calc(22 / 1400 * 100vw);
    left: calc(81 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #ft-sec .container .content-wrap .item-wrap .item:nth-child(3) .ft-icon {
    top: 3.4375vw;
    left: 12.65625vw;
    width: 16.71875vw;
    height: 15.46875vw;
  }
}
#ft-sec .container .content-wrap .item-wrap .item:nth-child(4) .ft-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 104px;
  height: 41px;
  top: 64px;
  left: 84px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec .container .content-wrap .item-wrap .item:nth-child(4) .ft-icon {
    width: calc(104 / 1400 * 100vw);
    height: calc(41 / 1400 * 100vw);
    top: calc(64 / 1400 * 100vw);
    left: calc(84 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #ft-sec .container .content-wrap .item-wrap .item:nth-child(4) .ft-icon {
    top: 10vw;
    left: 13.125vw;
    width: 16.25vw;
    height: 6.40625vw;
  }
}
#ft-sec .container .content-wrap .item-wrap .item:nth-child(5) {
  margin-right: 0;
}
#ft-sec .container .content-wrap .item-wrap .item:nth-child(5) .ft-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 127px;
  height: 112px;
  top: 11px;
  left: 73px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #ft-sec .container .content-wrap .item-wrap .item:nth-child(5) .ft-icon {
    width: calc(127 / 1400 * 100vw);
    height: calc(112 / 1400 * 100vw);
    top: calc(11 / 1400 * 100vw);
    left: calc(73 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #ft-sec .container .content-wrap .item-wrap .item:nth-child(5) .ft-icon {
    top: 1.71875vw;
    left: 11.40625vw;
    width: 19.84375vw;
    height: 17.5vw;
  }
}

#product-sec {
  margin-top: 104px;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #product-sec {
    margin-top: calc(104 / 1400 * 100vw);
    margin-bottom: calc(10 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #product-sec {
    margin-top: 10.46875vw;
    margin-bottom: 22.65625vw;
  }
}
#product-sec .container .tit {
  margin: 0 auto;
  width: 1077px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #product-sec .container .tit {
    width: calc(1077 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #product-sec .container .tit {
    width: 58.125vw;
  }
}
#product-sec .container .item-wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
  width: 824px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #product-sec .container .item-wrap {
    margin-top: calc(48 / 1400 * 100vw);
    width: calc(824 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #product-sec .container .item-wrap {
    margin-top: 8.75vw;
    width: 72.65625vw;
  }
}
#product-sec .container .item-wrap .item {
  width: 200px;
  margin-right: 112px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #product-sec .container .item-wrap .item {
    width: calc(200 / 1400 * 100vw);
    margin-right: calc(112 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #product-sec .container .item-wrap .item {
    width: 31.25vw;
    margin-right: 10.15625vw;
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 640px) {
  #product-sec .container .item-wrap .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 641px) {
  #product-sec .container .item-wrap .item:nth-child(3n) {
    margin-right: 0;
  }
}
#product-sec .container .item-wrap .item .img {
  position: relative;
  width: 200px;
  height: 240px;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #product-sec .container .item-wrap .item .img {
    width: calc(200 / 1400 * 100vw);
    height: calc(240 / 1400 * 100vw);
    margin-bottom: calc(15 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #product-sec .container .item-wrap .item .img {
    width: 31.25vw;
    height: 37.5vw;
    margin-bottom: 2.34375vw;
  }
}
#product-sec .container .item-wrap .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#product-sec .container .item-wrap .item .img img.-active {
  position: relative;
  opacity: 1;
}
#product-sec .container .item-wrap .item .inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #product-sec .container .item-wrap .item .inner {
    padding-left: calc(10 / 1400 * 100vw);
    padding-right: calc(10 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #product-sec .container .item-wrap .item .inner {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
#product-sec .container .item-wrap .item .color-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#product-sec .container .item-wrap .item .color-wrap .color {
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 22px;
  width: 22px;
  margin-right: 11px;
  border-radius: 3px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #product-sec .container .item-wrap .item .color-wrap .color {
    height: calc(22 / 1400 * 100vw);
    width: calc(22 / 1400 * 100vw);
    margin-right: calc(11 / 1400 * 100vw);
    border-radius: calc(3 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #product-sec .container .item-wrap .item .color-wrap .color {
    height: 3.4375vw;
    width: 3.4375vw;
    margin-right: 1.71875vw;
    border-radius: 0.46875vw;
  }
}
#product-sec .container .item-wrap .item .color-wrap .color.red {
  background-color: #EF8D9B;
}
#product-sec .container .item-wrap .item .color-wrap .color.grey {
  background-image: url("../img/grey-star.png");
}
#product-sec .container .item-wrap .item .color-wrap .color.original_grey {
  background-color: #a3a3a3;
}
#product-sec .container .item-wrap .item .color-wrap .color.blue {
  background-color: #6692C5;
}
#product-sec .container .item-wrap .item .color-wrap .color.brown {
  background-color: #BBA4A1;
}
#product-sec .container .item-wrap .item .color-wrap .color.black {
  background-color: #231815;
}
#product-sec .container .item-wrap .item .color-wrap .color.light_grey {
  background-color: #DEDEDE;
}
#product-sec .container .item-wrap .item .color-wrap .color.white {
  background-color: #F9F3E8;
}
#product-sec .container .item-wrap .item .color-wrap .color.darkblue {
  background-image: url("../img/star.png");
}
#product-sec .container .item-wrap .item .color-wrap .color:last-child {
  margin-right: 0;
}
#product-sec .container .item-wrap .item .name {
  white-space: nowrap;
  font-size: 25px;
  margin-top: 10px;
  color: #8F5E5E;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #product-sec .container .item-wrap .item .name {
    font-size: calc(25 / 1400 * 100vw);
    margin-top: calc(10 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #product-sec .container .item-wrap .item .name {
    font-size: 3.90625vw;
    margin-top: 1.5625vw;
  }
}
#product-sec .container .item-wrap .item .type {
  font-size: 15px;
  margin-top: 10px;
  color: #A68C8C;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #product-sec .container .item-wrap .item .type {
    font-size: calc(15 / 1400 * 100vw);
    margin-top: calc(10 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #product-sec .container .item-wrap .item .type {
    font-size: 2.34375vw;
    margin-top: 1.5625vw;
  }
}
#product-sec .container .item-wrap .item .type .product-number {
  font-weight: bold;
}
#product-sec .container .item-wrap .item .line {
  width: 100%;
  background-color: #EBE0E0;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #product-sec .container .item-wrap .item .line {
    height: calc(2 / 1400 * 100vw);
    margin-top: calc(10 / 1400 * 100vw);
    margin-bottom: calc(10 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #product-sec .container .item-wrap .item .line {
    height: 0.3125vw;
    margin-top: 1.5625vw;
    margin-bottom: 1.5625vw;
  }
}
#product-sec .container .item-wrap .item .material {
  font-size: 15px;
  line-height: 1.5;
  color: #969696;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #product-sec .container .item-wrap .item .material {
    font-size: calc(15 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #product-sec .container .item-wrap .item .material {
    font-size: 2.34375vw;
  }
}

#catchd-product-sec {
  margin-top: 142px;
  margin-bottom: 100px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec {
    margin-top: calc(142 / 1400 * 100vw);
    margin-bottom: calc(100 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec {
    margin-top: 17.5vw;
    margin-bottom: 15.625vw;
  }
}
#catchd-product-sec .container .series-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A46E6E;
  font-weight: bold;
  margin-left: 110px;
  font-size: 30px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .series-tit {
    margin-left: calc(110 / 1400 * 100vw);
    font-size: calc(30 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .series-tit {
    margin-left: 12.03125vw;
    font-size: 5.46875vw;
    line-height: 1.3;
  }
}
#catchd-product-sec .container .series-tit:before {
  display: block;
  content: "";
  background-color: #A46E6E;
  width: 11px;
  height: 47px;
  margin-right: 25px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .series-tit:before {
    width: calc(11 / 1400 * 100vw);
    height: calc(47 / 1400 * 100vw);
    margin-right: calc(25 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .series-tit:before {
    width: 2.1875vw;
    height: 12.03125vw;
    margin-right: 4.6875vw;
  }
}
#catchd-product-sec .container .catchd-item-wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
  width: 1000px;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap {
    margin-top: calc(48 / 1400 * 100vw);
    width: calc(1000 / 1400 * 100vw);
    margin-bottom: calc(40 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap {
    margin-top: 8.75vw;
    width: 72.65625vw;
    margin-bottom: 6.25vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item {
  width: 214px;
  margin-right: 112px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap .item {
    width: calc(214 / 1400 * 100vw);
    margin-right: calc(112 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item {
    width: 57.1875vw;
    margin-right: 0;
    margin-bottom: 3.125vw;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item .img {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 240px;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap .item .img {
    width: calc(200 / 1400 * 100vw);
    height: calc(240 / 1400 * 100vw);
    margin-bottom: calc(15 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item .img {
    width: 31.25vw;
    height: 37.5vw;
    margin-bottom: 2.34375vw;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#catchd-product-sec .container .catchd-item-wrap .item .img img.-active {
  position: relative;
  opacity: 1;
}
#catchd-product-sec .container .catchd-item-wrap .item .inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap .item .inner {
    padding-left: calc(10 / 1400 * 100vw);
    padding-right: calc(10 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item .inner {
    padding: 0;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item .color-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item .color-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item .color-wrap .color {
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  width: 40px;
  margin-right: 18px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap .item .color-wrap .color {
    height: calc(40 / 1400 * 100vw);
    width: calc(40 / 1400 * 100vw);
    margin-right: calc(18 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item .color-wrap .color {
    height: 6.25vw;
    width: 6.25vw;
    margin-right: 2.8125vw;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item .color-wrap .color:last-child {
  margin-right: 0;
}
#catchd-product-sec .container .catchd-item-wrap .item .color-wrap .color.-active:after {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  content: "";
  display: block;
  border: #DD8E8E 2px solid;
  border-radius: 7px;
  border-width: 2px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap .item .color-wrap .color.-active:after {
    border-radius: calc(7 / 1400 * 100vw);
    border-width: calc(2 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item .color-wrap .color.-active:after {
    border-radius: 1.09375vw;
    border-width: 0.3125vw;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item .name {
  font-size: 25px;
  margin-top: 20px;
  color: #8F5E5E;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap .item .name {
    font-size: calc(25 / 1400 * 100vw);
    margin-top: calc(20 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item .name {
    font-size: 3.90625vw;
    margin-top: 3.125vw;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item .type {
  font-size: 15px;
  margin-top: 10px;
  color: #A68C8C;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap .item .type {
    font-size: calc(15 / 1400 * 100vw);
    margin-top: calc(10 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item .type {
    font-size: 2.34375vw;
    margin-top: 1.5625vw;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item .line {
  width: 100%;
  background-color: #EBE0E0;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap .item .line {
    height: calc(2 / 1400 * 100vw);
    margin-top: calc(10 / 1400 * 100vw);
    margin-bottom: calc(10 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item .line {
    height: 0.3125vw;
    margin: 1.5625vw 0;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item .material {
  font-size: 15px;
  line-height: 1.5;
  color: #969696;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap .item .material {
    font-size: calc(15 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item .material {
    font-size: 2.34375vw;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item:nth-child(2) {
  width: 346px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap .item:nth-child(2) {
    width: calc(346 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item:nth-child(2) {
    width: 57.1875vw;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item:nth-child(2) .color-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#catchd-product-sec .container .catchd-item-wrap .item:nth-child(2) .inner {
  padding: 0;
}
#catchd-product-sec .container .catchd-item-wrap .item:nth-child(3) {
  margin-right: 0;
}
#catchd-product-sec .container .catchd-item-wrap .item:nth-child(5) {
  width: 346px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .catchd-item-wrap .item:nth-child(5) {
    width: calc(346 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .catchd-item-wrap .item:nth-child(5) {
    width: 57.1875vw;
  }
}
#catchd-product-sec .container .catchd-item-wrap .item:nth-child(5) .color-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#catchd-product-sec .container .catchd-item-wrap .item:nth-child(5) .inner {
  padding: 0;
}
#catchd-product-sec .container .catchd-item-wrap .item:nth-child(6) {
  margin-right: 0;
}
#catchd-product-sec .container .go-buy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 640px) {
  #catchd-product-sec .container .go-buy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#catchd-product-sec .container .go-buy-box .go-buy-pinkoi {
  width: 245px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .go-buy-box .go-buy-pinkoi {
    width: calc(245 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .go-buy-box .go-buy-pinkoi {
    width: 38.28125vw;
    margin: 0 auto;
  }
}
#catchd-product-sec .container .go-buy-box .go-buy-shopee {
  margin-left: 55px;
  width: 205px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #catchd-product-sec .container .go-buy-box .go-buy-shopee {
    width: calc(205 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #catchd-product-sec .container .go-buy-box .go-buy-shopee {
    width: 32.03125vw;
    margin: 15px auto;
  }
}

#slider-sec {
  margin-top: 10px;
  margin-bottom: 290px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #slider-sec {
    margin-top: calc(10 / 1400 * 100vw);
    margin-bottom: calc(290 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #slider-sec {
    margin-top: 6.25vw;
    margin-bottom: 44.53125vw;
  }
}
#slider-sec .container .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A46E6E;
  font-weight: bold;
  margin-left: 110px;
  font-size: 30px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #slider-sec .container .tit {
    margin-left: calc(110 / 1400 * 100vw);
    font-size: calc(30 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #slider-sec .container .tit {
    margin-left: 12.03125vw;
    font-size: 5.46875vw;
    line-height: 1.3;
  }
}
#slider-sec .container .tit:before {
  display: block;
  content: "";
  background-color: #A46E6E;
  width: 11px;
  height: 47px;
  margin-right: 25px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #slider-sec .container .tit:before {
    width: calc(11 / 1400 * 100vw);
    height: calc(47 / 1400 * 100vw);
    margin-right: calc(25 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #slider-sec .container .tit:before {
    width: 2.1875vw;
    height: 12.03125vw;
    margin-right: 4.6875vw;
  }
}
#slider-sec .container > p {
  color: #A46E6E;
  line-height: 1.5;
  margin-left: 150px;
  margin-top: 20px;
  font-size: 25px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #slider-sec .container > p {
    margin-left: calc(150 / 1400 * 100vw);
    margin-top: calc(20 / 1400 * 100vw);
    font-size: calc(25 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #slider-sec .container > p {
    margin-left: 19.21875vw;
    font-size: 5vw;
    line-height: 1.5;
  }
}
#slider-sec .container #swiper-wrap {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  margin-top: 50px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #slider-sec .container #swiper-wrap {
    width: calc(1100 / 1400 * 100vw);
    margin-top: calc(50 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #slider-sec .container #swiper-wrap {
    width: 89.84375vw;
    margin-top: 9.375vw;
  }
}
#slider-sec .container #swiper-wrap #swiper {
  border-radius: 15px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #slider-sec .container #swiper-wrap #swiper {
    border-radius: calc(15 / 1400 * 100vw);
  }
}
#slider-sec .container #swiper-wrap .swiper-pagination {
  bottom: -30px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #slider-sec .container #swiper-wrap .swiper-pagination {
    bottom: calc(-30 / 1400 * 100vw);
  }
}
#slider-sec .container #swiper-wrap .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #A46E6E;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #slider-sec .container #swiper-wrap .swiper-pagination .swiper-pagination-bullet {
    width: calc(10 / 1400 * 100vw);
    height: calc(10 / 1400 * 100vw);
  }
}
#slider-sec .container #swiper-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #A46E6E;
}

#video-sec {
  margin-top: 142px;
  margin-bottom: 100px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #video-sec {
    margin-top: calc(142 / 1400 * 100vw);
    margin-bottom: calc(100 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #video-sec {
    margin-top: 17.5vw;
    margin-bottom: 15.625vw;
  }
}
#video-sec .container .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A46E6E;
  font-weight: bold;
  margin-left: 110px;
  font-size: 30px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #video-sec .container .tit {
    margin-left: calc(110 / 1400 * 100vw);
    font-size: calc(30 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #video-sec .container .tit {
    margin-left: 12.03125vw;
    font-size: 5.46875vw;
    line-height: 1.3;
  }
}
#video-sec .container .tit:before {
  display: block;
  content: "";
  background-color: #A46E6E;
  width: 11px;
  height: 47px;
  margin-right: 25px;
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
  #video-sec .container .tit:before {
    width: calc(11 / 1400 * 100vw);
    height: calc(47 / 1400 * 100vw);
    margin-right: calc(25 / 1400 * 100vw);
  }
}
@media (max-width: 640px) {
  #video-sec .container .tit:before {
    width: 2.1875vw;
    height: 12.03125vw;
    margin-right: 4.6875vw;
  }
}
#video-sec .container .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (max-width: 900px) {
  #video-sec .container .video-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#video-sec .container .video-card {
  margin: 10px 80px;
  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: 1200px) {
  #video-sec .container .video-card {
    margin: 10px 50px;
  }
}
@media (max-width: 996px) {
  #video-sec .container .video-card {
    margin: 10px 20px;
  }
}
#video-sec .container .video-text {
  color: #A46E6E;
  line-height: 1.5;
  width: 353px;
  font-size: 25px;
  margin-bottom: 5px;
}
@media (max-width: 900px) {
  #video-sec .container .video-text {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  #video-sec .container .video-text {
    width: 300px;
    font-size: 16px;
  }
}
#video-sec .container .video-wrap {
  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;
}
@media (max-width: 420px) {
  #video-sec .container .video-wrap {
    width: 100%;
  }
}
#video-sec .container .video-wrap > iframe {
  width: 353px;
  height: 628px;
}
@media (max-width: 390px) {
  #video-sec .container .video-wrap > iframe {
    width: 300px;
    height: 534px;
  }
}
#video-sec .container .video-text-magin {
  margin-bottom: 42px;
}
@media (max-width: 900px) {
  #video-sec .container .video-text-magin {
    margin-top: 30px;
    margin-bottom: 5px;
  }
}

footer {
  position: relative;
  height: 200px;
  background-color: #815E5E;
}
@media (max-width: 1399px) {
  footer {
    height: auto;
  }
}
footer .footer-wrap {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  padding-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399px) {
  footer .footer-wrap {
    width: 100%;
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 6.25vw 4.6875vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-wrap .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-wrap .info-wrap .logo {
  width: 102px;
  display: block;
  margin-right: 67px;
}
@media (min-width: 1201px) and (max-width: 1280px) {
  footer .footer-wrap .info-wrap .logo {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-wrap .info-wrap .logo {
    width: 19.0625vw;
    margin-right: 5.15625vw;
  }
}
footer .footer-wrap .info-wrap .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  footer .footer-wrap .info-wrap .text-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer-wrap .info-wrap .text-wrap .lf {
  font-size: 35px;
  letter-spacing: 0.15em;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  footer .footer-wrap .info-wrap .text-wrap .lf {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .footer-wrap .info-wrap .text-wrap .lf {
    font-size: 5.46875vw;
  }
}
footer .footer-wrap .info-wrap .text-wrap .rt {
  font-size: 20px;
  color: #fff;
  border-left: 4px solid #fff;
  margin-left: 40px;
  padding-left: 40px;
}
@media (max-width: 1200px) {
  footer .footer-wrap .info-wrap .text-wrap .rt {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 4px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-wrap .info-wrap .text-wrap .rt {
    font-size: 3.125vw;
    border-width: 0.625vw;
    padding-top: 3.125vw;
    margin-top: 3.125vw;
  }
}
footer .footer-wrap .info-wrap .text-wrap .rt p {
  line-height: 1.5;
}
footer .footer-wrap .info-wrap .text-wrap .rt .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 3em;
}
@media (max-width: 768px) {
  footer .footer-wrap .info-wrap .text-wrap .rt .flex-wrap {
    height: 6em;
  }
}
footer .footer-wrap .info-wrap .text-wrap .rt .flex-wrap p {
  margin-right: 2em;
}
@media (min-width: 1201px) and (max-width: 1280px) {
  footer .footer-wrap .info-wrap .text-wrap .rt .flex-wrap p {
    margin-right: 1em;
  }
}
footer .footer-wrap .social-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  footer .footer-wrap .social-wrap {
    margin-left: 18%;
  }
}
footer .footer-wrap .social-wrap a {
  width: 58px;
  display: block;
  margin-right: 22px;
}
@media (max-width: 768px) {
  footer .footer-wrap .social-wrap a {
    width: 10.9375vw;
    margin-right: 4.0625vw;
  }
}
footer .footer-wrap .social-wrap a:last-child {
  margin-right: 0;
}
footer > p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 10px;
}

.gotop {
  position: fixed;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  z-index: 1;
  right: 20px;
  width: 45px;
  bottom: 20px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gotop.-scroll {
  opacity: 1;
}