@import url("../assets/font/1FTV-Akira-X/stylesheet.css");
@import url("../assets/font/font-ganh/stylesheet.css");
:root {
  --bg-ln: linear-gradient(90deg, #b57942 0%, #ffc88e 25%, #ffe0a1 50%, #ffc88e 75%, #b57942 100%);
}

body {
  font-family: "Ganh", Times, serif;
  font-family: "Ganh", sans-serif;
}

.hero {
  padding-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 4rem;
  }
}
.hero .tt {
  font-family: "1FTV", sans-serif;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .hero .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .hero .tt {
    font-size: 2.2rem;
  }
}
.hero .tt {
  font-weight: 800;
  padding-bottom: 12.9rem;
}
@media screen and (max-width: 1200px) {
  .hero .tt {
    padding-bottom: 6rem;
  }
}

.pre-load {
  display: none;
}

.container-large {
  width: 100%;
  padding: 0 1.5rem;
  max-width: 164.8rem;
  margin: 0 auto;
}

.video-block {
  position: relative;
}
.video-block.is-inview::before, .video-block.is-inview::after {
  height: 0%;
}
.video-block::before, .video-block::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  left: 0;
  background-color: #151314;
  transition: 1.6s ease;
  -webkit-transition: 1.6s ease;
  -moz-transition: 1.6s ease;
  -ms-transition: 1.6s ease;
  -o-transition: 1.6s ease;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.video-block::before {
  top: 0;
}
.video-block::after {
  bottom: 0;
}
.video-block .video-in {
  display: block;
  padding-top: calc(800 / 1648 * 100%);
  position: relative;
  overflow: hidden;
}
.video-block .video-in img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7%;
  aspect-ratio: 1/1;
  display: flex;
  pointer-events: none;
}
.video-block .btn-play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec-prod-list {
  padding-bottom: 11.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .sec-prod-list {
    padding-bottom: 4rem;
  }
}
.sec-prod-list .prod-list-block {
  margin-top: 4rem;
  padding: 2.4rem 0;
}
.sec-prod-list .row-custom {
  --it-pd: 2.4rem;
}
@media screen and (max-width: 1440px) {
  .sec-prod-list .row-custom {
    --it-pd: 1.2rem;
  }
}
.sec-prod-list .col {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .sec-prod-list .col {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .sec-prod-list .col {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .sec-prod-list .col {
    width: 100%;
  }
}
.sec-prod-list .page-numbers {
  margin-top: 6.9rem;
}
@media screen and (max-width: 1200px) {
  .sec-prod-list .page-numbers {
    margin-top: 4rem;
  }
}
.sec-prod-list .page-numbers > li > .page-numbers {
  margin-top: 0;
}

.row-custom {
  --it-pd: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  margin: calc(-1 * var(--it-pd));
}
.row-custom .col {
  padding: var(--it-pd);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-left: none;
}
@media screen and (min-width: 1201px) {
  .row-custom .col:nth-child(12n+4), .row-custom .col:nth-child(12n+8), .row-custom .col:nth-child(12n) {
    border-left: none;
    border-right: none;
  }
  .row-custom .col:not(:nth-last-child(-n+4)) {
    border-bottom: none;
  }
}
@media (min-width: 801px) and (max-width: 1200px) {
  .row-custom .col:nth-child(12n+3), .row-custom .col:nth-child(12n+6), .row-custom .col:nth-child(12n+9), .row-custom .col:nth-child(12n+12) {
    border-right: none;
  }
  .row-custom .col:not(:nth-last-child(-n+3)) {
    border-bottom: none;
  }
}
@media (min-width: 401px) and (max-width: 800px) {
  .row-custom .col:nth-child(even) {
    border-right: none;
  }
  .row-custom .col:not(:nth-last-child(-n+2)) {
    border-bottom: none;
  }
}
@media (min-width: 280px) and (max-width: 400px) {
  .row-custom .col {
    border-right: none;
  }
  .row-custom .col:not(:first-child) {
    border-top: none;
  }
}

.prod-item .wrap {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .prod-item .wrap:hover .prod-info {
    transform: translateX(0);
  }
}
.prod-item .prod-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transform: translateX(-100%);
}
@media screen and (max-width: 1200px) {
  .prod-item .prod-info {
    position: unset;
    width: auto;
    height: auto;
    transform: translateX(0);
    padding-top: 1.2rem;
  }
}
.prod-item .prod-info .sub {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .prod-item .prod-info .sub {
    font-size: 1.4rem;
  }
}
.prod-item .prod-info .tt {
  font-family: "1FTV", sans-serif;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .prod-item .prod-info .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-item .prod-info .tt {
    font-size: 1.6rem;
  }
}
.prod-item .prod-info .tt {
  font-weight: 800;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 801px) and (max-width: 1440px) {
  .prod-item .prod-info .tt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .prod-item .prod-info .tt {
    font-size: 1.6rem;
  }
}
.prod-item .prod-info .t-price {
  color: rgba(0, 0, 0, 0.5);
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .prod-item .prod-info .t-price {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-item .prod-info .t-price {
    font-size: 1.7rem;
  }
}
.prod-item .prod-info .in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .prod-item .prod-info .in {
    row-gap: 0.8rem;
  }
}
.prod-item .prod-info .thumb-sub {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .prod-item .prod-info .thumb-sub {
    display: none;
  }
}
.prod-item .prod-info .thumb-in {
  display: block;
  padding-top: calc(1 / 1 * 100%);
  position: relative;
  overflow: hidden;
}
.prod-item .prod-info .thumb-in img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-item .prod-info .thumb-in.mona-product-gallery {
  display: block;
}
.prod-item .prod-info .thumb-in.mona-product-gallery .mona-product-gallery-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.prod-item .prod-info .thumb-in.mona-product-gallery .mona-product-gallery-swiper .swiper-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.prod-item .prod-info .thumb-in.mona-product-gallery .mona-product-gallery-swiper .swiper-slide,
.prod-item .prod-info .thumb-in.mona-product-gallery .mona-product-gallery__slide {
  width: 100%;
  height: 100%;
}
.prod-item .prod-info .thumb-in.mona-product-gallery .mona-product-gallery__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}
.prod-item .prod-info .thumb-in.mona-product-gallery .mona-product-gallery__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.prod-item .prod-info .thumb-in.mona-product-gallery .mona-product-gallery__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-item .prod-thumb {
  display: block;
  padding-top: calc(612 / 376 * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .prod-item .prod-thumb {
    padding-top: 100%;
  }
}
.prod-item .prod-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod-item .rmk-btn {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .prod-item .rmk-btn {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-item .rmk-btn {
    font-size: 1.5rem;
  }
}
.prod-item .rmk-btn {
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .prod-item .rmk-btn {
    height: 4rem;
  }
}

.rmk-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  border-radius: 100rem;
  background: var(--bg-ln);
  padding: 0 2.4rem;
  transition: 0.4s;
  box-shadow: 0px 0px 0rem 0.4rem rgba(255, 255, 255, 0.24);
}
.rmk-btn .txt {
  color: #181818;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-btn .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-btn .txt {
    font-size: 1.5rem;
  }
}
.rmk-btn .txt {
  font-weight: 400;
  text-transform: uppercase;
}
@media (hover: hover) {
  .rmk-btn:hover {
    transform: scale(1.05);
  }
}

.layout-large {
  padding: 8.4rem 0 9.8rem;
  border-top: 1px solid black;
}
@media screen and (max-width: 1200px) {
  .layout-large {
    padding: 4.4rem 0 5.6rem;
  }
}

.sec-more-info .more-info .tt {
  font-family: "1FTV", sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 800;
}
.sec-more-info .more-info-content {
  width: 72.4rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  row-gap: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .sec-more-info .more-info-content {
    gap: 3.6rem;
  }
}
.sec-more-info .more-info .rmk-btn {
  width: fit-content;
  margin: 0 auto;
}

.gl-backstage .tt {
  font-family: "1FTV", sans-serif;
  text-transform: uppercase;
  color: black;
  text-align: center;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .gl-backstage .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .gl-backstage .tt {
    font-size: 1.7rem;
  }
}
.gl-backstage .tt {
  font-weight: 800;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .gl-backstage .tt {
    margin-bottom: 4rem;
  }
}
.gl-backstage-slider {
  position: relative;
  width: 50.3rem;
  max-width: 100%;
  margin: 0 auto;
}
.gl-backstage .gl-img {
  display: block;
  padding-top: calc(1 / 1 * 100%);
  position: relative;
  overflow: hidden;
}
.gl-backstage .gl-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-control.control-custom .swiper-control-btn {
  width: 4rem;
  height: 4rem;
  border-color: transparent;
  background-color: transparent;
  padding: 0.5rem;
}
.swiper-control.control-custom .swiper-control-btn::after {
  background: #ccc;
}
.swiper-control.control-custom .swiper-prev {
  left: -10rem;
}
@media screen and (max-width: 768px) {
  .swiper-control.control-custom .swiper-prev {
    left: 0;
  }
}
.swiper-control.control-custom .swiper-next {
  right: -10rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .swiper-control.control-custom .swiper-next {
    right: 0;
  }
}

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