@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("all.css");
@import url("content.css");
@import url("contentbuilder.css");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

input, button, textarea {
  outline: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a {
  color: #666;
}

@font-face {
  font-family: "Cremore";
  src: url("../fonts/Cremore-BF68b7670c5a38c.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay-Variable.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MantouSans";
  src: url("../fonts/MantouSans-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ChironGoRoundTC600";
  src: url("../fonts/ChironGoRoundTC-600SB.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ChironGoRoundTC500";
  src: url("../fonts/ChironGoRoundTC-500M.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ChironGoRoundTC400";
  src: url("../fonts/ChironGoRoundTC-400R.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Noto Sans TC", serif;
  line-height: 1.5;
  background-color: #f7f7f1;
  color: #333;
  font-weight: 400;
}
body ul {
  list-style-type: disc;
  padding-left: 30px;
}
body ol {
  list-style: auto;
  padding-left: 30px;
}

input, textarea {
  font-size: 16px;
  color: #929292;
}

img {
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .row {
    margin: 0;
  }
}

.zoomImg {
  overflow: hidden;
  position: relative;
}
.zoomImg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.5s background-color;
}
.zoomImg img {
  display: block;
  transform: scale(1);
  transition: 0.8s;
}
.zoomImg:hover img {
  transform: scale(1.15);
  transition: 0.8s;
}
.zoomImg:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.5s background-color;
}

.table {
  position: relative;
  background: url("../img/tableBg.png") no-repeat center/cover;
  background-color: #FFF5DE;
  overflow: hidden;
  padding-top: 8%;
  z-index: 2;
}
@media (max-width: 576px) {
  .table {
    padding-top: 80px;
  }
}
.table::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FFF5DE;
  opacity: 0.8;
  pointer-events: none;
}
.table .tableBottom {
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .table .tableBottom {
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .table .tableBottom img {
    width: 768px;
    max-width: initial;
  }
}
.table .title2 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 24px 0;
}
.table .title {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 576px) {
  .table .title {
    padding: 0 32px;
    margin-bottom: 40px;
  }
}
.table .container {
  max-width: 1622px;
  margin: auto;
  position: relative;
  padding: 0 20px;
  padding-top: 4%;
  z-index: 2;
}
.table .container .row .col {
  padding: 0 40px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .table .container .row .col {
    padding: 0 20px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .table .container .row .col {
    padding: 0 12px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.table .container .row .col .art {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  font-family: "ChironGoRoundTC600", sans-serif;
  margin-bottom: 16px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 768px) {
  .table .container .row .col .art {
    font-size: 20px;
  }
}
.table .container .row .col .art strong {
  font-size: 20px;
}
@media (max-width: 768px) {
  .table .container .row .col .art strong {
    font-size: 16px;
  }
}
.table .container .row .col .art span {
  color: #AF3232;
  padding: 0 4px;
  font-size: 20px;
}
.table .container .row .col .inputCol {
  border-bottom: solid 1px #333;
  padding-bottom: 12px;
}
.table .container .row .col .inputCol input {
  width: 100%;
  border: none;
  background-color: transparent;
  font-family: "ChironGoRoundTC400", sans-serif;
  color: #A3A3A3;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .table .container .row .col .inputCol input {
    font-size: 18px;
  }
}
.table .container .row .col .inputCol input::-moz-placeholder {
  font-family: "ChironGoRoundTC400", sans-serif;
  color: #A3A3A3;
  font-size: 20px;
  font-weight: 400;
}
.table .container .row .col .inputCol input::placeholder {
  font-family: "ChironGoRoundTC400", sans-serif;
  color: #A3A3A3;
  font-size: 20px;
  font-weight: 400;
}
.table .container .row .col .inputCol select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 20px;
  font-family: "ChironGoRoundTC400", sans-serif;
  color: #A3A3A3;
  font-size: 20px;
  font-weight: 400;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M13.7454 19C12.9697 20.3333 11.0303 20.3333 10.2546 19L3.27302 7C2.49729 5.66667 3.46696 4 5.01842 4L18.9816 4C20.533 4 21.5027 5.66667 20.727 7L13.7454 19Z" fill="%23AF3232"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px;
  cursor: pointer;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .table .container .row .col .inputCol select {
    background-size: 16px 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"><path d="M13.7454 19C12.9697 20.3333 11.0303 20.3333 10.2546 19L3.27302 7C2.49729 5.66667 3.46696 4 5.01842 4L18.9816 4C20.533 4 21.5027 5.66667 20.727 7L13.7454 19Z" fill="%23AF3232"/></svg>');
  }
}
.table .container .checkRow {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 36px;
  color: #333;
  font-family: "ChironGoRoundTC500", sans-serif;
}
@media (max-width: 576px) {
  .table .container .checkRow {
    padding-top: 36px;
    padding-bottom: 16px;
  }
}
@media (max-width: 360px) {
  .table .container .checkRow {
    font-size: 14px;
  }
}
.table .container .sendWrap {
  margin-top: 36px;
  text-align: center;
  margin-bottom: 114px;
}
@media (max-width: 576px) {
  .table .container .sendWrap {
    margin-top: 24px;
    margin-bottom: 60px;
  }
}
.table .container .sendWrap button {
  display: inline-block;
  padding: 20px 60px;
  background-color: #af3232;
  color: #FFF6EB;
  font-family: "MantouSans", sans-serif;
  border-radius: 3rem;
  letter-spacing: 3.6px;
  font-size: 36px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .table .container .sendWrap button {
    font-size: 24px;
    padding: 12px 42px;
  }
}

.discounts {
  position: relative;
  background-image: url("../img/discountsBg.jpg");
  padding: 79px 169px;
  background-size: cover;
  transition: 1s padding;
}
@media (max-width: 960px) {
  .discounts {
    padding: 0;
  }
}
.discounts .clip {
  overflow: hidden;
  clip-path: polygon(5% 0, 95% 0, 95% 100%, 5% 100%);
  transition: 1s clip-path;
}
@media (max-width: 960px) {
  .discounts .clip {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.discounts .art {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  clip-path: polygon(5% 0, 95% 0, 95% 100%, 5% 100%);
  overflow: hidden;
}
@media (max-width: 960px) {
  .discounts .art {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .discounts .art {
    display: none;
  }
}
.discounts .art img {
  margin: auto;
}
.discounts .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .discounts .img .pc {
    display: none;
  }
}
.discounts .img .xs {
  display: none;
}
@media (max-width: 576px) {
  .discounts .img .xs {
    display: block;
  }
}
.discounts:hover {
  padding: 0px;
}
.discounts:hover .clip {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.banner {
  background-color: #AF3232;
  position: relative;
}
.banner figure {
  padding: 8px;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 960px) {
  .banner figure {
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .banner figure {
    padding: 0;
  }
}
.banner figure img {
  display: block;
  margin: auto;
}
.banner figure .contactXsBtn {
  display: none;
}
@media (max-width: 576px) {
  .banner figure .contactXsBtn {
    display: block;
    position: absolute;
    width: 70%;
    height: 44px;
    left: 15%;
    bottom: 60px;
  }
}
@media (max-width: 960px) {
  .banner figure .pc {
    display: none;
  }
}
.banner figure .sm {
  display: none;
}
@media (max-width: 960px) {
  .banner figure .sm {
    display: block;
  }
}
@media (max-width: 576px) {
  .banner figure .sm {
    display: none;
  }
}
.banner figure .smImg {
  max-width: 56%;
  margin-top: 40px;
}
.banner figure .xs {
  display: none;
}
@media (max-width: 576px) {
  .banner figure .xs {
    display: block;
  }
}
.banner .header {
  padding: 60px 54px;
  padding-right: 100px;
}
@media (max-width: 1100px) {
  .banner .header {
    padding: 32px 24px;
  }
}
.banner .header .menuBtn {
  display: none;
}
@media (max-width: 1024px) {
  .banner .header .menuBtn {
    position: fixed;
    z-index: 99;
    right: 32px;
    top: 32px;
    color: #FFF5DE;
    font-size: 32px;
    line-height: 32px;
  }
}
.banner .header .row {
  justify-content: space-between;
  align-items: center;
}
.banner .header .fillOn {
  display: flex;
  width: 537px;
  padding: 20px;
  align-items: center;
  gap: 32px;
  border-radius: 99px;
  border: 2px solid #FFF5DE;
  transition: all 1s;
  cursor: pointer;
  justify-content: center;
}
@media (max-width: 1440px) {
  .banner .header .fillOn {
    transform: scale(0.7);
  }
}
@media (max-width: 1280px) {
  .banner .header .fillOn {
    transform: scale(1);
    flex: 0 0 40%;
  }
}
@media (max-width: 1024px) {
  .banner .header .fillOn {
    padding: 8px;
    flex: 0 0 38%;
  }
}
@media (max-width: 960px) {
  .banner .header .fillOn {
    display: none;
  }
}
.banner .header .fillOn span {
  font-family: "MantouSans", sans-serif;
  color: #FFF5DE;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: 2px;
}
@media (max-width: 1280px) {
  .banner .header .fillOn span {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .banner .header .fillOn img {
    max-width: 40px;
    position: relative;
    top: 8px;
  }
}
.banner .header .fillOn:hover {
  background-color: #FFF5DE;
}
.banner .header .fillOn:hover span {
  color: #AF3232;
}
@media (max-width: 1280px) {
  .banner .header .logo {
    order: -1;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 36px;
  }
}
@media (max-width: 1280px) {
  .banner .menu {
    flex: 0 0 60%;
  }
}
@media (max-width: 1024px) {
  .banner .menu {
    flex: 0 0 62%;
  }
}
@media (max-width: 960px) {
  .banner .menu {
    position: fixed;
    top: 0;
    background-color: #AF3232;
    height: 100vh;
    width: 360px;
    right: 0;
    z-index: 99;
    padding: 36px;
    right: -360px;
    transition: 0.8s all;
  }
}
.banner .menu .close {
  position: absolute;
  display: none;
  right: 32px;
  top: 32px;
}
@media (max-width: 960px) {
  .banner .menu .close {
    display: block;
    color: #FFF5DE;
    font-size: 24px;
  }
}
.banner .menu .menuLogo {
  display: none;
}
@media (max-width: 960px) {
  .banner .menu .menuLogo {
    display: block;
    padding: 0 16px;
  }
}
.banner .menu ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1280px) {
  .banner .menu ul {
    justify-content: flex-end;
    gap: 32px;
  }
}
@media (max-width: 960px) {
  .banner .menu ul {
    display: block;
    margin-top: 32px;
  }
}
@media (max-width: 960px) {
  .banner .menu ul li {
    padding: 16px;
  }
}
.banner .menu ul li a {
  font-family: "ChironGoRoundTC600", sans-serif;
  color: #FFF5DE;
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 1.44px;
  display: flex;
  align-items: center;
}
.banner .menu ul li a img {
  margin-right: 4px;
}
.banner .menuToggle {
  right: 0;
}
.banner .picture {
  position: absolute;
  z-index: 3;
}
@media (max-width: 1680px) {
  .banner .picture {
    transform: scale(0.7);
  }
}
@media (max-width: 1280px) {
  .banner .picture {
    transform: scale(0.5);
  }
}
@media (max-width: 1024px) {
  .banner .picture {
    transform: scale(1);
  }
}
@media (max-width: 576px) {
  .banner .picture {
    display: none;
  }
}
@media (max-width: 1024px) {
  .banner .picture img {
    max-width: 50%;
    display: block;
  }
}
@media (max-width: 960px) {
  .banner .picture img {
    max-width: 60%;
  }
}
.banner .picture1 {
  top: 35%;
  left: 4%;
}
@media (max-width: 1440px) {
  .banner .picture1 {
    left: -5%;
  }
}
@media (max-width: 1024px) {
  .banner .picture1 {
    left: 4%;
    top: 44%;
  }
}
.banner .picture2 {
  top: 60%;
  left: 4%;
}
@media (max-width: 1024px) {
  .banner .picture2 {
    top: 68%;
  }
}
.banner .picture3 {
  top: 82%;
  left: 0%;
}
@media (max-width: 1024px) {
  .banner .picture3 {
    top: 88%;
  }
}
.banner .picture4 {
  top: 35%;
  right: 4%;
}
@media (max-width: 1280px) {
  .banner .picture4 {
    top: 42%;
  }
}
@media (max-width: 1024px) {
  .banner .picture4 {
    top: 44%;
  }
}
@media (max-width: 1024px) {
  .banner .picture4 img {
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  .banner .picture4 img {
    max-width: 52%;
  }
}
.banner .picture5 {
  top: 60%;
  right: 4%;
}
@media (max-width: 1280px) {
  .banner .picture5 {
    right: 0%;
  }
}
@media (max-width: 1024px) {
  .banner .picture5 {
    right: 4%;
  }
}
@media (max-width: 1024px) {
  .banner .picture5 img {
    margin-left: auto;
  }
}
.banner .picture6 {
  top: 75%;
  right: 20%;
}
@media (max-width: 1280px) {
  .banner .picture6 {
    top: 70%;
    right: 13%;
    transform: scale(0.6);
  }
}
@media (max-width: 1024px) {
  .banner .picture6 {
    transform: scale(1);
    right: 4%;
    top: 78%;
  }
}
@media (max-width: 960px) {
  .banner .picture6 img {
    max-width: 75%;
    margin-left: auto;
    display: block;
  }
}

.productRow {
  background-color: #FFF5DE;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 480px) {
  .productRow {
    padding-bottom: 80px;
  }
}
.productRow .title {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 480px) {
  .productRow .title {
    padding-bottom: 0;
  }
}
.productRow .title img {
  margin: auto;
}
@media (max-width: 576px) {
  .productRow .title img {
    max-width: 40%;
  }
}
.productRow .row {
  margin: 0;
}
@media (max-width: 768px) {
  .productRow .row {
    margin: 0 -12px;
  }
}
@media (max-width: 576px) {
  .productRow .row {
    padding: 32px;
  }
}
.productRow .row .col {
  flex: 0 0 25%;
  max-width: 25%;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1024px) {
  .productRow .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .productRow .row .col {
    padding: 12px;
  }
}
.productRow .row .col img {
  width: 100%;
  aspect-ratio: 480/800;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.productRow .row .col .before {
  display: block;
  opacity: 1;
  transition: 0.8s opacity;
}
@media (max-width: 960px) {
  .productRow .row .col .before {
    display: none;
  }
}
.productRow .row .col .after {
  opacity: 0;
  transition: 0.8s opacity;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 960px) {
  .productRow .row .col .after {
    opacity: 1;
    position: relative;
  }
}
.productRow .row .col:hover .before {
  opacity: 0;
}
.productRow .row .col:hover .after {
  opacity: 1;
  display: block;
}
@media (max-width: 576px) {
  .productRow .row .slick-center {
    transform: scale(1);
  }
}
.productRow .productRowSlick .arrow {
  background-color: transparent;
  border: none;
  position: absolute;
  top: -30px;
  z-index: 3;
}
@media (max-width: 480px) {
  .productRow .productRowSlick .arrow {
    bottom: -30px;
    top: auto;
  }
}
.productRow .productRowSlick .prev {
  left: 32px;
}
@media (max-width: 480px) {
  .productRow .productRowSlick .prev {
    left: calc(50% - 80px);
  }
}
.productRow .productRowSlick .next {
  right: 32px;
}
@media (max-width: 480px) {
  .productRow .productRowSlick .next {
    right: calc(50% - 80px);
  }
}

.introWrap {
  position: relative;
  background: url("../img/introBg.png") no-repeat center/cover;
  background-color: #FFF5DE;
  overflow-x: hidden;
  padding-top: 8%;
  position: relative;
}
@media (max-width: 576px) {
  .introWrap {
    padding-top: 0;
  }
}
.introWrap .creme {
  position: relative;
  left: 11%;
  bottom: -40px;
  z-index: 2;
}
@media (max-width: 1440px) {
  .introWrap .creme {
    left: 18%;
  }
}
@media (max-width: 768px) {
  .introWrap .creme {
    transform: scale(0.77);
    left: 12%;
  }
}
@media (max-width: 700px) {
  .introWrap .creme {
    left: 0;
  }
}
@media (max-width: 576px) {
  .introWrap .creme {
    transform: scale(1);
    left: 0;
    bottom: 40px;
    padding-right: 40px;
    z-index: 9;
  }
}
.introWrap .creme .pc {
  display: block;
}
@media (max-width: 576px) {
  .introWrap .creme .pc {
    display: none;
  }
}
.introWrap .creme .xs {
  display: none;
}
@media (max-width: 576px) {
  .introWrap .creme .xs {
    display: block;
  }
}
.introWrap .article {
  position: absolute;
  top: 17%;
  left: 12%;
  width: 622px;
}
@media (max-width: 1680px) {
  .introWrap .article {
    left: 20%;
  }
}
@media (max-width: 1024px) {
  .introWrap .article {
    left: 253px;
    top: 32%;
  }
}
@media (max-width: 960px) {
  .introWrap .article {
    left: 172px;
    width: calc(100% - 172px);
    padding-right: 24px;
  }
}
@media (max-width: 700px) {
  .introWrap .article {
    left: 0;
    width: 100%;
    padding: 32px;
  }
}
@media (max-width: 425px) {
  .introWrap .article {
    top: 27%;
  }
}
@media (max-width: 960px) {
  .introWrap .article .title img {
    max-width: 60%;
  }
}
.introWrap .article h2 {
  margin-top: 120px;
  font-size: 35.16px;
  font-weight: 700;
  font-family: "ChironGoRoundTC600", sans-serif;
}
@media (max-width: 1280px) {
  .introWrap .article h2 {
    margin-top: 40px;
  }
}
@media (max-width: 960px) {
  .introWrap .article h2 {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .introWrap .article h2 {
    font-size: 20px;
  }
}
.introWrap .article h1 {
  position: relative;
  font-family: "ChironGoRoundTC600", sans-serif;
  font-size: 54.93px;
  color: #AF3232;
  display: flex;
}
@media (max-width: 960px) {
  .introWrap .article h1 {
    font-size: 32px;
  }
}
@media (max-width: 425px) {
  .introWrap .article h1 {
    font-size: 24px;
  }
}
.introWrap .article h1 .icon {
  position: relative;
  top: -40px;
  left: 20px;
}
.introWrap .article p {
  padding-top: 30px;
  font-family: "ChironGoRoundTC400", sans-serif;
  font-size: 22.5px;
  color: #333;
  text-align: justify;
  line-height: 36px;
  letter-spacing: 1.8px;
}
@media (max-width: 960px) {
  .introWrap .article p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 12px;
  }
}
@media (max-width: 425px) {
  .introWrap .article p {
    font-size: 16px;
  }
}
.introWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FFF5DE;
  opacity: 0.8;
  pointer-events: none;
}
.introWrap .nav {
  position: absolute;
  z-index: 99;
  width: 223px;
  top: 163px;
  display: flex;
  padding: 60px 20px 60px 20px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background: rgba(247, 239, 226, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media (max-width: 1280px) {
  .introWrap .nav {
    padding: 12px;
    gap: 12px;
  }
}
@media (max-width: 1024px) {
  .introWrap .nav {
    padding: 28px 20px;
  }
}
@media (max-width: 960px) {
  .introWrap .nav {
    padding: 20px;
    height: 100vh;
    gap: 24px;
    width: 172px;
  }
}
@media (max-width: 700px) {
  .introWrap .nav {
    display: none;
  }
}
.introWrap .nav .section {
  cursor: pointer;
}
.introWrap .nav .section article {
  font-family: "MantouSans", sans-serif;
  color: #AF3232;
  font-size: 27px;
  letter-spacing: 2px;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .introWrap .nav .section article {
    font-size: 20px;
    margin-top: 8px;
  }
}
.introWrap .nav .section figure {
  text-align: center;
}
.introWrap .nav .section figure img {
  margin: auto;
}
@media (max-width: 1024px) {
  .introWrap .nav .section figure img {
    max-width: 70%;
  }
}
.introWrap .navToggle {
  position: fixed;
  top: 0;
  left: 0;
}
.introWrap .introImg {
  position: relative;
  z-index: 2;
}
.introWrap .introImg .intro1 {
  position: absolute;
  right: 0;
  top: 19%;
}
@media (max-width: 1680px) {
  .introWrap .introImg .intro1 {
    right: -100px;
  }
}
@media (max-width: 1440px) {
  .introWrap .introImg .intro1 {
    right: -16%;
  }
}
@media (max-width: 1280px) {
  .introWrap .introImg .intro1 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .introWrap .introImg .intro1 {
    display: block;
    max-width: 40%;
  }
}
@media (max-width: 576px) {
  .introWrap .introImg .intro1 {
    display: none;
  }
}
.introWrap .introImg svg {
  display: block;
  margin-left: auto;
  position: relative;
  right: 150px;
}
@media (max-width: 1440px) {
  .introWrap .introImg svg {
    right: 0;
  }
}
@media (max-width: 700px) {
  .introWrap .introImg svg {
    width: 180%;
  }
}
@media (max-width: 576px) {
  .introWrap .introImg svg #motionPathPC {
    display: none;
  }
}
.introWrap .introImg svg #motionPathMB {
  display: none;
}
@media (max-width: 576px) {
  .introWrap .introImg svg #motionPathMB {
    display: block;
  }
}
.introWrap .introImg .eggTarts {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 9;
  transform: translate(34%, -43%);
}
.introWrap .introImg .eggTarts img {
  width: 440px;
  max-width: initial;
}
@media (max-width: 1100px) {
  .introWrap .introImg .eggTarts img {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .introWrap .introImg .eggTarts img {
    width: 240px;
  }
}
.introWrap .introImg .masked-image {
  width: 50%;
  position: absolute;
  right: 12%;
  top: -2%;
  overflow: hidden;
  aspect-ratio: 935/712;
}
@media (max-width: 1680px) {
  .introWrap .introImg .masked-image {
    right: 0%;
  }
}
@media (max-width: 1440px) {
  .introWrap .introImg .masked-image {
    width: 64%;
    right: -30%;
  }
}
@media (max-width: 1100px) {
  .introWrap .introImg .masked-image {
    display: none;
  }
}
@media (max-width: 1024px) {
  .introWrap .introImg .masked-image {
    display: block;
    right: -37%;
    width: 100%;
    transform: scale(0.8);
    top: -222px;
  }
}
@media (max-width: 576px) {
  .introWrap .introImg .masked-image {
    display: none;
  }
}
.introWrap .introImg .masked-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.8s;
  aspect-ratio: 935/712;
}
@media (max-width: 1440px) {
  .introWrap .introImg .masked-image img {
    position: relative;
  }
}
@media (max-width: 768px) {
  .introWrap .introImg .masked-image img {
    aspect-ratio: 935/1124;
  }
}
.introWrap .introImg .masked-image:hover img {
  transform: scale(1.5);
}
.introWrap .introImg .masked-imageXs {
  display: none;
}
@media (max-width: 576px) {
  .introWrap .introImg .masked-imageXs {
    display: block;
    position: absolute;
    top: 12%;
    right: 0;
    padding: 0 40px;
  }
}
.introWrap .introSlickWrap {
  background-color: #AF3232;
  padding: 73px 99px 13px 100px;
}
@media (max-width: 768px) {
  .introWrap .introSlickWrap {
    padding: 32px;
  }
}
@media (max-width: 576px) {
  .introWrap .introSlickWrap {
    padding: 0px;
  }
}
.introWrap .introSlickWrap .introLine {
  margin-top: 10px;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .introWrap .introSlickWrap .introLine {
    margin: 0;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .introWrap .introSlickWrap .introLine {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .introWrap .introSlickWrap .introLine .pc {
    display: none !important;
  }
}
.introWrap .introSlickWrap .introLine .xs {
  display: none !important;
}
@media (max-width: 576px) {
  .introWrap .introSlickWrap .introLine .xs {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .introWrap .introSlickWrap .introSlick {
    padding: 32px;
  }
}
@media (max-width: 576px) {
  .introWrap .introSlickWrap .introSlick .pc {
    display: none !important;
  }
}
.introWrap .introSlickWrap .introSlick .xs {
  display: none !important;
}
@media (max-width: 576px) {
  .introWrap .introSlickWrap .introSlick .xs {
    display: block !important;
  }
}

.infoWrap {
  position: relative;
  background: url("../img/infoBg.png") no-repeat center/cover;
  background-color: #FFF5DE;
  overflow: hidden;
  padding-top: 8%;
}
.infoWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70.89% 103.44% at 33.96% 34.78%, rgba(212, 98, 13, 0.8) 0%, rgba(255, 245, 222, 0.8) 100%);
  opacity: 0.8;
  pointer-events: none;
}
.infoWrap .marqueeWrap {
  overflow: hidden;
  position: relative;
  z-index: 8;
}
.infoWrap .marqueeWrap .marquee {
  display: flex;
  position: absolute;
  white-space: nowrap;
  position: relative;
  z-index: 8;
}
.infoWrap .marqueeWrap .marquee img {
  display: inline-block;
  width: 3992px;
  max-width: initial;
}
@media (max-width: 1440px) {
  .infoWrap .marqueeWrap .marquee img {
    width: 2992px;
  }
}
@media (max-width: 960px) {
  .infoWrap .marqueeWrap .marquee img {
    width: 2092px;
  }
}
@media (max-width: 768px) {
  .infoWrap .marqueeWrap .marquee img {
    width: 1592px;
  }
}
@media (max-width: 576px) {
  .infoWrap .marqueeWrap .marquee img {
    width: 1092px;
  }
}
.infoWrap .infoLine {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.infoWrap .sticky {
  position: relative;
  z-index: 2;
  padding-left: 250px;
  margin-top: 500px;
}
@media (max-width: 1024px) {
  .infoWrap .sticky {
    margin-top: 240px;
  }
}
@media (max-width: 700px) {
  .infoWrap .sticky {
    padding-left: 0;
    margin-top: 120px;
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .infoWrap .sticky {
    margin-top: 200px;
    padding-top: 72px;
  }
}
@media (max-width: 480px) {
  .infoWrap .sticky {
    margin-top: 200px;
    padding-top: 0px;
    padding: 0;
  }
}
.infoWrap .sticky .title {
  position: relative;
  top: 200px;
}
@media (max-width: 576px) {
  .infoWrap .sticky .title {
    padding: 0 12px;
  }
}
@media (max-width: 576px) {
  .infoWrap .sticky .title .pc {
    display: none;
  }
}
.infoWrap .sticky .title .xs {
  display: none;
}
@media (max-width: 576px) {
  .infoWrap .sticky .title .xs {
    display: block;
  }
}
.infoWrap .sticky .stickyInfo {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 576px) {
  .infoWrap .sticky .stickyInfo {
    padding: 0 24px;
  }
}
.infoWrap .sticky .stickyInfo img {
  display: block;
  margin: auto;
}
@media (max-width: 576px) {
  .infoWrap .sticky .stickyInfo .pc {
    display: none;
  }
}
.infoWrap .sticky .stickyInfo .xs {
  display: none;
}
@media (max-width: 576px) {
  .infoWrap .sticky .stickyInfo .xs {
    display: block;
  }
}
.infoWrap .sticky .pictureSticky {
  position: absolute;
  top: 0%;
  left: 29%;
  z-index: 3;
}
@media (max-width: 576px) {
  .infoWrap .sticky .pictureSticky {
    left: 0;
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .infoWrap .sticky .pictureSticky img {
    max-width: 80%;
  }
}
@media (max-width: 1024px) {
  .infoWrap .sticky .pictureSticky img {
    max-width: 60%;
  }
}
@media (max-width: 960px) {
  .infoWrap .sticky .pictureSticky img {
    max-width: 45%;
    margin-left: 12%;
  }
}
@media (max-width: 768px) {
  .infoWrap .sticky .pictureSticky img {
    max-width: 36%;
    margin-left: 16%;
    margin-top: 12%;
  }
}
@media (max-width: 700px) {
  .infoWrap .sticky .pictureSticky img {
    margin-left: -4%;
    margin-top: 15%;
  }
}
@media (max-width: 576px) {
  .infoWrap .sticky .pictureSticky img {
    width: 100%;
    margin: 0;
    margin-top: 0;
    max-width: 60%;
    margin: auto;
  }
}
.infoWrap .stickyBottom {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .infoWrap .stickyBottom {
    padding-top: 60px;
  }
}
.infoWrap .stickyBottom img {
  margin: auto;
}
@media (max-width: 576px) {
  .infoWrap .stickyBottom .pc {
    display: none;
  }
}
.infoWrap .stickyBottom .xs {
  display: none;
}
@media (max-width: 576px) {
  .infoWrap .stickyBottom .xs {
    display: block;
  }
}

.clipPicWrap {
  background-color: #FFF5DE;
  padding-left: 223px;
}
@media (max-width: 960px) {
  .clipPicWrap {
    padding-left: 172px;
  }
}
@media (max-width: 700px) {
  .clipPicWrap {
    padding-left: 0;
  }
}
.clipPicWrap .clipPic {
  position: relative;
}
.clipPicWrap .clipPic img {
  display: block;
}
.clipPicWrap .clipPic .clip {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.8);
  clip-path: inset(5% 5% 5% 5%);
  transition: 1s all;
}

.scrollMagicWrap {
  background-color: #FFF5DE;
  overflow: hidden;
  width: calc(100% - 223px);
  margin-left: auto;
}
@media (max-width: 960px) {
  .scrollMagicWrap {
    width: calc(100% - 172px);
  }
}
@media (max-width: 700px) {
  .scrollMagicWrap {
    width: 100%;
  }
}
.scrollMagicWrap .scrollMagic {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.scrollMagicWrap .scrollMagic img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}

.berryWrap {
  position: relative;
  background: url("../img/berryBg.png") no-repeat center/cover;
  background-color: #FFF5DE;
  overflow: hidden;
  z-index: 2;
}
.berryWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f8f8f8;
  opacity: 0.4;
  pointer-events: none;
}
.berryWrap .picture {
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .berryWrap .picture {
    display: none;
  }
}
.berryWrap figure {
  position: relative;
  z-index: 2;
}
.berryWrap .pc {
  display: block;
}
@media (max-width: 576px) {
  .berryWrap .pc {
    display: none;
  }
}
.berryWrap .xs {
  display: none;
}
@media (max-width: 576px) {
  .berryWrap .xs {
    display: block;
  }
}

.attachment {
  height: 100vh;
  max-height: 820px;
  background-image: url("../img/attachment.png");
  background-size: contain;
  background-attachment: fixed;
  background-position-x: right;
}
@media (max-width: 1440px) {
  .attachment {
    background-size: cover;
    background-position-x: center;
  }
}
@media (max-width: 576px) {
  .attachment {
    background-attachment: initial;
  }
}

.introduction {
  background-color: #FFF5DE;
  padding: 200px 120px 195px 223px;
}
@media (max-width: 1440px) {
  .introduction {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .introduction {
    padding: 80px 24px;
    padding-left: 172px;
  }
}
@media (max-width: 700px) {
  .introduction {
    padding-left: 24px;
  }
}
.introduction .content {
  display: flex;
  flex-wrap: wrap;
}
.introduction .content .fig {
  flex: 0 0 47%;
  padding-right: 50px;
}
@media (max-width: 1440px) {
  .introduction .content .fig {
    padding-right: 24px;
  }
}
@media (max-width: 1100px) {
  .introduction .content .fig {
    flex: 0 0 100%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .introduction .content .fig img {
    width: 100%;
    max-width: initial;
  }
}
.introduction .content .art {
  flex: 0 0 53%;
  padding-left: 50px;
}
@media (max-width: 1440px) {
  .introduction .content .art {
    padding-left: 24px;
  }
}
@media (max-width: 1100px) {
  .introduction .content .art {
    flex: 0 0 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .introduction .content .art {
    padding-top: 36px;
  }
}
.introduction .content .art .title {
  font-family: "MantouSans";
  font-size: 43.95px;
  line-height: 48px;
  letter-spacing: 3.516px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .introduction .content .art .title {
    display: block;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .introduction .content .art .title {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .introduction .content .art .title img {
    margin-top: 12px;
  }
}
.introduction .content .art p {
  font-family: "ChironGoRoundTC400";
  font-size: 28.13px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 3.376px;
  text-align: justify;
  margin-bottom: 52px;
}
@media (max-width: 1440px) {
  .introduction .content .art p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .introduction .content .art p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .introduction .content .art p {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
@media (max-width: 360px) {
  .introduction .content .art p br {
    display: none;
  }
}
.introduction .content .art .findArt p {
  text-transform: capitalize;
  color: #AF3232;
  text-align: justify;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #AF3232;
  font-family: "Cremore";
  font-size: 35.16px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 0;
  letter-spacing: 4.219px;
}
@media (max-width: 1440px) {
  .introduction .content .art .findArt p {
    font-size: 20px;
    letter-spacing: 1.219px;
  }
}
@media (max-width: 425px) {
  .introduction .content .art .findArt p {
    font-size: 18px;
    letter-spacing: 0.7px;
  }
}
@media (max-width: 395px) {
  .introduction .content .art .findArt p {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.introduction .content .art .findArt p:last-child {
  text-align: right;
}
.introduction .content .art .findArt p:last-child span {
  display: inline-block;
  height: 2px;
  background-color: #AF3232;
  width: 57px;
  margin-right: 20px;
  position: relative;
  top: -12px;
}
@media (max-width: 360px) {
  .introduction .content .art .findArt p:last-child span {
    width: 36px;
    top: -2px;
  }
}

.slickWrap {
  background-color: #FFF5DE;
  padding: 0px 0 0px 223px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .slickWrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 700px) {
  .slickWrap {
    padding: 32px;
  }
}
.slickWrap .homeNewsFor {
  max-width: 60%;
  flex: 0 0 60%;
}
@media (max-width: 1024px) {
  .slickWrap .homeNewsFor {
    flex: 0 0 68%;
    max-width: 68%;
  }
}
@media (max-width: 960px) {
  .slickWrap .homeNewsFor {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 700px) {
  .slickWrap .homeNewsFor {
    padding-right: 0;
  }
}
.slickWrap .homeNewsFor .slick-arrow {
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .slickWrap .homeNewsFor .slick-arrow {
    right: 30px;
  }
}
@media (max-width: 576px) {
  .slickWrap .homeNewsFor .slick-arrow {
    right: 0;
  }
}
.slickWrap .homeNewsFor .slick-arrow:hover svg {
  fill: #AF3232;
}
.slickWrap .homeNewsFor .slick-arrow:hover path {
  fill: #FFF5DE;
}
.slickWrap .homeNewsFor .slick-dots {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: absolute;
  bottom: 20px;
  left: 340px;
}
.slickWrap .homeNewsFor .slick-dots button {
  display: none;
}
.slickWrap .homeNewsFor .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: solid 1px #af3232;
  margin: 0 8px;
  cursor: pointer;
}
.slickWrap .homeNewsFor .slick-dots .slick-active {
  background-color: #AF3232;
}
.slickWrap .homeNewsFor .slider .art {
  margin-top: 56px;
}
@media (max-width: 576px) {
  .slickWrap .homeNewsFor .slider .art {
    margin-top: 16px;
  }
}
.slickWrap .homeNewsFor .slider .art .en {
  color: #AF3232;
  font-family: "ClashDisplay";
  font-size: 28.13px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .slickWrap .homeNewsFor .slider .art .en {
    font-size: 20px;
    line-height: 28px;
  }
}
.slickWrap .homeNewsFor .slider .art .ch {
  color: #AF3232;
  font-family: "MantouSans";
  font-size: 54.93px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 5.493px;
}
@media (max-width: 576px) {
  .slickWrap .homeNewsFor .slider .art .ch {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}
.slickWrap .homeNewsNav {
  flex: 0 0 40%;
  max-width: 40%;
  margin-left: auto;
  position: relative;
  right: -263px;
  padding-top: 120px;
}
@media (max-width: 1440px) {
  .slickWrap .homeNewsNav {
    right: -120px;
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .slickWrap .homeNewsNav {
    right: -40px;
    flex: 0 0 32%;
    max-width: 32%;
  }
}
@media (max-width: 960px) {
  .slickWrap .homeNewsNav {
    display: none;
  }
}
.slickWrap .productSlick {
  margin-top: 327px;
}

.productSlickWrap {
  background-color: #FFF5DE;
  padding: 327px 140px 170px;
}
@media (max-width: 1440px) {
  .productSlickWrap {
    padding: 327px 40px 170px;
  }
}
@media (max-width: 1100px) {
  .productSlickWrap {
    padding: 327px 0px 170px;
  }
}
@media (max-width: 700px) {
  .productSlickWrap {
    padding: 80px 0px;
  }
}
.productSlickWrap .title {
  color: #AF3232;
  font-family: "MantouSans";
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: 10px;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .productSlickWrap .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1024px) {
  .productSlickWrap .title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .productSlickWrap .title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 32px;
    margin-top: 80px;
  }
}
@media (max-width: 425px) {
  .productSlickWrap .title {
    font-size: 32px;
    margin-bottom: 0px;
  }
}
@media (max-width: 360px) {
  .productSlickWrap .title {
    letter-spacing: 4px;
  }
}
.productSlickWrap .productSlick {
  padding-bottom: 52px;
}
.productSlickWrap .productSlick .arrow {
  position: absolute;
  background-color: transparent;
  bottom: 0%;
  cursor: pointer;
  z-index: 6;
}
@media (max-width: 1100px) {
  .productSlickWrap .productSlick .arrow {
    bottom: 0%;
  }
}
@media (max-width: 960px) {
  .productSlickWrap .productSlick .arrow {
    bottom: 4%;
  }
}
.productSlickWrap .productSlick .arrow:hover svg {
  fill: #AF3232;
}
.productSlickWrap .productSlick .arrow:hover path {
  fill: #FFF5DE;
}
.productSlickWrap .productSlick .prev {
  left: 43%;
}
@media (max-width: 1440px) {
  .productSlickWrap .productSlick .prev {
    transform: scale(0.85);
    left: 40%;
  }
}
@media (max-width: 1100px) {
  .productSlickWrap .productSlick .prev {
    left: 38%;
  }
}
@media (max-width: 768px) {
  .productSlickWrap .productSlick .prev {
    left: 34%;
  }
}
@media (max-width: 576px) {
  .productSlickWrap .productSlick .prev {
    transform: scale(1);
  }
}
@media (max-width: 480px) {
  .productSlickWrap .productSlick .prev {
    left: 30%;
  }
}
@media (max-width: 395px) {
  .productSlickWrap .productSlick .prev {
    left: 26%;
  }
}
.productSlickWrap .productSlick .next {
  right: 43%;
}
@media (max-width: 1440px) {
  .productSlickWrap .productSlick .next {
    transform: scale(0.85);
    right: 40%;
  }
}
@media (max-width: 1100px) {
  .productSlickWrap .productSlick .next {
    right: 38%;
  }
}
@media (max-width: 768px) {
  .productSlickWrap .productSlick .next {
    right: 34%;
  }
}
@media (max-width: 576px) {
  .productSlickWrap .productSlick .next {
    transform: scale(1);
  }
}
@media (max-width: 480px) {
  .productSlickWrap .productSlick .next {
    right: 30%;
  }
}
@media (max-width: 395px) {
  .productSlickWrap .productSlick .next {
    right: 26%;
  }
}
.productSlickWrap .productSlick .slider {
  transform: scale(0.8);
  transition: 0.5s all;
}
@media (max-width: 480px) {
  .productSlickWrap .productSlick .slider {
    transform: scale(1);
    padding: 32px;
  }
}
.productSlickWrap .productSlick .slider figure {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .productSlickWrap .productSlick .slider figure {
    margin-bottom: 32px;
  }
}
.productSlickWrap .productSlick .slider figure img {
  border-radius: 12px;
}
.productSlickWrap .productSlick .slider .art {
  padding: 0 20px;
  opacity: 0;
  transition: 0.5s all;
  display: none;
}
@media (max-width: 480px) {
  .productSlickWrap .productSlick .slider .art {
    opacity: 1;
  }
}
.productSlickWrap .productSlick .slider .art .big {
  color: #AF3232;
  text-align: center;
  font-family: "MantouSans";
  font-size: 54.93px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 5.493px;
}
@media (max-width: 1280px) {
  .productSlickWrap .productSlick .slider .art .big {
    font-size: 36px;
  }
}
@media (max-width: 360px) {
  .productSlickWrap .productSlick .slider .art .big {
    font-size: 24px;
    line-height: 32px;
  }
}
.productSlickWrap .productSlick .slider .art p {
  color: #AF3232;
  font-family: "ChironGoRoundTC400";
  font-size: 35.16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.5px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 2px #af3232;
  text-align: center;
}
@media (max-width: 1440px) {
  .productSlickWrap .productSlick .slider .art p {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .productSlickWrap .productSlick .slider .art p {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .productSlickWrap .productSlick .slider .art p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 360px) {
  .productSlickWrap .productSlick .slider .art p {
    font-size: 14px;
  }
}
.productSlickWrap .productSlick .slider .art .price {
  text-align: center;
  color: #AF3232;
  font-family: "ChironGoRoundTC400";
  font-size: 35.16px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 3.516px;
  padding-top: 20px;
}
@media (max-width: 1440px) {
  .productSlickWrap .productSlick .slider .art .price {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .productSlickWrap .productSlick .slider .art .price {
    font-size: 20px;
  }
}
.productSlickWrap .productSlick .slick-center {
  transform: scale(1);
}
.productSlickWrap .productSlick .slick-center .art {
  opacity: 1;
}

@media (max-width: 576px) {
  .arrow svg {
    width: 64px;
  }
}

.fixedRow {
  position: fixed;
  width: 100%;
  background-color: #AF3232;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 99;
  display: none;
}
@media (max-width: 960px) {
  .fixedRow {
    display: flex;
  }
}
.fixedRow a {
  flex: 0 0 50%;
  padding: 28px 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  color: #FFF5DE;
}
@media (max-width: 576px) {
  .fixedRow a {
    font-size: 16px;
    padding: 16px 0;
  }
}
.fixedRow a .pc {
  display: block;
}
@media (max-width: 576px) {
  .fixedRow a .pc {
    display: none;
  }
}
.fixedRow a .xs {
  display: none;
}
@media (max-width: 576px) {
  .fixedRow a .xs {
    display: block;
  }
}
.fixedRow a:first-child {
  border-right: solid 1px #FFF5DE;
}/*# sourceMappingURL=style.css.map */