/* 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%;
}

@media screen and (max-width: 768px) {
  .img img {
    width: 130%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

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

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

.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;
  }
}

.products {
  padding-bottom: 5vw;
}

.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: 30vw;
  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);
  margin-bottom: -5%;
  padding-top: 3%;
  -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: 1.2rem;
    margin-top: 1rem;
    white-space: nowrap;
    font-size: 1.2rem;
  }

  .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%;
  }
}

.shop-parallax {
  position: relative;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.shop-parallax .show {
  z-index: 1;
}

.parallax-scene {
  width: 100vw;
  position: absolute;
  height: 100vh;
  display: none;
}

.parallax-scene .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  right: 15%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.parallax-scene:first-child .content {
  opacity: 1;
}

.parallax-scene.show .content {
  opacity: 1;
}

.parallax-scene:first-child {
  z-index: 1;
}

.parallax-scene:first-child .content {
  opacity: 1;
}

.shop {
  position: relative;
  color: white;

}

.shop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
}

.shop .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.shop .info {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .shop .info {
    top: -10px;
  }
}

.shop .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.shop .caption,
.shop .price {
  color: white;
  font-size: clamp(25px, 2.5vw, 98px);
  line-height: 1.4;
  text-align: center;
}

.shop .subtitle {
  color: white;
  text-align: center;
  margin: auto;
  margin-bottom: -12%;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  position: relative;
  z-index: 1;
  font-size: clamp(22px, 3.0vw, 128px);
}
@media screen and (max-width: 768px) {
  .shop .subtitle {
    margin-bottom: -15%;
    font-size: clamp(25px, 3.0vw, 128px);
  }
}
.shop .title {
  text-align: center;
  color: white;
  font-size: clamp(27px, 3.0vw, 128px);
  line-height: 1.4;
  font-weight: 600;
}

.shop .button-shop {
  width: 40%;
  margin: 0 auto;
}

.shop .button-shop img {
  width: 100%;
}

.slide-button-next,
.slide-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  width: 3vw;
  height: 3vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
}

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

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

.shop {
  padding-top: 100px;
}

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

  .shop {
    padding-top: 70px;
  }
}

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

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

  .shop-parallax .content {
    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;
  }

  .shop .row {
    display: block;
  }

  .shop .col-6 {
    height: unset;
  }
}

.ingredient {
  position: relative;
  z-index: 2;
  background-color: #066C32;
  background-image: url(/sysy_front/new/src/bg.png);
  background-size: 100% auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.ingredient .container {
  width: 80%;
  margin: 0 auto;
}

.relevant-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

.relevant-information li {
  width: 45%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-dropdown-item {
  margin-bottom: 3rem;
}

.info-dropdown-item.show .info-dropdown-button img {
  opacity: 0;
}

.info-dropdown-item.show .info-dropdown-button .pressed {
  opacity: 1;
}

.info-dropdown-item.show .info-dropdown-content {
  max-height: 9999px;
}

.info-dropdown-button {
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: -4%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .info-dropdown-button {
    width: 100%;
  }
}

.info-dropdown-button img {
  width: 100%;
}

.info-dropdown-button .pressed {
  left: 0%;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.info-dropdown-content {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-height: 0;
  overflow: hidden;
  margin-left: 2%;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("/sysy_front/new/src/flavor/red-bg.png");
  background-size: 100% auto;
  background-position: bottom center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .info-dropdown-content {
    width: 98%;
  }
}

.info-dropdown-content .content {
  padding: 5% 5% 5% 5%
}

@media screen and (max-width: 768px) {
  .info-dropdown-content .content {
    padding: 2% 5% 5% 5%
  }
}

.info-dropdown-content p {
  font-size: clamp(12px, 1.1vw, 48px);
  line-height: 1.3;
  font-family: "jf-openhuninn";
  color: #10371D;
}

.info-dropdown-content p+table {
  margin-top: 1em;
}

.info-dropdown-content table {
  color: #10371D;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-size: clamp(12px, 1.2vw, 48px);
}

.info-dropdown-content table th,
.info-dropdown-content table td {
  padding: 0 0.25em;
}

.banner {
  position: relative;
  font-size: 0;
}

.banner .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7%;
  right: 7%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner .main {
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 30%;
}

.banner .title {
  margin-bottom: 1%;
}

.banner .title span {
  display: block;
  line-height: 1.34;
  font-size: clamp(48px, 3.8vw, 248px);
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
  font-weight: 700;
}

.banner .title .subtitle {
  font-size: clamp(27px, 2.5vw, 128px);
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 0.5%;
}

.banner .text {
  font-size: clamp(23px, 1.7vw, 128px);
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 500;
}

.products {
  padding-top: 3rem;
}

@media screen and (max-width: 768px) {
  .ingredient {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .relevant-information li {
    width: 100%;
  }

  .info-dropdown-item {
    margin-bottom: 2rem;
  }

  .banner {
    height: 100vh;
  }

  .banner .bg {
    height: 100%;
  }

  .banner .bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .banner .content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 15%;
  }
}

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

  .slide-button-next,
  .slide-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;
}