@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");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
:root {
  --body-color: #2d2d2d;
  --brown-color: #ac7c55;
  --brown-color2: #77422e;
  --brown-color3: #9a663a;
  --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;
          box-shadow: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

* {
  -webkit-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;
          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;
  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 !important;
}

.mb-1-5 {
  margin-bottom: 1.5rem !important;
}

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

.mb-2-5 {
  margin-bottom: 2.5rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

@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);
          box-shadow: 0.3px 5px 24px 0 rgba(224, 221, 216, 0.5);
}
header .logo-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  background-color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-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: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-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%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
header nav a {
  display: -webkit-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 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    font-size: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -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: #676767;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.2s linear;
  transition: width 0.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: -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;
      -ms-flex-align: center;
          align-items: center;
  -webkit-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);
  }
}

@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);
  }
}
@-webkit-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: calc(100% - 23px);
  }
  50% {
    background-position-x: calc(100% - 13px);
  }
  100% {
    background-position-x: calc(100% - 23px);
  }
}
.f-en {
  font-family: var(--font-family-helvetica);
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-point-title {
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: 0.45px;
  color: #bc7c50;
}
@media screen and (max-width: 640px) {
  .f-point-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .f-point-title span {
    display: block;
  }
}

.f-bline {
  border-bottom: 1px solid #434343;
}

.yt-wrap {
  width: 870px;
  margin: 0 auto 68px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .yt-wrap {
    width: 100%;
    min-width: 100%;
    display: block;
    margin-bottom: 4rem;
  }
}
.yt-wrap .video {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.yt-wrap .video iframe,
.yt-wrap .video object,
.yt-wrap .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-1 #section-kv {
  position: relative;
}
#page-1 #section-kv img {
  display: block;
  width: 100%;
}
#page-1 #section-1 {
  padding: 6rem 0 8rem;
  background: linear-gradient(to bottom, #f1f1f1 0px, #e7d7c4 750px, #e7d7c4 1000px, #e7d7c4 100%);
}
@media screen and (max-width: 991px) {
  #page-1 #section-1 {
    padding: 3rem 2rem 5rem;
  }
}
#page-1 #section-1 h2 {
  margin-bottom: 2rem;
}
#page-1 #section-1 h2 p {
  font-family: var(--font-family-notoSerif);
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.53;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 640px) {
  #page-1 #section-1 h2 p {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
#page-1 #section-1 .text p {
  font-family: var(--font-family-notoSerif);
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: 0.45px;
  text-align: center;
  color: #272727;
}
@media screen and (max-width: 991px) {
  #page-1 #section-1 .text p {
    font-size: 1.12rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  #page-1 #section-1 .text p {
    font-size: 1.4rem;
  }
  #page-1 #section-1 .text p span {
    display: block;
  }
}
#page-1 #section-1 p {
  font-size: 1.25rem;
}
#page-1 #section-1 .info h3 {
  font-family: var(--font-family-notoSerif);
  font-size: 2.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: 0.9px;
  text-align: center;
  color: #000;
}
#page-1 #section-1 .info h3 span {
  font-family: var(--font-family-helvetica);
}
#page-1 #section-1 .info .f-en {
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #948e89;
}
#page-1 #section-1 .info > p {
  font-size: 0.95rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 640px) {
  #page-1 #section-1 .info > p {
    font-size: 1.2rem;
    letter-spacing: -1px;
  }
  #page-1 #section-1 .info > p span {
    display: block;
  }
}
#page-1 #section-1 .release-date {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #page-1 #section-1 .release-date {
    font-size: 1.5rem;
  }
}
#page-1 #section-2 {
  background-color: #e7d7c4;
  padding-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  #page-1 #section-2 {
    padding-bottom: 4rem;
  }
}
#page-1 #section-2 .container {
  width: 1300px;
  background-color: #fff;
  padding: 7rem 7rem 2rem;
}
@media screen and (max-width: 1400px) {
  #page-1 #section-2 .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  #page-1 #section-2 .container {
    width: 1000px;
    padding: 5rem 3rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-2 .container {
    width: 100%;
    padding: 5rem 4rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  #page-1 #section-2 .container {
    padding: 5rem 2rem 2rem;
  }
}
#page-1 #section-2 .container > img {
  display: block;
  margin: 3rem auto 4rem;
}
@media screen and (max-width: 991px) {
  #page-1 #section-2 .container > img {
    width: 100%;
    max-width: 410px;
    margin: 3rem auto 4rem 0;
  }
}
@media screen and (max-width: 640px) {
  #page-1 #section-2 .container > img {
    max-width: 100%;
    position: relative;
    left: -2rem;
  }
}
@media screen and (max-width: 460px) {
  #page-1 #section-2 .container > img {
    max-width: 107%;
    width: 107%;
  }
}
#page-1 #section-2 .flex-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  #page-1 #section-2 .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  #page-1 #section-2 .flex-wrap:nth-of-type(1) img {
    width: 483px;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-2 .flex-wrap:nth-of-type(1) img {
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 1200px) {
  #page-1 #section-2 .flex-wrap:nth-of-type(2) img {
    width: 469px;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-2 .flex-wrap:nth-of-type(2) img {
    margin: 4rem auto 1rem;
  }
}
@media screen and (max-width: 1200px) {
  #page-1 #section-2 .flex-wrap:nth-of-type(3) img {
    width: 720px;
  }
}
#page-1 #section-2 .flex-wrap:nth-of-type(4) .text {
  width: 51%;
}
@media screen and (max-width: 1200px) {
  #page-1 #section-2 .flex-wrap:nth-of-type(4) .text {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-2 .flex-wrap:nth-of-type(4) .text {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #page-1 #section-2 .flex-wrap:nth-of-type(4) img {
    width: 341px;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-2 .flex-wrap:nth-of-type(4) img {
    width: 270px;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-2 .flex-wrap:nth-of-type(4) img {
    width: 200px !important;
  }
}
@media screen and (max-width: 640px) {
  #page-1 #section-2 .flex-wrap > img {
    width: 100% !important;
  }
}
#page-1 #section-2 .text > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.4px;
  color: #434343;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  #page-1 #section-2 .text > p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
#page-1 #section-2 .text h4 {
  font-size: 0.85rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.35px;
  text-align: left;
  color: #9a663a;
}
@media screen and (max-width: 640px) {
  #page-1 #section-2 .text h4 {
    font-size: 1.2rem;
  }
}
#page-1 #section-2 .text .f-small {
  font-size: 0.85rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.35px;
  text-align: left;
  color: #434343;
}
@media screen and (max-width: 640px) {
  #page-1 #section-2 .text .f-small {
    font-size: 1.2rem;
  }
}
#page-1 #section-3 {
  background-color: #e7d7c4;
  padding-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 {
    padding: 0 1.5rem 3rem;
  }
}
#page-1 #section-3 .container {
  width: 1300px;
  background-color: #fff;
  padding: 4rem 4rem 4rem;
}
@media screen and (max-width: 1400px) {
  #page-1 #section-3 .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  #page-1 #section-3 .container {
    width: 1000px;
    padding: 2rem 2rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .container {
    width: 100%;
    padding: 3rem 1.5rem 1rem;
  }
}
#page-1 #section-3 h2 {
  font-family: var(--font-family-helvetica);
  font-size: 2.4rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  #page-1 #section-3 h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 h2 {
    width: 26rem;
    margin: 0 auto 3rem;
  }
}
#page-1 #section-3 .looks-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap {
    border: solid 1px #e7d7c4;
    padding: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  #page-1 #section-3 .looks-wrap {
    margin-bottom: 0.5rem;
  }
}
#page-1 #section-3 .looks-wrap > img {
  width: 350px;
}
@media screen and (max-width: 1200px) {
  #page-1 #section-3 .looks-wrap > img {
    width: 315px;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap > img {
    width: 100%;
    max-width: 486px;
  }
}
#page-1 #section-3 .looks-wrap .prods-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 360px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: solid 1px #e7d7c4;
  padding: 1.5rem 0 2rem;
}
@media screen and (max-width: 1200px) {
  #page-1 #section-3 .looks-wrap .prods-group {
    width: calc(100% - 323px);
    padding: 1.5rem 0 0;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .prods-group {
    width: 100%;
    padding: 3.5rem 0 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page-1 #section-3 .looks-wrap .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 1px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .group {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  #page-1 #section-3 .looks-wrap .group {
    width: 90%;
    margin: 0 auto;
  }
  #page-1 #section-3 .looks-wrap .group.order .mo1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #page-1 #section-3 .looks-wrap .group.order .mo2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #page-1 #section-3 .looks-wrap .group.order .mo3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#page-1 #section-3 .looks-wrap .group h3 {
  width: 80%;
  font-family: var(--font-family-notoSerif-helvetica);
  font-size: 1.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
  border-radius: 50px;
  background-color: #e7d7c4;
  margin: 0 auto 1rem;
  padding: 0.5rem 0 0.5rem;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .group h3 {
    width: 340px;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 640px) {
  #page-1 #section-3 .looks-wrap .group h3 {
    width: 90%;
    font-size: 1.6rem;
    padding: 0.7rem 0 0.7rem;
  }
}
#page-1 #section-3 .looks-wrap .group:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #e7d7c4;
  position: absolute;
  top: 10%;
  right: 1px;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .group:first-child::after {
    display: none;
  }
}
#page-1 #section-3 .looks-wrap .prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .prod {
    width: 300px !important;
    margin: 0 auto 2rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  #page-1 #section-3 .looks-wrap .prod {
    width: 100% !important;
  }
}
#page-1 #section-3 .looks-wrap .prod:nth-of-type(1) {
  width: 40%;
  margin-left: 10%;
}
@media screen and (max-width: 1200px) {
  #page-1 #section-3 .looks-wrap .prod:nth-of-type(1) {
    width: 43%;
    margin-left: 7%;
    margin-bottom: 1rem;
  }
}
#page-1 #section-3 .looks-wrap .prod:nth-of-type(2) {
  width: 40%;
  margin-right: 10%;
}
@media screen and (max-width: 1200px) {
  #page-1 #section-3 .looks-wrap .prod:nth-of-type(2) {
    width: 43%;
    margin-right: 7%;
    margin-bottom: 1rem;
  }
}
#page-1 #section-3 .looks-wrap .prod:nth-of-type(3) {
  width: 40%;
  margin-left: 10%;
}
@media screen and (max-width: 1200px) {
  #page-1 #section-3 .looks-wrap .prod:nth-of-type(3) {
    width: 43%;
    margin-left: 7%;
  }
}
#page-1 #section-3 .looks-wrap .prod:nth-of-type(4) {
  width: 40%;
  margin-right: 10%;
}
@media screen and (max-width: 1200px) {
  #page-1 #section-3 .looks-wrap .prod:nth-of-type(4) {
    width: 43%;
    margin-right: 7%;
  }
}
#page-1 #section-3 .looks-wrap .prod.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 10% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .prod.full {
    width: 300px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto 2rem;
  }
}
#page-1 #section-3 .looks-wrap .prod.full img {
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #page-1 #section-3 .looks-wrap .prod.full img {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .prod.full img {
    width: 120px;
    margin: 0 3rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  #page-1 #section-3 .looks-wrap .prod.full img {
    width: 100px;
  }
}
#page-1 #section-3 .looks-wrap .prod.full > div {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .prod.full > div {
    text-align: left;
  }
}
#page-1 #section-3 .looks-wrap .prod.full > p {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .prod.full > p {
    text-align: left;
  }
}
#page-1 #section-3 .looks-wrap .prod > img {
  display: block;
  width: initial;
  margin: 0 auto 1rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #page-1 #section-3 .looks-wrap .prod > img {
    max-width: 71%;
    width: initial;
  }
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .prod > img {
    max-width: initial;
    width: 120px;
    margin: 0 3rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  #page-1 #section-3 .looks-wrap .prod > img {
    width: 100px;
  }
}
#page-1 #section-3 .looks-wrap .prod > img.r1 {
  right: -1.2rem;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .prod > img.r1 {
    right: -1rem;
  }
}
#page-1 #section-3 .looks-wrap .prod > img.r2 {
  right: -2rem;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .prod > img.r2 {
    right: -1rem;
  }
}

#page-1 #section-3 .looks-wrap .prod p {
  font-family: var(--font-family-notoSerif);
  font-size: 0.95rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000;
}
#page-1 #section-3 .looks-wrap .prod p span{
  font-family:
    "Noto Serif JP",
    "Noto Serif TC",
    "Hiragino Mincho ProN",
    "Yu Mincho",
    serif;
}
@media screen and (max-width: 991px) {
  #page-1 #section-3 .looks-wrap .prod p {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  #page-1 #section-3 .looks-wrap .prod p {
    font-size: 1.6rem;
  }
}

#page-2 #section-kv {
  height: calc(100vh - 140px);
  min-height: 800px;
  background: url(../images/p2-kv-bg.png) no-repeat center top/auto 100%;
  background-color: #dfdee0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-2 #section-kv {
    background: none;
    min-height: initial;
    height: initial;
  }
  #page-2 #section-kv img {
    display: block;
    width: 100%;
  }
}
#page-2 #section-kv h1 {
  display: none;
}
#page-2 #section-kv .mob {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #page-2 #section-kv .mob {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #page-2 #section-kv .dsk {
    display: none !important;
  }
}
#page-2 #section-1 {
  background-color: #dfdee0;
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #page-2 #section-1 {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-1 .container {
    padding: 0 1rem;
  }
}
#page-2 #section-1 h2 {
  margin-bottom: 2rem;
}
#page-2 #section-1 h2 p {
  font-family: var(--font-family-notoSerif);
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.53;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  #page-2 #section-1 h2 p {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-1 h2 p {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-1 .text {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  #page-2 #section-1 .text {
    padding: 0 1rem;
  }
}
#page-2 #section-1 .text p {
  font-family: var(--font-family-notoSerif);
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: 0.45px;
  text-align: center;
  color: #272727;
}
@media screen and (max-width: 991px) {
  #page-2 #section-1 .text p {
    font-size: 1.12rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-1 .text p:first-of-type {
    white-space: nowrap;
  }
  #page-2 #section-1 .text p {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  #page-2 #section-1 .text p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #page-2 #section-1 .text p span {
    display: block;
  }
}
#page-2 #section-1 p {
  font-size: 1.25rem;
}
#page-2 #section-1 .info h3 {
  font-family: var(--font-family-notoSerif);
  font-size: 2.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: 0.9px;
  text-align: center;
  color: #000;
}
#page-2 #section-1 .info h3 span {
  font-family: var(--font-family-helvetica);
}
@media screen and (max-width: 768px) {
  #page-2 #section-1 .info h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-1 .info h3 {
    font-size: 2.3rem;
  }
}
#page-2 #section-1 .info .f-en {
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #948e89;
}
@media screen and (max-width: 768px) {
  #page-2 #section-1 .info .f-en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-1 .info .f-en {
    font-size: 1.2rem;
  }
}
#page-2 #section-1 .info > p {
  font-size: 1.1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  #page-2 #section-1 .info > p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-1 .info > p {
    font-size: 1.2rem;
  }
}
#page-2 #section-1 .release-date {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #page-2 #section-1 .release-date {
    font-size: 1.5rem;
  }
}
#page-2 #section-2 img {
  display: block;
  width: 100%;
}
#page-2 #section-3 {
  background-color: #e9d7c1;
  padding: 5rem 0 3rem;
}
@media screen and (max-width: 768px) {
  #page-2 #section-3 {
    padding: 3rem 0 1.5rem;
  }
}
#page-2 #section-3 .container {
  width: 1300px;
}
@media screen and (max-width: 1400px) {
  #page-2 #section-3 .container {
    width: 1190px;
  }
}
@media screen and (max-width: 1200px) {
  #page-2 #section-3 .container {
    width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .container {
    width: 640px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-3 .container {
    width: calc(100% - 2rem);
    padding: 0;
  }
}
#page-2 #section-3 .prod-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 6rem 3rem 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-2 #section-3 .prod-wrap .f-bline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page-2 #section-3 .prod-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .prod-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page-2 #section-3 .prod-wrap.reverse .info-wrap {
  margin-left: 0;
  margin-right: 3rem;
}
@media screen and (max-width: 1400px) {
  #page-2 #section-3 .prod-wrap.reverse .info-wrap {
    margin-left: 0;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  #page-2 #section-3 .prod-wrap.reverse .info-wrap {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .prod-wrap.reverse .info-wrap {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#page-2 #section-3 .prod-wrap.reverse .pic-wrap {
  margin-left: 3rem;
}
@media screen and (max-width: 1400px) {
  #page-2 #section-3 .prod-wrap.reverse .pic-wrap {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  #page-2 #section-3 .prod-wrap.reverse .pic-wrap {
    position: relative;
    margin-left: 0;
  }
  #page-2 #section-3 .prod-wrap.reverse .pic-wrap img {
    position: relative;
    left: -2rem;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .prod-wrap.reverse .pic-wrap {
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #page-2 #section-3 .prod-wrap.reverse .pic-wrap img {
    left: 0;
  }
}
#page-2 #section-3 .prod-wrap.purple {
  padding-bottom: 10rem;
}
#page-2 #section-3 .prod-wrap.purple .info-wrap .new {
  color: #9f657d;
}
#page-2 #section-3 .prod-wrap.purple .info-wrap .new span {
  background-color: #9f657d;
}
#page-2 #section-3 .prod-wrap.purple .info-wrap h3 {
  color: #9f657d;
}
#page-2 #section-3 .prod-wrap.purple .f-point-title {
  color: #9f657d;
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .prod-wrap.purple {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .prod-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 3.5rem 6rem;
  }
  #page-2 #section-3 .prod-wrap:first-of-type {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-3 .prod-wrap {
    padding: 3rem 2rem 5rem;
  }
}
#page-2 #section-3 .info-wrap {
  width: calc(50% - 5rem);
  margin-left: 3rem;
}
@media screen and (max-width: 1400px) {
  #page-2 #section-3 .info-wrap {
    width: calc(50% - 2rem);
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  #page-2 #section-3 .info-wrap {
    width: calc(100% - 465px);
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .info-wrap {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#page-2 #section-3 .info-wrap h3 {
  font-family: var(--font-family-notoSerif);
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: 0.6px;
  text-align: left;
  color: #bc7c50;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .info-wrap h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  #page-2 #section-3 .info-wrap > p {
    font-size: 0.95rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .info-wrap > p {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-3 .info-wrap > p {
    font-size: 1.2rem;
    letter-spacing: 0px;
  }
  #page-2 #section-3 .info-wrap > p span {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  #page-2 #section-3 .info-wrap > p {
    letter-spacing: -0.5px;
  } 
}

#page-2 #section-3 .pic-wrap {
  width: 490px;
}
@media screen and (max-width: 1200px) {
  #page-2 #section-3 .pic-wrap {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .pic-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#page-2 #section-3 .pic-wrap img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #page-2 #section-3 .pic-wrap img {
    width: 110%;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .pic-wrap img {
    max-width: 420px;
    display: block;
    margin: 0 auto 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-3 .pic-wrap img {
    max-width: 240px;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 1200px) {
  #page-2 #section-3 .pic-wrap > p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .pic-wrap > p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-3 .pic-wrap > p {
    font-size: 1.2rem;
  }
  #page-2 #section-3 .pic-wrap > p span {
     display: block;
  }
}
#page-2 #section-3 .pt-info .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #bc7c50;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  #page-2 #section-3 .pt-info .new {
    white-space: nowrap;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .pt-info .new {
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  #page-2 #section-3 .pt-info .new {
    font-size: 1.3rem;
  }
}
#page-2 #section-3 .pt-info .new span {
  display: inline-block;
  background-color: #bc7c50;
  color: #fff;
  padding: 0.3rem 1.7rem 0.3rem;
  margin-right: 1rem;
}
@media screen and (max-width: 640px) {
  #page-2 #section-3 .pt-info .new span {
    padding: 0.3rem 1rem 0.3rem;
    margin-right: 0.5rem;
  }
}
#page-2 #section-3 .pt-info h2 {
  font-family: var(--font-family-notoSerif);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #000;
  margin-bottom: 0.7rem;
}
#page-2 #section-3 .pt-info h2 small {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 1200px) {
  #page-2 #section-3 .pt-info h2 small {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .pt-info h2 small {
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-3 .pt-info h2 small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 370px) {
  #page-2 #section-3 .pt-info h2 small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-3 .pt-info h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-3 .pt-info h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 370px) {
  #page-2 #section-3 .pt-info h2 {
    font-size: 2rem;
  }
}
#page-2 #section-3 .pt-info > p {
  font-size: 0.95rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 640px) {
  #page-2 #section-3 .pt-info > p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-3 .pt-info > p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-3 .f-point-title {
    font-size: 1.4rem;
    line-height: 1;
  }
}
#page-2 #section-4 {
  background-color: #dfdee0;
  padding: 3rem 0 6rem;
}
@media screen and (max-width: 640px) {
  #page-2 #section-4 {
    padding: 2rem 0 4rem;
  }
}
#page-2 #section-4 h2 {
  font-family: var(--font-family-notoSerif);
  font-size: 2.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 1.8px;
  text-align: center;
  color: #a2a2a2;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640px) {
  #page-2 #section-4 h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 0 1.5rem;
  }
}
#page-2 #section-4 .container {
  width: 1300px;
  background-color: #fff;
  padding: 5rem 6rem 7rem;
}
@media screen and (max-width: 1400px) {
  #page-2 #section-4 .container {
    width: 1150px;
    padding: 5rem 3rem 7rem;
  }
}
@media screen and (max-width: 1200px) {
  #page-2 #section-4 .container {
    width: 950px;
    padding: 5rem 6rem 7rem;
  }
}
@media screen and (max-width: 991px) {
  #page-2 #section-4 .container {
    width: 640px;
    padding: 5rem 6rem 7rem;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-4 .container {
    width: calc(100% - 2rem);
    padding: 3rem 4rem 7rem;
  }
}
#page-2 #section-4 .swiper-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#page-2 #section-4 .swiper-slide img {
  display: block;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1200px) {
  #page-2 #section-4 .swiper-slide img {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-4 .swiper-slide img {
    max-width: 75%;
    display: block;
    margin: 0 auto;
  }
}
#page-2 #section-4 .swiper-slide > p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: justify;
  color: #707070;
}
@media screen and (max-width: 640px) {
  #page-2 #section-4 .swiper-slide > p {
    font-size: 1.2rem;
  }
}
#page-2 #section-4 .swiper-slide .info {
  margin-bottom: 1.5rem;
}
#page-2 #section-4 .swiper-slide .info h3 {
  font-family: var(--font-family-notoSerif);
  font-size: 1.55rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.63px;
  text-align: left;
  color: #000;
}
#page-2 #section-4 .swiper-slide .info h3 .f-en {
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  #page-2 #section-4 .swiper-slide .info h3 {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-4 .swiper-slide .info h3 {
    font-size: 1.9rem;
  }
}
#page-2 #section-4 .swiper-slide .info > p {
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.38px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 991px) {
  #page-2 #section-4 .swiper-slide .info > p {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-4 .swiper-slide .info > p {
    font-size: 1.2rem;
  }
}
#page-2 #section-4 .swiper-slide .info > .f-en {
  font-size: 1.05rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #948e89;
}
@media screen and (max-width: 991px) {
  #page-2 #section-4 .swiper-slide .info > .f-en {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #page-2 #section-4 .swiper-slide .info > .f-en {
    font-size: 1.2rem;
  }
}
#page-2 #section-4 .swiper-pagination {
  bottom: -4rem;
}
#page-2 #section-4 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
#page-2 #section-4 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#page-2 #section-4 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}

#page-3 {
  background-color: #fff;
}
#page-3 #section-kv {
  height: calc(100vh - 140px);
  min-height: 600px;
  background: url(../images/p3-kv-bg.png) no-repeat center top/auto 100%;
  background-color: #dfdee0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-3 #section-kv {
    background: none;
    min-height: initial;
    height: initial;
  }
}
#page-3 #section-kv .container {
  position: relative;
  height: 100%;
}
#page-3 #section-kv h1 {
  display: none;
}
#page-3 #section-kv .slogan {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: 67.487%;
}
#page-3 #section-kv .pt {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: auto;
  height: 44.38%;
}
#page-3 #section-kv .mob {
  width: 100%;
  display: none !important;
}
@media screen and (max-width: 768px) {
  #page-3 #section-kv .mob {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #page-3 #section-kv .dsk {
    display: none !important;
  }
}
#page-3 #section-1 {
  padding-top: 3rem;
}
#page-3 #section-1 h2 {
  font-family: var(--font-family-notoSerif);
  font-size: 2.9rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 3.6px;
  text-align: center;
  color: #000;
  margin-bottom: 1rem;
}
#page-3 #section-1 .container {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.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: calc(100% - 40px);
  }
}
@media screen and (max-width: 640px) {
  #page-3 #section-1 .container {
    width: calc(100% - 20px);
  }
}
#page-3 #section-1 .prod-item {
  width: 33.33%;
  position: relative;
  padding: 80px 30px 45px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 1200px) {
  #page-3 #section-1 .prod-item {
    padding: 80px 15px 45px;
  }
}
@media screen and (max-width: 991px) {
  #page-3 #section-1 .prod-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#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;
  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%);
      -ms-transform: translateX(-6%);
          transform: translateX(-6%);
  top: -1rem;
}
@media screen and (max-width: 1200px) {
  #page-3 #section-1 .prod-item.p1 > img {
    -webkit-transform: translateX(-7%);
        -ms-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@media screen and (max-width: 640px) {
  #page-3 #section-1 .prod-item.p1 > img {
    -webkit-transform: none;
        -ms-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%);
      -ms-transform: translateX(-8%);
          transform: translateX(-8%);
  top: -0.7rem;
}
@media screen and (max-width: 1200px) {
  #page-3 #section-1 .prod-item.p2 > img {
    -webkit-transform: translateX(-7%);
        -ms-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@media screen and (max-width: 640px) {
  #page-3 #section-1 .prod-item.p2 > img {
    -webkit-transform: none;
        -ms-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: 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%);
      -ms-transform: translateX(-8%);
          transform: translateX(-8%);
  top: -0.6rem;
}
@media screen and (max-width: 1200px) {
  #page-3 #section-1 .prod-item.p3 > img {
    -webkit-transform: translateX(-7%);
        -ms-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@media screen and (max-width: 640px) {
  #page-3 #section-1 .prod-item.p3 > img {
    -webkit-transform: none;
        -ms-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: 9%;
  left: 64%;
}
@media screen and (max-width: 991px) {
  #page-3 #section-1 .prod-item.p4.hot::before {
    left: 25%;
  }
}
@media screen and (max-width: 640px) {
  #page-3 #section-1 .prod-item.p4.hot::before {
    top: 19%;
  }
}
#page-3 #section-1 .prod-item.p4 > img {
  -webkit-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
          transform: translateX(-15%);
}
@media screen and (max-width: 640px) {
  #page-3 #section-1 .prod-item.p4 > img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#page-3 #section-1 .prod-item.p5.hot::before {
  top: 8.5%;
  left: 64%;
}
@media screen and (max-width: 991px) {
  #page-3 #section-1 .prod-item.p5.hot::before {
    top: 10.5%;
    left: 24.5%;
  }
}
#page-3 #section-1 .prod-item.p5 > img {
  -webkit-transform: translateX(-14%);
      -ms-transform: translateX(-14%);
          transform: translateX(-14%);
}
@media screen and (max-width: 640px) {
  #page-3 #section-1 .prod-item.p5 > img {
    -webkit-transform: none;
        -ms-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: calc(100% - 20px);
    height: 1px;
    background-color: #dedede;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  #page-3 #section-1 .prod-item.p6 h3 {
    margin-bottom: 2.5rem;
  }
  #page-3 #section-1 .prod-item.p6 h3 > small {
    font-size: 1.2rem;
    display: block;
    position: absolute;
    bottom: -1.8rem;
  }
}
#page-3 #section-1 .prod-item.p6 > img {
  top: -1rem;
}
@media screen and (max-width: 640px) {
  #page-3 #section-1 .prod-item.p7 {
    margin-top: 2rem;
  }
}
#page-3 #section-1 .prod-item.p7 > img {
  -webkit-transform: translateX(-16%);
      -ms-transform: translateX(-16%);
          transform: translateX(-16%);
  margin-bottom: -1.5rem;
}
@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;
        -ms-transform: none;
            transform: none;
  }
}
#page-3 #section-1 .prod-item.p7.hot::before {
  top: 18%;
  left: 53%;
}
@media screen and (max-width: 991px) {
  #page-3 #section-1 .prod-item.p7.hot::before {
    top: 28%;
    left: 23%;
  }
}
#page-3 #section-1 .prod-item.p8 > img {
  -webkit-transform: translateX(-12%);
      -ms-transform: translateX(-12%);
          transform: translateX(-12%);
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 640px) {
  #page-3 #section-1 .prod-item.p8 > img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#page-3 #section-1 .prod-item.p9 > img {
  -webkit-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
          transform: translateX(-15%);
  margin-bottom: -1.5rem;
  top: -1.5rem;
}
@media screen and (max-width: 640px) {
  #page-3 #section-1 .prod-item.p9 > img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#page-3 #section-1 .prod-item > img {
  display: block;
  margin: 0 auto 0;
  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;
}
#page-3 #section-1 .prod-item .info small {
  font-size: 0.8rem;
}
@media screen and (max-width: 991px) {
  #page-3 #section-1 .prod-item .info small {
    font-size: 1rem;
  }
}
@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: 1rem;
  }
}
#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: 0.7rem;
  }
}
#page-3 #section-1 .prod-item h3 small {
  display: inline-block;
  font-size: 0.9rem;
}
@media screen and (max-width: 1200px) {
  #page-3 #section-1 .prod-item h3 small {
    font-size: 0.9rem;
  }
}
#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: 0.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.2rem;
    line-height: 1.35;
    letter-spacing: 0px;
  }
}
#page-3 #section-2 {
  padding: 44px 0 60px;
  background-color: #f3f7fb;
}
#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: 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: #dacebe;
  margin: 0 auto 3px;
}
@media screen and (max-width: 991px) {
  #page-3 #section-2 .vip-wrap h2 {
    display: block;
    width: calc(100% - 64px);
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 640px) {
  #page-3 #section-2 .vip-wrap h2 {
    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: -ms-flexbox;
  display: flex;
  margin: 10px auto 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-3 #section-2 .vip-wrap ul li {
  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: 0;
  }
  #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:last-of-type img {
  position: relative;
  bottom: -0.7rem;
}
#page-3 #section-2 .vip-wrap ul li img {
  display: block;
  margin: 0 auto;
}
@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%);
        -ms-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%);
        -ms-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: 0.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: calc(100% - 42px);
    font-size: 1.2rem;
  }
}