@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-5");
:root {
  --body-color: #2d2d2d;
  --brown-color: #ac7c55;
  --brown-color2: #77422e;
  --brown-color3: #cf9c77;
  --black-color: #010101;
  --gray-color: #3a3a3a;
  --gray-color2: #484848;
  --font-family: "Noto Sans TC", 'Helvetica Neue', "Microsoft JhengHei", sans-serif;
  --font-family-notoSerif-helvetica: 'Helvetica Neue', "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  --font-family-notoSans: "Noto Sans TC";
  --font-family-notoSerif: "Noto Serif TC";
  --font-family-helvetica: 'Helvetica Neue';
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a,
button {
  display: inline-block;
}

button {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

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

html {
  font-size: 16px;
}

@media screen and (max-width: 460px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  z-index: 0;
  font-family: var(--font-family);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--body-color);
  overflow-x: hidden;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

section {
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote,
q {
  quotes: "" "";
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #656565;
}

img {
  vertical-align: middle;
}

input {
  border: none;
  outline: none;
  color: #333;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

i[class*="icon-"] {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  top: 0;
  margin-right: 5px;
}

i[class*="icon-"].icon-right-arrow-black {
  width: 9px;
  height: 11px;
  background-image: url("../images/icon-right-arrow-black.png");
}

i[class*="icon-"].icon-right-arrow-black2 {
  width: 8px;
  height: 16px;
  background-image: url("../images/icon-right-arrow-black2.png");
}

i[class*="icon-"].icon-right-arrow-5 {
  width: 8px;
  height: 16px;
  background-image: url("../images/icon-right-arrow-5.png");
}

body {
  padding-top: 140px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 236px;
  }
}

@media screen and (max-width: 640px) {
  body {
    padding-top: 216px;
  }
}

@media screen and (max-width: 460px) {
  body {
    padding-top: 169px;
  }
}

.container {
  width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 991px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
  }
}

.brown {
  color: var(--brown-color3);
  margin-bottom: 5px;
}

.f-h {
  font-family: var(--font-family-helvetica) !important;
  font-weight: normal !important;
}

.f-3 {
  font-weight: 300 !important;
}

@media screen and (max-width: 991px) {
  .d-i {
    display: inline !important;
  }
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .dsk {
    display: none !important;
  }
}

.mob {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mob {
    display: block !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 0.3px 5px 24px 0 rgba(224, 221, 216, 0.5);
     -moz-box-shadow: 0.3px 5px 24px 0 rgba(224, 221, 216, 0.5);
          box-shadow: 0.3px 5px 24px 0 rgba(224, 221, 216, 0.5);
}

header .logo-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  background-color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  header .logo-bar {
    height: 45px;
  }
}

header .logo-bar a {
  display: inline-block;
  margin: 0 auto;
}

header .logo-bar img {
  display: block;
  margin: 0 auto;
  max-width: 160px;
}

@media screen and (max-width: 640px) {
  header .logo-bar img {
    width: 100px;
  }
}

header nav {
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f3f3f3;
}

@media screen and (max-width: 1200px) {
  header nav {
    width: 990px;
  }
}

@media screen and (max-width: 991px) {
  header nav {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

header nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  font-family: "Noto Serif TC";
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 1.35px;
  text-align: center;
  color: #303030;
  margin: 0;
  padding: 0 1rem;
  -webkit-transition: color .4s linear;
  -o-transition: color .4s linear;
  -moz-transition: color .4s linear;
  transition: color .4s linear;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border-right: 1px solid #f3f3f3;
}

@media screen and (max-width: 1200px) {
  header nav a {
    padding: 14px 16px;
  }
}

@media screen and (max-width: 991px) {
  header nav a {
    height: 71px;
    width: 50%;
    padding: 0;
  }
  header nav a:nth-of-type(1), header nav a:nth-of-type(2) {
    border-bottom: 1px solid #f3f3f3;
    height: 99px;
  }
  header nav a i {
    display: none;
  }
  header nav a span {
    display: block;
  }
}

@media screen and (max-width: 460px) {
  header nav a {
    height: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    font-size: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
  header nav a:nth-of-type(1), header nav a:nth-of-type(2) {
    border-bottom: 1px solid #f3f3f3;
    height: 70px;
  }
}

header nav a p {
  width: 100%;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 1.35px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  header nav a p {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 460px) {
  header nav a p {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
}

header nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #fee6d1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width .2s linear;
  -o-transition: width .2s linear;
  -moz-transition: width .2s linear;
  transition: width .2s linear;
}

@media screen and (max-width: 640px) {
  header nav a::after {
    height: 3px;
  }
}

header nav a:hover::after, header nav a.active::after {
  width: 100%;
}

header nav a:last-of-type {
  border-right: 0;
}

section {
  width: 100%;
  position: relative;
}

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background-color: #bdbdbd;
  font-family: Arial;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: 0.4px;
  text-align: center;
  color: #f9f7f4;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes zoomin {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes zoomin {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.05);
       transform: scale(1.05);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes arrow {
  0% {
    background-position-x: -webkit-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
  50% {
    background-position-x: -webkit-calc(100% - 13px);
    background-position-x: calc(100% - 13px);
  }
  100% {
    background-position-x: -webkit-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
}

@-moz-keyframes arrow {
  0% {
    background-position-x: -moz-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
  50% {
    background-position-x: -moz-calc(100% - 13px);
    background-position-x: calc(100% - 13px);
  }
  100% {
    background-position-x: -moz-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
}

@-o-keyframes arrow {
  0% {
    background-position-x: calc(100% - 23px);
  }
  50% {
    background-position-x: calc(100% - 13px);
  }
  100% {
    background-position-x: calc(100% - 23px);
  }
}

@keyframes arrow {
  0% {
    background-position-x: -webkit-calc(100% - 23px);
    background-position-x: -moz-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
  50% {
    background-position-x: -webkit-calc(100% - 13px);
    background-position-x: -moz-calc(100% - 13px);
    background-position-x: calc(100% - 13px);
  }
  100% {
    background-position-x: -webkit-calc(100% - 23px);
    background-position-x: -moz-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
}

.f-h1 {
  font-family: var(--font-family-notoSerif);
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: var(--brown-color2);
}

.f-h1 p {
  line-height: 1.45;
  letter-spacing: 1.5px;
  font-size: 2rem !important;
}

.f-h2 {
  display: inline-block;
  font-family: var(--font-family-notoSerif);
  font-size: 1.6rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.6px;
  text-align: left;
  color: var(--brown-color);
  margin-bottom: 1.5rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .f-h2 {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

.f-h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--brown-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .f-h2.t-i::before {
    display: none;
  }
  .f-h2.t-i span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
  }
  .f-h2.t-i span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--brown-color);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .f-h2.t-i span + span {
    margin-left: 4.7rem;
  }
}

@media screen and (max-width: 640px) {
  .f-h2.t-i span + span {
    margin-left: 5.6rem;
  }
}

@media screen and (max-width: 991px) {
  .f-h2.t-i2::before {
    display: none;
  }
  .f-h2.t-i2 span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
  }
  .f-h2.t-i2 span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--brown-color);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .f-h2.t-i2 span:not(:first-child) {
    margin-left: 4.7rem;
  }
}

@media screen and (max-width: 640px) {
  .f-h2.t-i2 span:not(:first-child) {
    margin-left: 4.8rem;
  }
}

.f-h2 i {
  font-family: var(--font-family-helvetica);
  font-size: .5rem;
  vertical-align: super;
  position: relative;
  top: -4px;
  left: 0px;
}

.f-h3 {
  font-family: var(--font-family-notoSerif);
  font-size: 1.3rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 1.1px;
  text-align: left;
  color: var(--black-color);
}

.f-line-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-notoSerif);
  font-size: 2.3rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.67;
  letter-spacing: 0.4px;
  text-align: center;
  color: #000;
  position: relative;
  margin: 0 auto 1.4rem;
}

.f-line-text::before, .f-line-text::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #b1b1b1;
  position: absolute;
  bottom: 50%;
}

@media screen and (max-width: 640px) {
  .f-line-text::before, .f-line-text::after {
    width: 60px;
  }
}

.f-line-text::before {
  left: -webkit-calc(-130px - 1rem);
  left: -moz-calc(-130px - 1rem);
  left: calc(-130px - 1rem);
}

@media screen and (max-width: 640px) {
  .f-line-text::before {
    left: -webkit-calc(-60px - 1rem);
    left: -moz-calc(-60px - 1rem);
    left: calc(-60px - 1rem);
  }
}

.f-line-text::after {
  right: -webkit-calc(-130px - 1rem);
  right: -moz-calc(-130px - 1rem);
  right: calc(-130px - 1rem);
}

@media screen and (max-width: 640px) {
  .f-line-text::after {
    right: -webkit-calc(-60px - 1rem);
    right: -moz-calc(-60px - 1rem);
    right: calc(-60px - 1rem);
  }
}

.f-h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.45px;
  color: var(--brown-color);
  margin-bottom: .2rem;
}

.f-info-t {
  font-family: var(--font-family-helvetica);
  font-size: 1.125rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: left;
  color: var(--gray-color);
}

.f-info-title {
  font-family: var(--font-family-helvetica);
  font-size: 1.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.75px;
  text-align: left;
  color: #000;
}

.f-info-en {
  font-family: var(--font-family-helvetica);
  font-size: 1.125rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: left;
  color: var(--gray-color);
}

.f-info-price {
  font-family: var(--font-family-helvetica);
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.45px;
  text-align: left;
  color: #000;
}

.release-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 2.67;
  letter-spacing: 0.9px;
  color: #000;
  padding: 0 1.1rem;
  border: solid 1px #4e4e4e;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .release-date {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 640px) {
  .f-h6 {
    font-size: 1.35rem;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}

.f-p1 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.4px;
  text-align: left;
  color: var(--black-color);
}

#page-1 #section-kv {
  position: relative;
}

#page-1 #section-kv img {
  display: block;
  width: 100%;
}

#page-1 #wrap-1 {
  padding: 76px 0;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-1 {
    padding-top: 0;
  }
}

#page-1 #wrap-1 .yt-wrap {
  width: 870px;
  margin: 0 auto 68px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-1 .yt-wrap {
    width: 100%;
    min-width: 100%;
    display: block;
  }
}

#page-1 #wrap-1 .yt-wrap .video {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

#page-1 #wrap-1 .yt-wrap .video iframe,
#page-1 #wrap-1 .yt-wrap .video object,
#page-1 #wrap-1 .yt-wrap .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-1 #wrap-1 .text {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

#page-1 #wrap-1 .text > h6 {
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 1.3px;
  line-height: 1.9rem;
}

#page-1 #wrap-1 .text span {
  font-family: var(--font-family-helvetica);
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.9px;
}

#page-1 #wrap-1 p {
  font-size: 1.25rem;
}

#page-1 #wrap-1 .info > * {
  text-align: center;
}

#page-1 #wrap-1 .release-date {
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-1 .release-date {
    font-size: 1.5rem;
  }
}

#page-1 #wrap-2 {
  background: url(../images/p1-s2-bg.png) no-repeat right bottom;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-color: #e3ceb7;
  padding: 80px 0 72px;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 {
    background: none;
    background-color: transparent;
    padding: 0 0 3rem;
  }
}

#page-1 #wrap-2 .container {
  width: 1200px;
  margin: 0 auto;
  padding: 94px 103px 35px 130px;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  #page-1 #wrap-2 .container {
    width: 90%;
    min-width: 900px;
    padding: 60px 45px 35px;
  }
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .container {
    width: 90%;
    min-width: 90%;
    display: block;
    padding: 3rem 36px 2rem;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .container {
    padding: 3rem 22px 2rem;
  }
}

#page-1 #wrap-2 .info {
  position: relative;
}

#page-1 #wrap-2 .info > img {
  display: block;
  position: absolute;
}

#page-1 #wrap-2 .info > p {
  line-height: 1.75;
  letter-spacing: .2px;
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .info > p {
    font-size: 1.2rem;
  }
}

#page-1 #wrap-2 .info > p.indent {
  text-indent: -1.2rem;
  margin-left: 1.2rem;
  line-height: 1.7;
  text-align: justify;
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .info > p.indent {
    text-indent: -1.5rem;
    margin-left: 1.5rem;
  }
}

#page-1 #wrap-2 .info > p.ps {
  font-size: .8rem;
  margin-top: .2rem;
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .info > p.ps {
    font-size: .9rem;
    letter-spacing: -0.5px;
  }
}

#page-1 #wrap-2 .info:nth-of-type(1) {
  margin-bottom: 83px;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .info:nth-of-type(1) {
    margin-bottom: 3rem;
  }
}

#page-1 #wrap-2 .info:nth-of-type(2) {
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .info:nth-of-type(2) {
    margin-bottom: 1rem;
  }
  #page-1 #wrap-2 .info:nth-of-type(2) p {
    display: inline;
  }
  #page-1 #wrap-2 .info:nth-of-type(2) p:first-of-type {
    display: inline-block;
  }
}

#page-1 #wrap-2 .info:nth-of-type(2) img {
  top: 0;
  right: -1rem;
}

@media screen and (max-width: 1200px) {
  #page-1 #wrap-2 .info:nth-of-type(2) img {
    right: 4rem;
  }
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .info:nth-of-type(2) img {
    width: 220px;
    position: relative;
    top: initial;
    right: initial;
    margin: 0 auto 3rem;
    -webkit-transform: translateX(39px);
       -moz-transform: translateX(39px);
        -ms-transform: translateX(39px);
         -o-transform: translateX(39px);
            transform: translateX(39px);
  }
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .info:nth-of-type(2) img {
    width: 165px;
    -webkit-transform: translateX(28px);
       -moz-transform: translateX(28px);
        -ms-transform: translateX(28px);
         -o-transform: translateX(28px);
            transform: translateX(28px);
  }
}

#page-1 #wrap-2 .info:nth-of-type(3) {
  margin-bottom: 137px;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .info:nth-of-type(3) {
    margin-bottom: 2rem;
  }
}

#page-1 #wrap-2 .info:nth-of-type(3) img {
  top: -1rem;
  right: 5rem;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .info:nth-of-type(3) img {
    width: 170px;
    position: relative;
    top: initial;
    right: initial;
    margin: 0 auto 1rem;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .info:nth-of-type(3) img {
    width: 122px;
  }
}

#page-1 #wrap-2 .info:nth-of-type(4) {
  padding-left: 214px;
  padding-right: 100px;
  margin-bottom: 64px;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .info:nth-of-type(4) {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 2rem;
  }
}

#page-1 #wrap-2 .info:nth-of-type(4) > img {
  top: 0;
  left: 8px;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .info:nth-of-type(4) > img {
    width: 90px;
    position: relative;
    top: initial;
    left: initial;
    margin: 0 auto 2rem;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .info:nth-of-type(4) > img {
    width: 67px;
  }
}

#page-1 #wrap-2 .color {
  margin-top: 1.2rem;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0 4rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#page-1 #wrap-2 .color > p {
  font-size: .9rem;
}

#page-1 #wrap-2 .swatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#page-1 #wrap-2 .swatch figure:nth-of-type(2) {
  margin: 0 .5rem;
}

#page-1 #wrap-2 .swatch figure img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .swatch figure img {
    width: 58px;
  }
}

#page-1 #wrap-2 .swatch figure figcaption {
  font-size: .7rem;
  text-align: center;
}

#page-1 #wrap-2 .how-to-use {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .how-to-use {
    margin-bottom: 4rem;
  }
}

#page-1 #wrap-2 .how-to-use .box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .how-to-use .box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#page-1 #wrap-2 .how-to-use .box-flex i {
  font-size: 1.6rem;
  margin: 0 .5rem 0 2.5rem;
}

#page-1 #wrap-2 .how-to-use .box-flex figure img {
  display: block;
  margin-bottom: 1rem;
}

#page-1 #wrap-2 .how-to-use .box-flex figure figcaption {
  line-height: 1.75;
  letter-spacing: 0.4px;
  text-align: center;
  color: #5b5b5b;
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .how-to-use .box-flex figure figcaption {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .how-to-use .box-flex figure:nth-of-type(1) img {
    width: 90px;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .how-to-use .box-flex figure:nth-of-type(2) img {
    width: 90px;
  }
}

#page-1 #wrap-2 .how-to-use .box-flex .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page-1 #wrap-2 .how-to-use .box-flex .text {
  margin-left: 2.7rem;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .how-to-use .box-flex .text {
    width: 100%;
    margin: 0;
  }
}

#page-1 #wrap-2 .how-to-use .box-flex .text > p {
  line-height: 1.6;
  letter-spacing: 0.4px;
  color: #5b5b5b;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .how-to-use .box-flex .text > p {
    font-size: 1.3rem;
  }
}

#page-1 #wrap-2 .how-to-use .box-flex .text > p.ps {
  font-size: 1rem;
  letter-spacing: 0.3px;
}

#page-1 #wrap-2 .makeup-look {
  width: 920px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: solid 1px #d9b493;
  padding-bottom: 34px;
}

@media screen and (max-width: 1200px) {
  #page-1 #wrap-2 .makeup-look {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .makeup-look {
    padding-bottom: 0;
  }
}

#page-1 #wrap-2 .makeup-look h5 {
  width: 100%;
  font-family: var(--font-family-helvetica);
  font-size: 1.45rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
  padding: 0.8rem 0;
  margin-bottom: 1.4rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#d9b392), to(#f7eee7));
  background-image: -webkit-linear-gradient(left, #d9b392, #f7eee7);
  background-image: -moz-linear-gradient(left, #d9b392, #f7eee7);
  background-image: -o-linear-gradient(left, #d9b392, #f7eee7);
  background-image: linear-gradient(to right, #d9b392, #f7eee7);
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .makeup-look h5 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .makeup-look h5 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}

#page-1 #wrap-2 .makeup-look h5 span {
  font-family: var(--font-family-notoSans);
  font-weight: 500;
}

#page-1 #wrap-2 .makeup-look .face {
  margin-left: 1.3rem;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .makeup-look .face {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #page-1 #wrap-2 .makeup-look .face img {
    width: 360px;
  }
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .makeup-look .face img {
    display: block;
    width: -webkit-calc(100% - 4rem);
    width: -moz-calc(100% - 4rem);
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .makeup-look .face img {
    width: -webkit-calc(100% - 3rem);
    width: -moz-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}

#page-1 #wrap-2 .makeup-look .pt-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-calc(100% - (427px + 4.5rem));
  width: -moz-calc(100% - (427px + 4.5rem));
  width: calc(100% - (427px + 4.5rem));
  margin-left: 2.2rem;
  margin-right: 1rem;
}

@media screen and (max-width: 1200px) {
  #page-1 #wrap-2 .makeup-look .pt-items {
    width: -webkit-calc(100% - (360px + 4.5rem));
    width: -moz-calc(100% - (360px + 4.5rem));
    width: calc(100% - (360px + 4.5rem));
  }
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .makeup-look .pt-items {
    width: 100%;
    margin: 1rem 3rem;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .makeup-look .pt-items {
    margin: 1rem 2rem;
  }
}

#page-1 #wrap-2 .makeup-look .pt-items .item {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 991px) {
  #page-1 #wrap-2 .makeup-look .pt-items .item {
    height: 130px;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .makeup-look .pt-items .item {
    height: 98px;
  }
}

#page-1 #wrap-2 .makeup-look .pt-items .item img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .makeup-look .pt-items .item img {
    width: 50px;
  }
}

#page-1 #wrap-2 .makeup-look .pt-items .item p {
  font-size: .9rem;
  margin-left: 80px;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  #page-1 #wrap-2 .makeup-look .pt-items .item p {
    margin-left: 60px;
    font-size: 1rem;
  }
}

#page-1 #wrap-2 .makeup-look .pt-items .item p span {
  display: block;
}

@media screen and (max-width: 991px) {
  #page-1 #section-1 {
    background: url(../images/p1-s2-bg-m.png) no-repeat center 250px;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-color: #F2EDEA;
  }
}

#page-1 #section-3 {
  background: url(../images/p1-s3-bg.png) no-repeat center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

@media screen and (max-width: 1200px) {
  #page-1 #section-3 {
    background-position-x: -webkit-calc(50% + 50px);
    background-position-x: -moz-calc(50% + 50px);
    background-position-x: calc(50% + 50px);
  }
}

@media screen and (max-width: 991px) {
  #page-1 #section-3 {
    background-image: url(../images/p1-s3-bg2-m.png);
  }
  #page-1 #section-3 img.mob {
    display: block;
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
  }
}

#page-1 #section-3 .container {
  width: 1014px;
  height: 830px;
  margin: 0 auto;
  padding: 229px 0 0;
  position: relative;
}

@media screen and (max-width: 1400px) {
  #page-1 #section-3 .container {
    width: 920px;
    height: 700px;
    padding: 170px 0 0;
  }
}

@media screen and (max-width: 1200px) {
  #page-1 #section-3 .container {
    height: 650px;
    padding: 140px 0 0;
  }
}

@media screen and (max-width: 991px) {
  #page-1 #section-3 .container {
    width: 100%;
    height: initial;
    padding: 0;
  }
}

#page-1 #section-3 .text-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 991px) {
  #page-1 #section-3 .text-wrap {
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

#page-1 #section-3 .f-info-title {
  font-size: 1.8rem;
}

#page-1 #section-3 .text {
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  #page-1 #section-3 .text {
    margin-bottom: 2rem;
  }
}

#page-1 #section-3 .text p {
  font-family: var(--font-family-notoSerif);
  font-size: 1.3rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.1;
  letter-spacing: 1.6px;
  text-align: left;
  color: #010101;
}

@media screen and (max-width: 640px) {
  #page-1 #section-3 .text p {
    line-height: 1.8;
  }
}

#page-1 #section-3 .text p span {
  font-family: var(--font-family-helvetica);
}

#page-1 #section-4 {
  padding: 103px 0 80px;
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 {
    padding: 4rem 3rem 3rem;
  }
}

#page-1 #section-4 .container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #page-1 #section-4 .container {
    width: 920px;
  }
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 .container {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 .f-h2 i {
    display: none;
  }
}

#page-1 #section-4 .info {
  margin-bottom: 44px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 .info {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #section-4 .info p {
    font-size: 1.3rem;
  }
}

#page-1 #section-4 .info p.i3-w {
  padding-right: 18%;
}

#page-1 #section-4 .info p span {
  display: block;
}

#page-1 #section-4 .info:nth-of-type(2) {
  margin-bottom: 54px;
}

#page-1 #section-4 .info.last {
  margin-top: 61px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 .info.last {
    margin-top: 2rem;
  }
}

#page-1 #section-4 .info-s {
  width: 622px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #page-1 #section-4 .info-s {
    width: 510px;
  }
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 .info-s {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #section-4 .info-s {
    margin-top: 2rem;
  }
}

#page-1 #section-4 .info-s p {
  text-align: justify;
}

@media screen and (max-width: 640px) {
  #page-1 #section-4 .info-s p {
    font-size: 1.3rem;
  }
}

#page-1 #section-4 .info-s.last {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 .info-s.last {
    margin-bottom: 0;
  }
}

#page-1 #section-4 img.pt {
  position: absolute;
  top: 3rem;
  right: -5rem;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #page-1 #section-4 img.pt {
    right: -3rem;
  }
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 img.pt {
    display: block;
    width: 350px;
    margin: 0 auto 1rem;
    position: relative;
    top: initial;
    right: initial;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #section-4 img.pt {
    width: 220px;
    margin-top: 0;
  }
}

#page-1 #section-4 img.color {
  display: block;
  margin: 0 auto 64px;
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 img.color {
    width: 100%;
    max-width: 715px;
  }
}

#page-1 #section-4 .prod-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 703px;
  padding: 42px 0 32px 0;
  border: solid 1px #ac7c55;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 .prod-info {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  #page-1 #section-4 .prod-info img {
    width: 100px;
  }
}

#page-1 #section-4 .prod-info h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 31px;
  padding: 0 18px;
  background-color: #bea28b;
  font-size: 1.45rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.9px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 .prod-info h5 {
    margin: 2rem auto 1.5rem;
  }
}

#page-1 #section-4 .prod-info .text {
  margin-left: 50px;
}

@media screen and (max-width: 640px) {
  #page-1 #section-4 .prod-info .text p {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  #page-1 #section-4 .prod-info .text {
    margin: 0;
    text-align: center;
  }
}

#page-1 #section-5 {
  padding: 53px 0;
  background-color: #efefef;
  text-align: center;
}

#page-1 #section-5 a {
  display: inline-block;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  #page-1 #section-5 a {
    display: block;
  }
}

#page-1 #section-5 img {
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  -o-transition: filter 0.5s ease;
  -moz-transition: filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}

#page-1 #section-5 img:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

@media screen and (max-width: 991px) {
  #page-1 #section-5 img {
    width: 90%;
    max-width: 558px;
  }
}

#page-2 .mb-1 {
  margin-bottom: 1.8rem !important;
}

#page-2 .mb-2 {
  margin-bottom: 2.2rem !important;
}

#page-2 #section-kv {
  background: url(../images/p2-full-bg.png) no-repeat center top/2400px;
  background-color: #e6eaf3;
  position: relative;
  padding-bottom: 8.5rem;
}

@media screen and (max-width: 1400px) {
  #page-2 #section-kv {
    -moz-background-size: 2110px auto;
      -o-background-size: 2110px auto;
         background-size: 2110px auto;
  }
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv {
    background-image: url(../images/p2-full-bg-m.png);
    -moz-background-size: 845px auto;
      -o-background-size: 845px auto;
         background-size: 845px auto;
    padding-bottom: 5.5rem;
  }
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv {
    -moz-background-size: 606px auto;
      -o-background-size: 606px auto;
         background-size: 606px auto;
  }
}

#page-2 #section-kv .kv-logo {
  position: absolute;
  top: 3rem;
  left: 5vw;
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .kv-logo {
    width: 30px;
  }
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .kv-logo {
    width: 22px;
  }
}

#page-2 #section-kv h1 {
  display: none;
}

#page-2 #section-kv .kv-banner {
  display: block;
  margin: 0 auto 3.6rem;
}

#page-2 #section-kv .content-wrap {
  margin-bottom: 5.5rem;
}

#page-2 #section-kv .content-wrap h2 {
  margin-bottom: 1.8rem;
  font-family: var(--font-family-notoSerif);
  font-size: 1.9rem;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 1.3px;
  text-align: center;
  color: #000;
  margin-bottom: .6rem;
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .content-wrap h2 {
    font-size: 1.9rem;
    margin-bottom: 2.6rem;
  }
}

#page-2 #section-kv .content-wrap .desc {
  margin-bottom: 2.08rem;
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .content-wrap .desc {
    margin-bottom: 3.08rem;
  }
}

#page-2 #section-kv .content-wrap .desc p {
  font-family: var(--font-family-notoSerif);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.9px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .content-wrap .desc p {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}

#page-2 #section-kv .content-wrap h3 {
  font-family: var(--font-family-helvetica), var(--font-family-notoSerif);
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.9px;
  text-align: center;
  color: #000;
  margin-bottom: .5rem;
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .content-wrap h3 {
    font-size: 1.9rem;
  }
}

#page-2 #section-kv .content-wrap .en {
  font-family: var(--font-family-helvetica);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .7px;
  text-align: center;
  color: #4c4c4c;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .content-wrap .en {
    font-size: 1.1rem;
  }
}

#page-2 #section-kv .content-wrap .price {
  margin-bottom: .8rem;
}

#page-2 #section-kv .content-wrap .price p {
  font-family: var(--font-family-helvetica);
  font-size: 1.1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.55px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .content-wrap .price p {
    font-size: 1.1rem;
  }
}

#page-2 #section-kv .content-wrap .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  font-family: var(--font-family-helvetica);
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 2.67;
  letter-spacing: 1.2px;
  color: #000;
  margin: 0 auto;
  padding: 0 1.4rem;
  border: solid 1px #4e4e4e;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .content-wrap .date {
    font-size: 1.1rem;
  }
}

#page-2 #section-kv .prod-wrap {
  width: 1243px;
  margin: 0 auto;
  padding: 4.6rem 0 10.5rem;
}

@media screen and (max-width: 1400px) {
  #page-2 #section-kv .prod-wrap {
    width: 1176px;
  }
}

@media screen and (max-width: 1200px) {
  #page-2 #section-kv .prod-wrap {
    width: 950px;
  }
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-wrap {
    width: 100%;
    padding-bottom: 7rem;
  }
}

#page-2 #section-kv .prod-wrap .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 706px;
  margin: 0 0 0 auto;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  #page-2 #section-kv .prod-wrap .item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-wrap .item {
    width: 100%;
  }
}

#page-2 #section-kv .prod-wrap .item > h2 {
  width: 100%;
  display: block;
  margin-bottom: .4rem;
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-wrap .item > h2 {
    width: 85%;
  }
}

#page-2 #section-kv .prod-wrap .item > h2 p {
  width: 100%;
  font-family: var(--font-family-notoSerif);
  font-size: 1.4rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 2.8px;
  text-align: left;
  color: #787878;
}

#page-2 #section-kv .prod-wrap .item1 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 1200px) {
  #page-2 #section-kv .prod-wrap .item1 {
    width: 600px;
  }
  #page-2 #section-kv .prod-wrap .item1 h2 {
    margin-left: -12rem;
  }
  #page-2 #section-kv .prod-wrap .item1 h2 p {
    white-space: nowrap;
  }
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-wrap .item1 {
    width: 100%;
    padding-top: 500px;
    margin-bottom: 5rem;
  }
  #page-2 #section-kv .prod-wrap .item1 h2 {
    margin-left: 0;
  }
  #page-2 #section-kv .prod-wrap .item1 h2 p {
    white-space: normal;
    display: inline;
  }
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .prod-wrap .item1 {
    padding-top: 404px;
  }
  #page-2 #section-kv .prod-wrap .item1 h2 {
    margin-left: 0;
  }
  #page-2 #section-kv .prod-wrap .item1 h2 p {
    white-space: normal;
    display: inline;
  }
}

#page-2 #section-kv .prod-wrap .item1 .content {
  padding-top: 2.3rem;
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-wrap .item1 .content {
    width: 85%;
  }
}

#page-2 #section-kv .prod-wrap .item1 .info:nth-of-type(2) {
  padding-right: 11%;
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .prod-wrap .item1 .info:nth-of-type(2) {
    padding-right: 0;
  }
}

#page-2 #section-kv .prod-wrap .item2 {
  width: 85%;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 1200px) {
  #page-2 #section-kv .prod-wrap .item2 {
    width: 94%;
  }
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-wrap .item2 {
    width: 100%;
  }
}

#page-2 #section-kv .prod-wrap .item2 .content {
  width: 462px;
  margin: 0 auto 0 6rem;
}

@media screen and (max-width: 1200px) {
  #page-2 #section-kv .prod-wrap .item2 .content {
    margin: 0 auto 0 2rem;
  }
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-wrap .item2 .content {
    width: 85%;
    margin: 0 auto;
  }
}

#page-2 #section-kv .prod-wrap .item2 .info.mt {
  margin-top: 4.9rem;
}

#page-2 #section-kv .prod-wrap .item2 .pt-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-wrap .item2 .pt-img {
    width: -webkit-calc(247px * 0.9);
    width: -moz-calc(247px * 0.9);
    width: calc(247px * 0.9);
    position: relative;
    top: initial;
    right: initial;
    display: block;
    margin: 0 auto 4rem;
  }
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .prod-wrap .item2 .pt-img {
    width: -webkit-calc(247px * 0.6);
    width: -moz-calc(247px * 0.6);
    width: calc(247px * 0.6);
  }
}

#page-2 #section-kv .prod-wrap .info.mt {
  margin-top: 4.4rem;
}

#page-2 #section-kv .prod-wrap .info h3 {
  font-family: var(--font-family-notoSerif);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.8;
  text-align: left;
  color: #505050;
  margin-bottom: 1.4rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

#page-2 #section-kv .prod-wrap .info > p {
  line-height: 1.75;
  letter-spacing: 0.4px;
  text-align: left;
  color: #010101;
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .prod-wrap .info > p {
    font-size: 1.1rem;
  }
}

#page-2 #section-kv .prod-wrap .info > p.t-item {
  margin-left: 1.3rem;
}

#page-2 #section-kv .prod-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1243px;
  margin: 0 auto;
  padding: 93px 0 100px;
  background-color: #fff;
  -webkit-border-radius: 33px;
     -moz-border-radius: 33px;
          border-radius: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1400px) {
  #page-2 #section-kv .prod-step {
    width: 1100px;
  }
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-step {
    display: block;
    width: 85%;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-step {
    display: block;
    width: 85%;
    padding-top: 6rem;
  }
}

#page-2 #section-kv .prod-step .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-step .item {
    display: block;
  }
  #page-2 #section-kv .prod-step .item img {
    display: block;
    margin: 0 auto;
  }
}

#page-2 #section-kv .prod-step .item:first-of-type {
  margin-right: 50px;
}

#page-2 #section-kv .prod-step .item:first-of-type .info {
  width: 240px;
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-step .item:first-of-type .info {
    width: 275px;
    margin: 1rem auto 0;
  }
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .prod-step .item:first-of-type .info {
    width: 186px;
  }
}

@media screen and (max-width: 1400px) {
  #page-2 #section-kv .prod-step .item:first-of-type img {
    width: -webkit-calc(195px * 0.9);
    width: -moz-calc(195px * 0.9);
    width: calc(195px * 0.9);
  }
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-step .item:first-of-type {
    margin-bottom: 6rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .prod-step .item:first-of-type img {
    width: -webkit-calc(195px * 0.7);
    width: -moz-calc(195px * 0.7);
    width: calc(195px * 0.7);
  }
}

#page-2 #section-kv .prod-step .item:nth-of-type(2) .info {
  width: 242px;
  margin-left: 36px;
}

@media screen and (max-width: 991px) {
  #page-2 #section-kv .prod-step .item:nth-of-type(2) .info {
    width: 275px;
    margin: 1rem auto 0;
  }
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .prod-step .item:nth-of-type(2) .info {
    width: 186px;
  }
}

@media screen and (max-width: 1400px) {
  #page-2 #section-kv .prod-step .item:nth-of-type(2) img {
    width: -webkit-calc(254px * 0.9);
    width: -moz-calc(254px * 0.9);
    width: calc(254px * 0.9);
  }
}

@media screen and (max-width: 640px) {
  #page-2 #section-kv .prod-step .item:nth-of-type(2) img {
    width: -webkit-calc(254px * 0.7);
    width: -moz-calc(254px * 0.7);
    width: calc(254px * 0.7);
  }
}

#page-2 #section-kv .prod-step .info {
  margin-top: 1.6rem;
}

#page-2 #section-kv .prod-step h6 {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 7px 17px 5px 13px;
  background-color: #edf2f8;
  margin-bottom: 1.5rem;
}

#page-2 #section-kv .prod-step p {
  letter-spacing: 0.45px;
}

#page-2 #section-kv .prod-step small {
  font-size: 0.9rem;
  letter-spacing: 0.45px;
}

#page-2 .yt-wrap {
  width: 887px;
  margin: 0 auto 3.6rem;
  padding: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1400px) {
  #page-2 .yt-wrap {
    width: 700px;
  }
}

@media screen and (max-width: 991px) {
  #page-2 .yt-wrap {
    width: 95%;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #page-2 .yt-wrap {
    max-width: 360px;
  }
}

#page-2 .yt-wrap .video {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

#page-2 .yt-wrap .video iframe,
#page-2 .yt-wrap .video object,
#page-2 .yt-wrap .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-2 .bottom-banner {
  padding: 53px 0;
  background-color: #efefef;
  text-align: center;
}

#page-2 .bottom-banner a {
  display: inline-block;
  margin: 0 auto;
}

#page-2 .bottom-banner a img {
  display: block;
}

@media screen and (max-width: 991px) {
  #page-2 .bottom-banner a img {
    width: 100vw;
    max-width: 640px;
  }
}

@media screen and (max-width: 640px) {
  #page-2 .bottom-banner a img {
    width: 82vw;
  }
}

#page-2 #kv-wrap {
  height: 827px;
}

@media screen and (max-width: 1400px) {
  #page-2 #kv-wrap {
    height: 700px;
  }
}

@media screen and (max-width: 640px) {
  #page-2 #kv-wrap {
    height: 558px;
  }
}

#page-3 {
  background-color: #fff;
}

#page-3 #section_kv {
  position: relative;
  height: 323px;
  background: url(../images/p3-kv-bg.png) no-repeat right top;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

@media screen and (max-width: 1400px) {
  #page-3 #section_kv {
    background-position-x: -webkit-calc(100% + 70px);
    background-position-x: -moz-calc(100% + 70px);
    background-position-x: calc(100% + 70px);
  }
}

@media screen and (max-width: 991px) {
  #page-3 #section_kv {
    height: initial;
    background: none;
  }
  #page-3 #section_kv img.mob {
    display: block;
    width: 100%;
  }
}

#page-3 #section_kv h1 {
  font-family: "Noto Serif TC";
  font-size: 3rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 3.6px;
  text-align: center;
  color: #be8b5a;
  margin-bottom: 0;
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
     -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1200px) {
  #page-3 #section_kv h1 {
    left: 30%;
  }
}

@media screen and (max-width: 991px) {
  #page-3 #section_kv h1 {
    letter-spacing: 1.6px;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_kv h1 {
    letter-spacing: 0;
    text-align: left;
    font-size: 3rem;
    left: 34%;
  }
}

@media screen and (max-width: 414px) {
  #page-3 #section_kv h1 {
    font-size: 2.8rem;
  }
}

#page-3 #section_kv h1 p {
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: center;
  color: #be8b5a;
  margin-bottom: 0;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  #page-3 #section_kv h1 p {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_kv h1 p {
    letter-spacing: 0;
    text-align: left;
    font-size: 1.85rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 414px) {
  #page-3 #section_kv h1 p {
    margin-top: 6px;
    font-size: 1.8rem;
  }
}

#page-3 #section_kv h1 p span {
  font-family: 'Helvetica Neue';
  font-weight: 400;
}

#page-3 #section_1 .container {
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: .5rem;
  padding-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  #page-3 #section_1 .container {
    width: 990px;
  }
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .container {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .container {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
  }
}

#page-3 #section_1 .prod-item {
  width: 33.33%;
  position: relative;
  padding: 41px 30px 45px;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 1200px) {
  #page-3 #section_1 .prod-item {
    padding: 41px 15px 45px;
  }
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-bottom: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item {
    padding: 30px 0 20px;
  }
}

#page-3 #section_1 .prod-item.new::before, #page-3 #section_1 .prod-item.hot::before, #page-3 #section_1 .prod-item.color::before {
  content: "";
  width: 59px;
  height: 59px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item.new::before, #page-3 #section_1 .prod-item.hot::before, #page-3 #section_1 .prod-item.color::before {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.new::before, #page-3 #section_1 .prod-item.hot::before, #page-3 #section_1 .prod-item.color::before {
    width: 36px;
    height: 36px;
  }
}

#page-3 #section_1 .prod-item.new::before {
  background-image: url(../images/new.png);
}

#page-3 #section_1 .prod-item.hot::before {
  background-image: url(../images/hot.png);
}

#page-3 #section_1 .prod-item.color::before {
  background-image: url(../images/color.png);
}

#page-3 #section_1 .prod-item.p7, #page-3 #section_1 .prod-item.p8, #page-3 #section_1 .prod-item.p9 {
  border-bottom: 0;
}

#page-3 #section_1 .prod-item.p1.new::before {
  top: 12%;
  left: 67%;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item.p1.new::before {
    left: 28%;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p1.new::before {
    top: 14%;
    left: 31%;
  }
}

#page-3 #section_1 .prod-item.p1 > img {
  -webkit-transform: translateX(-6%);
     -moz-transform: translateX(-6%);
      -ms-transform: translateX(-6%);
       -o-transform: translateX(-6%);
          transform: translateX(-6%);
}

@media screen and (max-width: 1200px) {
  #page-3 #section_1 .prod-item.p1 > img {
    -webkit-transform: translateX(-7%);
       -moz-transform: translateX(-7%);
        -ms-transform: translateX(-7%);
         -o-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p1 > img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

#page-3 #section_1 .prod-item.p2.new::before {
  top: 12%;
  left: 75%;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item.p2.new::before {
    left: 32%;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p2.new::before {
    top: 14%;
    left: 31%;
  }
}

#page-3 #section_1 .prod-item.p2 > img {
  -webkit-transform: translateX(-8%);
     -moz-transform: translateX(-8%);
      -ms-transform: translateX(-8%);
       -o-transform: translateX(-8%);
          transform: translateX(-8%);
}

@media screen and (max-width: 1200px) {
  #page-3 #section_1 .prod-item.p2 > img {
    -webkit-transform: translateX(-7%);
       -moz-transform: translateX(-7%);
        -ms-transform: translateX(-7%);
         -o-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p2 > img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p3 {
    padding-bottom: 3rem;
  }
  #page-3 #section_1 .prod-item.p3::after {
    content: "";
    display: block;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 1px;
    background-color: #dedede;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 775px) {
  #page-3 #section_1 .prod-item.p3 span {
    font-size: 0.875rem;
    position: absolute;
    right: 47px;
    bottom: 2px;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p3 span {
    font-size: 0.6875rem;
    right: 17px;
    bottom: 2px;
  }
}

#page-3 #section_1 .prod-item.p3 > img {
  -webkit-transform: translateX(-8%);
     -moz-transform: translateX(-8%);
      -ms-transform: translateX(-8%);
       -o-transform: translateX(-8%);
          transform: translateX(-8%);
}

@media screen and (max-width: 1200px) {
  #page-3 #section_1 .prod-item.p3 > img {
    -webkit-transform: translateX(-7%);
       -moz-transform: translateX(-7%);
        -ms-transform: translateX(-7%);
         -o-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p3 > img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p4 {
    margin-top: 3rem;
  }
}

#page-3 #section_1 .prod-item.p4.hot::before {
  top: 12%;
  left: 67%;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item.p4.hot::before {
    left: 28%;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p4.hot::before {
    top: 14%;
    left: 31%;
  }
}

#page-3 #section_1 .prod-item.p4 > img {
  -webkit-transform: translateX(-15%);
     -moz-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
       -o-transform: translateX(-15%);
          transform: translateX(-15%);
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p4 > img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

#page-3 #section_1 .prod-item.p5.hot::before {
  top: 12.5%;
  left: 69%;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item.p5.hot::before {
    top: 10.5%;
    left: 30%;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p5.hot::before {
    top: 14%;
    left: 31%;
  }
}

#page-3 #section_1 .prod-item.p5 > img {
  -webkit-transform: translateX(-20%);
     -moz-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
       -o-transform: translateX(-20%);
          transform: translateX(-20%);
}

@media screen and (max-width: 1200px) {
  #page-3 #section_1 .prod-item.p5 > img {
    -webkit-transform: translateX(-14%);
       -moz-transform: translateX(-14%);
        -ms-transform: translateX(-14%);
         -o-transform: translateX(-14%);
            transform: translateX(-14%);
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p5 > img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p6 {
    padding-bottom: 3rem;
  }
  #page-3 #section_1 .prod-item.p6::after {
    content: "";
    display: block;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 1px;
    background-color: #dedede;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

#page-3 #section_1 .prod-item.p6 > img {
  -webkit-transform: translateX(-9%);
     -moz-transform: translateX(-9%);
      -ms-transform: translateX(-9%);
       -o-transform: translateX(-9%);
          transform: translateX(-9%);
}

@media screen and (max-width: 1200px) {
  #page-3 #section_1 .prod-item.p6 > img {
    -webkit-transform: translateX(-7%);
       -moz-transform: translateX(-7%);
        -ms-transform: translateX(-7%);
         -o-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p6 > img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p7 {
    margin-top: 2rem;
  }
}

#page-3 #section_1 .prod-item.p7.color::before {
  top: 8%;
  left: 63%;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item.p7.color::before {
    left: 28%;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p7.color::before {
    top: 10%;
    left: 33%;
  }
}

#page-3 #section_1 .prod-item.p7 > img {
  -webkit-transform: translateX(-17%);
     -moz-transform: translateX(-17%);
      -ms-transform: translateX(-17%);
       -o-transform: translateX(-17%);
          transform: translateX(-17%);
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item.p7 > img {
    max-width: 290px;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p7 > img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

#page-3 #section_1 .prod-item.p8 > img {
  -webkit-transform: translateX(-15%);
     -moz-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
       -o-transform: translateX(-15%);
          transform: translateX(-15%);
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p8 > img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

#page-3 #section_1 .prod-item.p8.hot::before {
  top: 8%;
  left: 67%;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item.p8.hot::before {
    top: 10.5%;
    left: 26%;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p8.hot::before {
    top: 13%;
    left: 32%;
  }
}

#page-3 #section_1 .prod-item.p9 > img {
  -webkit-transform: translateX(-14%);
     -moz-transform: translateX(-14%);
      -ms-transform: translateX(-14%);
       -o-transform: translateX(-14%);
          transform: translateX(-14%);
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p9 > img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

#page-3 #section_1 .prod-item.p9.new::before {
  top: 8%;
  left: 62%;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item.p9.new::before {
    left: 30%;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item.p9.new::before {
    top: 14%;
    left: 31%;
  }
}

#page-3 #section_1 .prod-item > img {
  display: block;
  margin: 0 auto -26px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #page-3 #section_1 .prod-item > img {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item > img {
    width: 40%;
    max-width: 270px;
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item > img {
    width: 40%;
    max-width: 220px;
  }
}

#page-3 #section_1 .prod-item .info {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item .info {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item .info {
    margin-left: 2rem;
  }
}

#page-3 #section_1 .prod-item h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Noto Serif TC";
  font-size: 1.75rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  color: #252525;
  border-bottom: 1px solid #747474;
  margin-bottom: 15px;
  padding-bottom: 6px;
  position: relative;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item h3 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item h3 {
    font-size: 1.9rem;
    padding-bottom: 2px;
    margin-bottom: .7rem;
  }
}

#page-3 #section_1 .prod-item h3 small {
  display: inline-block;
  font-size: 1.125rem;
}

@media screen and (max-width: 1200px) {
  #page-3 #section_1 .prod-item h3 small {
    font-size: 1.125rem;
  }
}

#page-3 #section_1 .prod-item h4 {
  font-family: 'Helvetica Neue', "Noto Sans TC";
  font-size: 1.25rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  color: #c74b27;
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item h4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item h4 {
    font-size: 1.6rem;
    margin-bottom: .2rem;
    line-height: 1.5;
  }
}

#page-3 #section_1 .prod-item h5 {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: left;
  color: #6b6b6b;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  #page-3 #section_1 .prod-item h5 {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item h5 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

#page-3 #section_1 .prod-item p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-align: left;
  color: #6b6b6b;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #page-3 #section_1 .prod-item p {
    font-size: 1.3rem;
    white-space: nowrap;
    line-height: 1.35;
  }
}

#page-3 #section_2 {
  padding: 44px 0 60px;
  background-color: #fdf6f0;
}

#page-3 #section_2 .vip-wrap {
  width: 1228px;
  margin: 0 auto;
  padding: 39px 0 29px 0;
  border: solid 1px #998f85;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  #page-3 #section_2 .vip-wrap {
    width: 1180px;
  }
}

@media screen and (max-width: 1200px) {
  #page-3 #section_2 .vip-wrap {
    width: 990px;
  }
}

@media screen and (max-width: 991px) {
  #page-3 #section_2 .vip-wrap {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap {
    padding-top: 30px;
  }
}

#page-3 #section_2 .vip-wrap h2 {
  display: inline-block;
  font-family: "Noto Serif TC";
  font-size: 3rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #3e2e0c;
  padding: 7px 103px 12px;
  background-color: #e7decf;
  margin: 0 auto 3px;
}

@media screen and (max-width: 991px) {
  #page-3 #section_2 .vip-wrap h2 {
    display: block;
    width: -webkit-calc(100% - 64px);
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap h2 {
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px);
    font-size: 3rem;
    padding: 4px 0 5px;
  }
}

#page-3 #section_2 .vip-wrap > p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.06;
  letter-spacing: 0.4px;
  text-align: center;
  color: #3e2e0c;
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap > p {
    font-size: 1.5rem;
  }
}

#page-3 #section_2 .vip-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 991px) {
  #page-3 #section_2 .vip-wrap ul {
    margin: 0 auto 39px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#page-3 #section_2 .vip-wrap ul li {
  width: -webkit-calc(33.33% - 40px);
  width: -moz-calc(33.33% - 40px);
  width: calc(33.33% - 40px);
  margin-left: 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  #page-3 #section_2 .vip-wrap ul li {
    width: 100%;
    margin: 0 0 30px;
  }
  #page-3 #section_2 .vip-wrap ul li:last-of-type {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap ul li {
    margin-bottom: 10px;
  }
  #page-3 #section_2 .vip-wrap ul li:nth-of-type(2) {
    margin-top: -3rem;
  }
  #page-3 #section_2 .vip-wrap ul li:nth-of-type(3) .content::before {
    top: 0;
  }
}

#page-3 #section_2 .vip-wrap ul li:first-of-type {
  margin-left: 0;
}

#page-3 #section_2 .vip-wrap ul li img {
  display: block;
  margin: 0 auto -48px;
}

@media screen and (max-width: 1200px) {
  #page-3 #section_2 .vip-wrap ul li img {
    max-width: 247px;
  }
}

@media screen and (max-width: 991px) {
  #page-3 #section_2 .vip-wrap ul li img {
    max-width: 350px;
    -webkit-transform: translateY(2%);
       -moz-transform: translateY(2%);
        -ms-transform: translateY(2%);
         -o-transform: translateY(2%);
            transform: translateY(2%);
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap ul li img {
    max-width: 300px;
    -webkit-transform: translateY(2%);
       -moz-transform: translateY(2%);
        -ms-transform: translateY(2%);
         -o-transform: translateY(2%);
            transform: translateY(2%);
  }
}

#page-3 #section_2 .vip-wrap ul li h3 {
  font-size: 1.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  color: #323232;
  margin-bottom: 21px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  #page-3 #section_2 .vip-wrap ul li h3 {
    width: 280px;
    text-align: left;
    margin: 0 auto 14px;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap ul li h3 {
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }
}

#page-3 #section_2 .vip-wrap ul li h3 span {
  font-family: 'Helvetica Neue', "Noto Sans TC";
  font-size: 1.875rem;
  color: #a74426;
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap ul li h3 span {
    font-size: 2.6rem;
    margin-left: .5rem;
    display: inline-block;
    position: relative;
    bottom: -2px;
  }
}

#page-3 #section_2 .vip-wrap ul li .content {
  position: relative;
  padding-left: 50px;
  margin-left: 50px;
}

@media screen and (max-width: 1200px) {
  #page-3 #section_2 .vip-wrap ul li .content {
    margin-left: 12px;
  }
}

@media screen and (max-width: 991px) {
  #page-3 #section_2 .vip-wrap ul li .content {
    margin: 0 auto;
    width: 280px;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap ul li .content {
    width: 230px;
    padding-left: 34px;
  }
}

#page-3 #section_2 .vip-wrap ul li .content p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.8px;
  text-align: left;
  color: #6b6b6b;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap ul li .content p {
    font-size: 1.4rem;
  }
}

#page-3 #section_2 .vip-wrap ul li .content::before {
  content: "贈";
  display: block;
  width: 22px;
  height: 22px;
  font-size: 2.15625rem;
  line-height: 1;
  text-align: left;
  color: #a74426;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap ul li .content::before {
    font-size: 2.5rem;
  }
}

#page-3 #section_2 .vip-wrap ul li > p {
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.7px;
  text-align: center;
  color: #333;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  #page-3 #section_2 .vip-wrap ul li > p {
    top: 14px;
  }
}

@media screen and (max-width: 991px) {
  #page-3 #section_2 .vip-wrap ul li > p {
    font-size: 0.8rem;
    top: 28px;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap ul li > p {
    font-size: 1rem;
    top: 32px;
  }
}

#page-3 #section_2 .vip-wrap h6 {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.35px;
  text-align: center;
  color: #6b6b6b;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #page-3 #section_2 .vip-wrap h6 {
    width: 90%;
    font-size: 0.875rem;
    text-align: justify;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #page-3 #section_2 .vip-wrap h6 {
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px);
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */