/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-style: inherit;
  -webkit-font-variant-ligatures: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  -webkit-font-kerning: inherit;
  font-kerning: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  vertical-align: baseline;
  text-shadow: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

a[href^="x-apple-data-detectors:"] {
  color: inherit;
  text-decoration: inherit;
}

/* HTML5 display-role reset for older browsers */
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,
q:before,
q:after {
  content: "";
  content: none;
}

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

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}


body.freeze {
  overflow: hidden;
  height: auto;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 400;
}

.text-jfo {
  font-family: "jf-openhuninn";
  font-weight: normal;
  font-style: normal;
}

.text-red {
  color: #993718;
}

.indent {
  text-indent: 1em;
}

.font-gill {
  font-family: "gill_sans_mt_ext_condensed_Rg", "Voltaire", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-yellow {
  color: #E6D2A0;
}

.text-green-dark {
  color: #033C1C;
}

.container {
  font-size: 0;
}

.hidebg {
  opacity: 0;
}

.container-float {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

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

.t-c {
  text-align: center;
}

.col {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-6 {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: unset;
  outline: unset;
}

button:hover {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.six-caps-regular {
  font-family: "Six Caps", sans-serif;
  font-weight: 400;
  font-style: normal;
}

[class*=card-img] img {
  width: 100%;
}

.img {
  width: 100%;
  position: relative;
}

.img img {
  width: 100%;
}

.frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}

.frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bg {
  overflow: hidden;
}

.blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.move {
  position: absolute;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.move img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(120%);
  transform: scale(120%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.3s, display 0.2s allow-discrete;
  transition: opacity 0.3s, display 0.2s allow-discrete;
  z-index: 100;
  opacity: 0;
}

.lightbox.show {
  display: block;
  opacity: 1;
}

.lightbox.show .lightbox-container {
  opacity: 1;
  padding-top: 35px;
}

.mask {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  background: rgba(22, 22, 22, 0.7);
  max-height: 100vh;
  overflow-y: auto;
}

.lightbox-container {
  position: relative;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 0;
  display: inline-block;
}

.lightbox-content {
  display: block;
}

.lightbox-card {
  position: relative;
  padding-bottom: 2%;
}

.lightbox-card .bg {
  display: inline-block;
  position: relative;
}

.lightbox-card .bg img {
  height: 88vh;
  opacity: 0;
}

.lightbox-card .bg .playing,
.lightbox-card .bg .pause {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.lightbox-card .content {
  position: absolute;
  top: 65%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.lightbox-card .title {
  font-family: "cJK TC";
  font-weight: 900;
  line-height: 1.6;
  font-size: clamp(14px, 1.2vw, 48px);
  color: white;
}

.lightbox-card p {
  font-family: "cJK TC";
  color: white;
  text-align: justify;
  font-size: clamp(12px, 0.8vw, 48px);
  line-height: 1.2;
  font-weight: 400;
  opacity: 0.96;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightbox-card .status {
  position: absolute;
  left: 10%;
  right: 10%;
  text-align: center;
  height: 5vw;
  background-image: url("/sysy_front/new/src/index/lightbox/play.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.lightbox-card .status p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: inline-block;
  height: clamp(14px, 1.2vw, 48px);
}

.lightbox-card.playing .bg .playing {
  opacity: 1;
}

.lightbox-card.playing .status {
  background-image: url("/sysy_front/new/src/index/lightbox/play.png");
}

.lightbox-card.pause .bg .pause {
  opacity: 1;
}

.lightbox-card.pause .status {
  background-image: url("/sysy_front/new/src/index/lightbox/pause.png");
}

.lightbox-close {
  color: transparent;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  right: -4%;
  top: 15px;
  font-size: 0;
  width: 3vw;
  height: 3vw;
  background-image: url(/sysy_front/new/src/lightbox-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
}

@media screen and (max-width: 768px) {
  .lightbox-close {
    width: 38px;
    height: 38px;
    right: -14px;
  }

  .gem-lightbox .lightbox-container {
    width: 70%;
    max-width: 480px;
  }

  .lightbox-card {
    text-align: center;
  }

  .lightbox-card .bg img {
    height: auto;
    max-height: 80vh;
    width: 100%;
  }

  .lightbox-card .status {
    height: 36px;
  }

  .lightbox-card p {
    font-size: 10px;
    margin: 0 auto;
    max-width: 80%;
  }
}

@media screen and (max-width: 548px) {
  .gem-lightbox .lightbox-container {
    width: 85%;
  }

  .lightbox-card p {
    max-width: 90%;
  }
}

.products {
  padding-bottom: 5vw;
  padding-top: 1rem;
}

.product-swiper {
  width: 100%;
  margin: 0 auto;
  color: #E6D2A0;
}

.product-swiper .swiper-wrapper {
  height: auto;
}

.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
  width: 4vw;
  height: 4vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.product-swiper .swiper-button-next:after,
.product-swiper .swiper-button-prev:after {
  content: unset;
}

.product-swiper .swiper-button-next {
  top: 46%;
  right: 38%;
  background-image: url("/sysy_front/new/src/icon-chevron-right_light.svg");
}

.product-swiper .swiper-button-prev {
  top: 46%;
  left: 38%;
  background-image: url("/sysy_front/new/src/icon-chevron-left_light.svg");
}

.product-swiper .swiper-slide {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.product-swiper .swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-swiper .swiper-slide-active .product-tag,
.product-swiper .swiper-slide-active .product-name,
.product-swiper .swiper-slide-active .product-caption {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.secion-title {
  color: #E6D2A0;
  text-align: center;
  font-size: clamp(14px, 1.8vw, 96px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: clamp(8px, 2vw, 32px);
}

.secion-title:before,
.secion-title:after {
  content: "";
  display: inline-block;
  width: 20vw;
  margin: 0 clamp(14px, 1.8vw, 96px);
  border-bottom: 3px dotted #E6D2A0;
}

.product-tag {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: clamp(24px, 2.5vw, 96px);
  padding-top: 3%;
  margin-bottom: -5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

.product-name {
  text-align: center;
  font-size: clamp(18px, 1.5vw, 96px);
  line-height: 1.6;
  margin-top: -3%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

.product-caption {
  text-align: center;
  font-size: clamp(14px, 0.9vw, 96px);
  line-height: 1.2;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

@media screen and (max-width: 768px) {
  .products {
    padding-bottom: 10vw;
  }

  .secion-title {
    margin-bottom: 2rem;
    margin-top: 1rem;
    white-space: nowrap;
    font-size: 1.3rem;
  }

  .product-swiper {
    width: 100%;
  }


  .product-swiper .swiper-button-next,
  .product-swiper .swiper-button-prev {
    width: 3.2rem;
    height: 3.2rem;
  }

  .product-swiper .swiper-button-next:after,
  .product-swiper .swiper-button-prev:after {
    content: unset;
  }

  .product-swiper .swiper-button-next {
    right: 16%;
  }

  .product-swiper .swiper-button-prev {
    left: 16%;
  }
}

.slide .swiper-button-next,
.slide .swiper-button-prev {
  width: 3vw;
  height: 3vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.slide .swiper-button-next:after,
.slide .swiper-button-prev:after {
  content: unset;
}

.slide .swiper-button-next {
  right: 0.5%;
  top: 46%;
  background-image: url("/sysy_front/new/src/icon-chevron-right_light.svg");
}

.slide .swiper-button-prev {
  top: 46%;
  left: 0.5%;
  background-image: url("/sysy_front/new/src/icon-chevron-left_light.svg");
}

.slide-page {
  position: relative;
}

.slide-page>img {
  width: 100%;
}

.slide-page .content {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 5%;
  right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide-page .slide-img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.slide-page .slide-img img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .slide-page .slide-img img {
    width: 90%;
  }
}

.slide-page .slide-info {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -1%;
}

.slide-page .title {
  width: 100%;
  font-size: clamp(16px, 2vw, 96px);
  text-align: center;
  color: white;
  line-height: 1.4;
  font-weight: 500;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
}

.slide-page .caption {
  width: 100%;
  font-size: clamp(14px, 1.8vw, 96px);
  margin-bottom: clamp(6px, 1.25vw, 48px);
  text-align: center;
  color: white;
  line-height: 1.3;
  font-weight: 500;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
}

.slide-page .text {
  color: white;
  font-size: clamp(14px, 1.3vw, 96px);
  line-height: 1.3;
  margin-bottom: clamp(6px, 2vw, 48px);
  font-weight: 500;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
}

.slide-page .text+.text {
  padding-top: clamp(16px, 2vw, 84px);
}

.section-char {
  margin-bottom: -8px;
}
.map-swiper .swiper-wrapper {
height: auto;
}

.map {
  position: relative;
}

.map .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map .title img {
  width: 100%;
}

.map .map-frame {
  top: 6%;
  bottom: 7%;
  left: 5%;
  right: 5%;
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.map .col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.map .col>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.map .col>*:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.map .col>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.map .col>*:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.map .col>*:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.map .col>*:nth-child(6) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}

.map .area {
  width: 100%;
  position: relative;
  z-index: 2;
}

.map .area[data-lightbox] {
  cursor: pointer;
}

.section-char {
  padding-top: 100px;
}

@media screen and (max-width: 1200px) {

  .section-char {
    padding-top: 70px;
  }
}

@media screen and (max-width: 600px) {
  .section-char {
    padding-top: 40px;
  }

  .lightbox.show .lightbox-container {
    padding-top: 0;
  }

  .lightbox-close {
    top: -3%;
  }
}

@media screen and (max-width: 768px) {
  .slide-page .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 5%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-page .slide-img {
    width: 100%;
  }

  .slide-page .slide-info {
    width: 85%;
    margin-top: -2%;
  }

  .slide-page .caption {
    margin-bottom: clamp(6px, 4vw, 48px);
  }
}

@media screen and (max-width: 768px) {

  .slide .swiper-button-next,
  .slide .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
}

a.fixed-add-to-cart {
  font-size: 1.2rem;
  line-height: 52px;
  color: #373535;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  display: none;
  background-image: url(/sysy_front/images/addcar_drift.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
}

a.fixed-add-to-cart:not(.show) {
  background: transparent !important;
  color: transparent !important;
  pointer-events: none;
}

@media (max-width: 600px) {
  a.fixed-add-to-cart {
    font-size: 0.875rem;
    line-height: 52px;
    margin-bottom: 10px;
  }
}

a.fixed-add-to-cart.show {
  display: inline-block;
}