/* line 1, cus.scss */
body {
  font-family: 'Playfair Display', serif; }

/* line 4, cus.scss */
p {
  font-family: 'Playfair Display', serif !important; }

/* line 23, cus.scss */
.newslist {
  display: flex;
  flex-wrap: wrap;
  gap: 4%; }

/* line 32, cus.scss */
.navbar-area.nav-absolute {
  z-index: 100 !important; }

/* line 35, cus.scss */
.main-t {
  margin-top: 10vh; }

/* line 38, cus.scss */
.spebox {
  display: flex;
  flex-wrap: wrap;
  gap: 7px; }

/* line 44, cus.scss */
.spebox .slide {
  width: calc(33% - 2px);
  height: 200px;
  padding: 2%;
  gap: 1px;
  color: #fff;
  font-weight: bold;
  background-size: 130%;
  background-position: center; }

/* line 54, cus.scss */
.spebox .slide:hover {
  background-size: 150%;
  transition-duration: 2s; }

/* line 58, cus.scss */
.slide .link {
  font-weight: lighter;
  font-style: italic;
  margin-top: 20px; }

/* line 63, cus.scss */
.cate-banner {
  background-size: cover;
  width: 100%;
  height: 20vh;
  background-position: center; }
  @media (max-width: 768px) {
    /* line 63, cus.scss */
    .cate-banner {
      height: 30vh; } }

/* line 73, cus.scss */
.cate-banner .container {
  display: flex;
  padding-top: 5vh; }
  @media (max-width: 768px) {
    /* line 73, cus.scss */
    .cate-banner .container {
      flex-direction: column; } }

/* line 80, cus.scss */
.cate-banner h2 {
  color: #fff;
  width: 30vw; }
  @media (max-width: 768px) {
    /* line 80, cus.scss */
    .cate-banner h2 {
      width: 100%; } }

/* line 87, cus.scss */
.cate-banner p {
  color: #fff;
  font-weight: normal;
  z-index: 1;
  line-height: 1.8; }

/* line 93, cus.scss */
.btn-cate {
  font-weight: normal; }

/* line 96, cus.scss */
.btn-cate2 input {
  border: 0px;
  background-color: rgba(0, 0, 0, 0); }

/* line 100, cus.scss */
.btn-cate img {
  width: 14px;
  margin-left: 10px; }

/* line 104, cus.scss */
.btn-cate2 img {
  width: 14px;
  margin-left: 10px; }

/* line 108, cus.scss */
.btn-cate:hover img {
  transform: rotate(45deg);
  transition-duration: 0.5s; }

/* line 112, cus.scss */
.btn-cate2:hover img {
  transform: rotate(90deg);
  transition-duration: 0.5s; }

/* line 116, cus.scss */
.nl {
  width: 48%;
  color: black;
  cursor: pointer;
  border-top: 1px solid black;
  padding-top: 1.667vw;
  margin-bottom: 10vh; }

/* line 127, cus.scss */
.nl:hover .narrow img {
  transform: rotate(45deg);
  transition-duration: 0.5s; }

/* line 131, cus.scss */
.nlg {
  display: grid;
  grid-template-columns: 8.333vw auto 2.083vw;
  grid-template-rows: auto;
  gap: 2.083vw 1.389vw; }

/* line 137, cus.scss */
.nl::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: black;
  top: 0px;
  left: 0px;
  transition: width 0.4s cubic-bezier(0.1, 0, 0.1, 1) 0s; }

/* line 147, cus.scss */
.ntitle {
  font-size: 16px;
  line-height: 23px; }

/* line 151, cus.scss */
.nmore {
  margin-top: 4em;
  display: block;
  font-weight: bolder; }

/* line 157, cus.scss */
blockquote {
  font-weight: bolder;
  position: relative;
  padding-left: 20px; }

/* line 162, cus.scss */
blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #d7a57f; }

/* line 171, cus.scss */
.cat-list {
  background: #3b3936;
  color: #fff;
  padding: 10px;
  letter-spacing: 1px;
  margin-bottom: 6vh; }

/* line 178, cus.scss */
.cat-list a {
  margin: 0px 3px; }

/* line 181, cus.scss */
.sec-brand {
  margin-top: 10vh;
  min-height: 60vh; }

/* line 185, cus.scss */
.box-brand {
  display: flex;
  gap: 3%;
  flex-wrap: wrap;
  padding: 50px 0px; }

/* line 191, cus.scss */
.brand-sin {
  width: 22%;
  padding: 1%;
  align-self: center;
  margin-bottom: 10px; }

/* line 197, cus.scss */
.brand-sin a {
  display: block;
  text-align: center;
  padding: 10px; }

/* line 202, cus.scss */
.brand-sin a:hover {
  background-color: #fff;
  border-radius: 10px;
  transition-duration: 500ms; }

/* line 208, cus.scss */
.brand-sin a img {
  mix-blend-mode: multiply;
  max-height: 80px;
  width: 240px; }

@media (max-width: 800px) {
  /* line 214, cus.scss */
  .nl {
    width: 98%;
    margin: auto;
    margin-bottom: 5vh; }

  /* line 219, cus.scss */
  .narrow {
    width: 100%;
    text-align: right; }

  /* line 223, cus.scss */
  .narrow img {
    width: 70px; }

  /* line 226, cus.scss */
  .nlg {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 2.083vw 1.389vw; } }
/* line 233, cus.scss */
.procat {
  display: flex;
  gap: 30px;
  border-bottom: 3px solid #333;
  padding-bottom: 10px;
  margin-bottom: 20px; }

/* line 241, cus.scss */
.product-infolist .list {
  display: flex;
  gap: 10px;
  padding: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
  /* line 246, cus.scss */
  .product-infolist .list .l {
    font-weight: bold;
    text-align: left;
    flex: 1; }
  /* line 251, cus.scss */
  .product-infolist .list .r {
    flex: 5; }

/* line 258, cus.scss */
.forprod {
  padding-right: 4%;
  margin-top: 5vh; }
  @media (max-width: 768px) {
    /* line 258, cus.scss */
    .forprod {
      padding: 0px;
      width: 92%;
      margin: auto; } }

@media (max-width: 768px) {
  /* line 269, cus.scss */
  .footer-area .footer-widget {
    padding: 3%; } }

/* line 275, cus.scss */
#item-description {
  text-align: justify;
  line-height: 1.5; }
  /* line 278, cus.scss */
  #item-description img {
    height: auto;
    display: block;
    margin: auto; }

/* line 284, cus.scss */
.box-detail img {
  mix-blend-mode: multiply; }

/* line 287, cus.scss */
#item-description img {
  mix-blend-mode: multiply; }

/* line 291, cus.scss */
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:first-child > a {
  font-weight: bold;
  color: #6E6E6E; }

/*# sourceMappingURL=cus.css.map */
