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

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

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

:root {
  --primary: #f6e9e6;
  --secondary: #e6c0bd;
}

img {
  width: 100%;
  height: auto;
}

.faekAnnous {
  height: 30px;
  background-color: var(--secondary);
}

.fakeHeader {
  height: 100px;
  background-color: var(--primary);
}

.contentWrap {
  background-color: var(--primary);
  overflow: hidden;
}

.FV {
  position: relative;
  opacity: 0;
}
.FV img {
  opacity: 0;
  scale: 1.2;
}
.FV.animation {
  opacity: 1;
}
.FV.animation img {
  opacity: 1;
  scale: 1;
  transition: opacity 1s ease, scale 1s ease;
}

.FVCarousel {
  height: calc(75vh - 130px);
  min-height: 500px;
  width: 90%;
  margin: auto;
}
@media (min-width: 1024px) {
  .FVCarousel {
    height: calc(95vh - 130px);
    width: 98%;
  }
}

.slick-list,
.slick-track,
.slick-slide,
.slick-slide > div {
  height: 100%;
}

.slick-slide.slick-active .info {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
}
.slick-slide.slick-active .info .button {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 1s ease-out 0.75s, transform 1s ease-out 0.5s;
}
.slick-slide .info {
  transform: translateY(50px);
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  opacity: 0;
  max-width: 768px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .slick-slide .info {
    bottom: 3rem;
    left: 3rem;
  }
}
.slick-slide .info .text {
  letter-spacing: 0.25rem;
  color: white;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .slick-slide .info .text {
    letter-spacing: 0.35rem;
  }
}
.slick-slide .info .text h6 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .slick-slide .info .text h6 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.slick-slide .info .text h2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .slick-slide .info .text h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
  }
}
.slick-slide .info .button {
  transform: translateY(10px);
  opacity: 0;
  padding: 0.25rem 0.5rem;
  height: 50px;
  width: 150px;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: white 2px solid;
  background-color: rgba(255, 255, 255, 0);
  color: white;
}

.slickItem {
  height: 100%;
}
.slickItem img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
  filter: brightness(0.95);
}

.CarouselDots {
  width: 120px;
  position: absolute;
  bottom: 7%;
  right: 5%;
}
.CarouselDots .slick-dots li button:before {
  font-size: 20px;
}
.CarouselDots .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.ProdRK {
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.ProdRK .RkBox .slick-slide {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
.ProdRK .RkBox .slick-slide:nth-child(1) {
  transition-delay: 0s;
}
.ProdRK .RkBox .slick-slide:nth-child(2) {
  transition-delay: 0.2s;
}
.ProdRK .RkBox .slick-slide:nth-child(3) {
  transition-delay: 0.4s;
}
.ProdRK .RkBox .slick-slide:nth-child(4) {
  transition-delay: 0.6s;
}
.ProdRK .RkBox.animation .slick-slide {
  opacity: 1;
  transform: translateY(0);
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.title h2 {
  font-size: 2rem;
}

.RkBox {
  margin: 2rem auto;
  width: 1000px;
}
.RkBox .block {
  outline: none;
  padding: 0 2rem;
  box-sizing: border-box;
}
.RkBox .block img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 32px;
}
@media (min-width: 1024px) {
  .RkBox .slick-list {
    margin: -2rem;
  }
}

@media (max-width: 768px) {
  .RkBox {
    width: 90%;
  }
  .RkBox .block {
    padding: 0 0.5rem;
  }
  .RkBox .slick-list {
    margin: 0 -0.5rem;
  }
}
.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  color: brown !important;
  font-size: 2rem;
}

.RkBox .block {
  position: relative;
}
.RkBox .block .prodRankNum {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, 50%);
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  z-index: 2;
  border-radius: 50%;
  background-color: black;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media (min-width: 480px) {
  .RkBox .block .prodRankNum {
    transform: translate(50%, 50%);
  }
}
@media (min-width: 768px) {
  .RkBox .block .prodRankNum {
    transform: translate(calc(50% + 1.5rem), 50%);
  }
}
@media (min-width: 1024px) {
  .RkBox .block .prodRankNum {
    transform: translate(calc(50% + 1.5rem), 25%);
  }
}
.RkBox .slick-slide:nth-child(1) .prodRankNum {
  background-color: #a38a31;
}
.RkBox .slick-slide:nth-child(2) .prodRankNum {
  background-color: #879baa;
}
.RkBox .slick-slide:nth-child(3) .prodRankNum {
  background-color: #9f733f;
}

.ProdNew {
  margin: 5rem 0 0;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--secondary);
  gap: 2rem;
}
.ProdNew .title {
  margin: 5rem 0 0rem;
}

.prodNewBox {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.prodNewBox .block {
  opacity: 0;
  transform: translateY(10%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.prodNewBox .block:nth-child(1) {
  transition-delay: 0s;
}
.prodNewBox .block:nth-child(2) {
  transition-delay: 0.2s;
}
.prodNewBox .block:nth-child(3) {
  transition-delay: 0.4s;
}
.prodNewBox .block:nth-child(4) {
  transition-delay: 0.6s;
}
.prodNewBox .block:nth-child(5) {
  transition-delay: 0.8s;
}
.prodNewBox .block:nth-child(6) {
  transition-delay: 1s;
}
.prodNewBox .block:nth-child(7) {
  transition-delay: 1.2s;
}
.prodNewBox .block:nth-child(8) {
  transition-delay: 1.4s;
}
.prodNewBox .block:nth-child(9) {
  transition-delay: 1.6s;
}
.prodNewBox .block:nth-child(10) {
  transition-delay: 1.8s;
}
.prodNewBox .block:nth-child(11) {
  transition-delay: 2s;
}
.prodNewBox .block:nth-child(12) {
  transition-delay: 2.2s;
}
.prodNewBox.animation .block {
  opacity: 1;
  transform: translateY(0);
}
.prodNewBox .block {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 1rem;
}
@media (min-width: 480px) {
  .prodNewBox .block {
    width: 33.3%;
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .prodNewBox .block {
    width: 25%;
    padding: 1.5rem;
  }
}
.prodNewBox .block a {
  display: block;
  line-height: 0;
}
.prodNewBox .block a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2rem;
}

.classicRedBUtton {
  border-radius: 40px;
  padding: 1.5rem 2rem;
  background-color: rgb(203, 43, 43);
  color: white;
  width: 180px;
  text-align: center;
  margin: auto;
}

.About {
  background-color: white;
}
.About .aboutBox {
  letter-spacing: 0.25rem;
  display: flex;
  flex-direction: column;
  -moz-column-gap: calc(1rem + 1vw);
       column-gap: calc(1rem + 1vw);
}
@media (min-width: 768px) {
  .About .aboutBox {
    flex-direction: row;
  }
}
.About .aboutBox .pic {
  flex: 1;
  align-self: center;
  transform: translateX(0);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@media (min-width: 768px) {
  .About .aboutBox .pic {
    transform: translateX(-5%);
  }
}
.About .aboutBox.animation .pic {
  opacity: 1;
  transform: translateX(0);
}
.About .aboutBox .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex: 1;
  padding: 1rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .About .aboutBox .text {
    padding: 2rem;
    align-items: start;
  }
}
.About .aboutBox .text .title {
  font-weight: bold;
  line-height: 3rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .About .aboutBox .text .title {
    font-size: 2rem;
    text-align: left;
  }
}
.About .aboutBox .text .content {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .About .aboutBox .text .content {
    text-align: left;
  }
}

.glbPlist.column4.bl-hot {
  display: none;
}

.prodImageGroup {
  min-height: 200px;
}

.slick-next:before,
.slick-prev:before {
  position: absolute;
  top: -100%;
}

.slick-prev:before {
  left: -16px;
}

.block {
  text-align: center;
  line-height: 2rem;
}
.block .prodName {
  font-weight: bold;
}/*# sourceMappingURL=index.css.map */