@charset "UTF-8";
/* 01. Base */
:root {
  --color-primary: #a51c36;
  --color-primary-light: #af344b;
  --color-primary-dark: #7a0c19;
  --color-primary-shade: #fff3f5;
  --color-secondary: #b19450;
  --color-secondary-light: #c09f4c;
  --color-secondary-dark: #967535;
  --color-secondary-grey: #949599;
  --color-secondary-grey-light: #9d9fa2;
  --color-text: #2c2c2c;
  --color-error: #f33;
  --bg-product-hl-color: var(--color-secondary-grey);
  --badge-bg-color: var(--color-secondary-grey);
  --badge-bg-color-hover: var(--color-secondary-grey-light);
  --badge-bg-color-active: var(--color-secondary-grey);
  --skewing-box-bg-color: var(--color-secondary-grey);
  --z-index-search-nav: 120;
  --z-index-navigation: 110;
  --z-index-sticky: 99;
  --z-index-floating-share: 101;
  --z-index-floating-market: 100;
  --z-index-footer: 30;
  --z-index-dropdown: 80;
  --main-nav-height: $navigation-height;
  font-size: 10px;
}
@media (max-width: 449px) {
  :root {
    font-size: 2.68vw;
  }
}
@media (max-width: 1023px) {
  :root {
    --main-nav-height: $navigation-height-md;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Sukhumvit Set";
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-text);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

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

.custom-link {
  color: var(--color-primary);
  text-decoration: underline;
}
@media (pointer: fine) {
  .custom-link:hover {
    color: var(--color-primary-light);
    text-decoration: none;
  }
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 1.5rem;
}
.container.is-md {
  max-width: 99.2rem;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

* {
  box-sizing: border-box;
}

.img-hover-container.is-active .img-hover img {
  opacity: 0;
}
.img-hover-container.is-active .img-hover img + img {
  opacity: 1;
}
@media (pointer: fine) {
  .img-hover-container:hover .img-hover img {
    opacity: 0;
  }
  .img-hover-container:hover .img-hover img + img {
    opacity: 1;
  }
}

.img-hover {
  position: relative;
}
.img-hover img {
  display: block;
  transition: all 0.3s;
}
.img-hover img + img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (pointer: fine) {
  .img-hover:hover img {
    opacity: 0;
  }
  .img-hover:hover img + img {
    opacity: 1;
  }
}

.show-sm {
  display: none;
}
@media (max-width: 767px) {
  .show-sm {
    display: block;
  }
}

.show-md {
  display: none;
}
@media (max-width: 1023px) {
  .show-md {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hide-md {
    display: none;
  }
}

@media (min-width: 1199px) {
  .hide-lg {
    display: none;
  }
}

.embed-wrapper {
  position: relative;
}
.embed-wrapper > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.embed-wrapper:after {
  content: "";
  display: block;
  padding-top: var(--embed-aspect-ratio, 56.25%);
}

.button-more-wrapper {
  text-align: center;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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

.captcha {
  display: flex;
  justify-content: center;
  align-items: center;
}
.captcha img {
  display: block;
  max-width: 100%;
  height: auto;
}

[data-toggle=fly-in-on-load] {
  opacity: 0;
}

[data-toggle=img-parallax] {
  overflow: hidden;
  position: relative;
  height: 10rem;
  pointer-events: none;
}
[data-toggle=img-parallax] > img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.decor-lg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .decor-lg {
    display: none;
  }
}
.decor-lg img {
  display: block;
  width: 100%;
  height: auto;
}

.decor-home-4JpREJI9kg {
  width: 75.4rem;
  bottom: -30rem;
}
.decor-home-4JpREJI9kg img {
  position: relative;
  left: -60rem;
}

.decor-home-N1rgHkIq1g {
  width: 40.5rem;
  bottom: -13rem;
}
.decor-home-N1rgHkIq1g img {
  position: relative;
  left: 60rem;
}

.decor-product-detail-N15wCCD5yl {
  width: 39.2rem;
  bottom: -1.8rem;
}
@media (max-width: 1023px) {
  .decor-product-detail-N15wCCD5yl {
    width: 20rem;
    bottom: 0;
    display: block;
    right: -5rem;
    left: auto;
    transform: translateX(0);
  }
}
.decor-product-detail-N15wCCD5yl img {
  position: relative;
}
@media (min-width: 1024px) {
  .decor-product-detail-N15wCCD5yl img {
    left: -60rem;
  }
}

.decor-product-detail-NJJ95AFcyg {
  width: 40.9rem;
  bottom: -15rem;
}
.decor-product-detail-NJJ95AFcyg img {
  position: relative;
  left: 60rem;
}

.decor-VyjUtmxjye {
  width: 50.6rem;
  bottom: -21.5rem;
}
.decor-VyjUtmxjye img {
  position: relative;
  left: -62rem;
}

.decor-Vkq_ougsJl {
  width: 50.6rem;
  top: 7rem;
}
.decor-Vkq_ougsJl img {
  position: relative;
  left: -62rem;
}

.decor-search-Ey1z8nSsJl {
  width: 29.3rem;
  top: -4rem;
}
@media (max-width: 1023px) {
  .decor-search-Ey1z8nSsJl {
    width: 11.8rem;
  }
}
.decor-search-Ey1z8nSsJl.decor-lg {
  left: 0;
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .decor-search-Ey1z8nSsJl.decor-lg {
    display: block;
  }
}

.decor-search-VkbwL3Hokx {
  width: 39.1rem;
  top: -4rem;
}
@media (max-width: 1023px) {
  .decor-search-VkbwL3Hokx {
    width: 17.6rem;
  }
}
.decor-search-VkbwL3Hokx.decor-lg {
  right: 0;
  left: auto;
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .decor-search-VkbwL3Hokx.decor-lg {
    display: block;
  }
}

.decor-4JWxXItiyl {
  width: 28.3rem;
  top: -5.7rem;
}
.decor-4JWxXItiyl img {
  position: relative;
  left: -57rem;
}

.decor-NJKgmUFsJl {
  width: 26.5rem;
  top: -11rem;
}
.decor-NJKgmUFsJl img {
  position: relative;
  left: 57rem;
}

.decor-VkebmUtsyl {
  width: 37.4rem;
  top: 14rem;
}
.decor-VkebmUtsyl img {
  position: relative;
  left: -53rem;
}

.decor-4J_W78Yj1g {
  width: 33.1rem;
  bottom: 2rem;
}
.decor-4J_W78Yj1g img {
  position: relative;
  left: 50rem;
}

.decor-NyavQ29iyg {
  bottom: -2rem;
  width: 39.1rem;
}
@media (max-width: 1023px) {
  .decor-NyavQ29iyg {
    width: 23.9rem;
  }
}
.decor-NyavQ29iyg img {
  position: relative;
  left: -50rem;
}
@media (max-width: 1023px) {
  .decor-NyavQ29iyg img {
    left: -5rem;
  }
}
@media (max-width: 1023px) {
  .decor-NyavQ29iyg.decor-lg {
    display: block;
  }
}

.decor-EySOm2qiJl {
  width: 27rem;
  bottom: -5rem;
}
@media (max-width: 1023px) {
  .decor-EySOm2qiJl {
    bottom: -4rem;
    width: 17.2rem;
  }
}
.decor-EySOm2qiJl img {
  position: relative;
  left: 50rem;
}
@media (max-width: 1023px) {
  .decor-EySOm2qiJl img {
    left: 7rem;
  }
}
@media (max-width: 1023px) {
  .decor-EySOm2qiJl.decor-lg {
    display: block;
  }
}

.decor-EyBNbLnj1x {
  height: 74.6rem;
  bottom: -10rem;
  left: auto;
  right: 0;
  transform: translate(0, 0);
}

.decor-NJSBZU3okx {
  height: 42.3rem;
  bottom: -15rem;
  left: 0;
  right: auto;
  transform: translate(0, 0);
}

.decor-Nk2rW8niJg {
  width: 6.2rem;
  bottom: 12rem;
}
.decor-Nk2rW8niJg img {
  position: relative;
  left: -60rem;
}

.decor-N1PlMUhsJl {
  z-index: 2;
  width: 9.6rem;
  top: 8.9rem;
  left: auto;
  right: 4.8rem;
  transform: translateX(0);
}

.decor-EJCxz8hsyx {
  z-index: 2;
  width: 36.4rem;
  bottom: -5rem;
  right: auto;
  left: 3.2rem;
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .decor-EJCxz8hsyx {
    bottom: -3rem;
    width: 22.1rem;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .decor-EJCxz8hsyx.decor-lg {
    display: block;
  }
}

.decor-Ey4ZzInskg {
  z-index: 2;
  width: 33.4rem;
  bottom: -5rem;
  left: auto;
  right: 3.2rem;
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .decor-Ey4ZzInskg {
    bottom: -3rem;
    width: 20.2rem;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .decor-Ey4ZzInskg.decor-lg {
    display: block;
  }
}

.decor-VkklQWg3ke {
  z-index: 0;
  width: 25.5rem;
  bottom: 0;
  left: auto;
  right: 0;
  transform: translateX(0);
}

.swiper .swiper-wrapper {
  display: flex;
}
.swiper:not(.swiper-initialized) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.swiper:not(.swiper-initialized) * {
  visibility: hidden !important;
  pointer-events: none !important;
}
.swiper:not(.swiper-initialized) ~ * {
  visibility: hidden !important;
  pointer-events: none !important;
}
.swiper.swiper-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

/* 02. Partials/Layout */
.footer__moreAboutMobile {
  background-color: #fff;
  font-size: 1.6rem;
  margin-top: auto;
}
.footer__moreAboutMobile a {
  display: block;
  text-align: center;
  padding: 1rem;
  border-top: 1px solid #cecfd1;
}
@media (min-width: 1024px) {
  .footer__moreAboutMobile {
    display: none;
  }
}
.footer__moreAboutMobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-wrapper {
  background-color: var(--color-primary);
  color: #fff;
  padding-top: 4.8rem;
  position: relative;
  z-index: var(--z-index-footer);
  margin-top: auto;
  box-shadow: 0 50px 1px var(--color-primary);
}
@media (max-width: 1023px) {
  .footer-wrapper {
    margin-top: 0;
    padding-top: 3rem;
  }
}
.footer-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__row {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1023px) {
  .footer__row {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .footer__col {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .footer__col.is-logo {
    display: none;
  }
}
@media (min-width: 1024px) {
  .footer__col.is-address {
    max-width: 31rem;
  }
}
@media (min-width: 1024px) {
  .footer__col.is-others {
    max-width: 22rem;
  }
}
@media (max-width: 1023px) {
  .footer__col.is-others {
    order: 2;
    margin-bottom: 0;
  }
}

.footer__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .footer__title {
    margin-bottom: 0.8rem;
  }
}

.footer__main {
  padding-bottom: 4.8rem;
}
@media (max-width: 1023px) {
  .footer__main {
    padding-bottom: 3rem;
  }
}

.footer__logo img {
  display: block;
  width: 14.1rem;
}

.footer__icons {
  font-size: 0;
  display: flex;
  align-items: center;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 1023px) {
  .footer__icons {
    justify-content: center;
  }
}
.footer__icons > * {
  display: block;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.footer__icons img {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  transition: all 0.3s;
}
@media (pointer: fine) {
  .footer__icons a:hover img {
    transform: scale(1.2);
  }
}

.footer__address {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.footer__addressTextLvl2 {
  font-size: 1.4rem;
}

.footer__moreAbout {
  margin-bottom: 2.8rem;
}
@media (max-width: 1023px) {
  .footer__moreAbout {
    display: none;
  }
}

.footer__moreAboutList {
  font-size: 1.4rem;
}
.footer__moreAboutList ul {
  display: flex;
  flex-wrap: wrap;
}
.footer__moreAboutList li {
  width: 50%;
}
.footer__moreAboutList a {
  vertical-align: middle;
}
.footer__moreAboutList a::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
  background-image: url(../images/icon-button-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: margin-right 0.3s ease-in-out;
}
@media (pointer: fine) {
  .footer__moreAboutList a:hover::before {
    margin-right: 0.8rem;
  }
}

.footer__contact {
  margin-bottom: 2.8rem;
}

.footer__contactList ul {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer__contactList ul {
    justify-content: center;
  }
}
.footer__contactList li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
}
.footer__contactList li img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.4rem;
}
.footer__contactList li + li {
  margin-left: 0.8rem;
  padding-left: 0.8rem;
  border-left: 1px solid #fff;
}

.footer__sub {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #fff3f5;
  font-size: 1.4rem;
}

.footer__subRow {
  display: flex;
}
@media (max-width: 1023px) {
  .footer__subRow {
    display: block;
  }
}
.footer__subRow .footer__subCol.is-copyRight {
  margin-left: auto;
}

@media (max-width: 1023px) {
  .footer__privacy {
    margin-bottom: 0.8rem;
  }
}
.footer__privacy ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .footer__privacy ul > * {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.footer__privacy a {
  display: block;
}
@media (pointer: fine) {
  .footer__privacy a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 1023px) {
  .footer__copyRight {
    text-align: center;
  }
}

html[data-scroll-direction=up] .navigation-wrapper {
  top: 0;
}
@media (max-width: 1023px) {
  html.navigation-open {
    overflow: hidden;
  }
  html.navigation-open body {
    padding-top: var(--sticky-bottom-height);
    overflow: hidden;
  }
  html.navigation-open .navigation-wrapper {
    top: 0;
    position: fixed;
    transition: all 0s;
  }
}

.navigation-wrapper {
  background-color: var(--color-primary);
  z-index: var(--z-index-navigation);
  position: sticky;
  top: -8rem;
}
@media (max-width: 1023px) {
  .navigation-wrapper {
    width: 100%;
    top: -5.5rem;
  }
  .navigation-wrapper.show-menu .nav-main {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
.navigation-wrapper[style*="opacity: 1"] {
  transition: all 0.3s ease;
}

.navigation {
  height: 8rem;
  color: #fff;
  display: flex;
  max-width: 120rem;
  margin: auto;
  align-items: center;
}
@media (max-width: 1023px) {
  .navigation {
    position: relative;
    z-index: 20;
    height: 5.5rem;
  }
}

.nav-brand {
  margin-right: 2rem;
}
@media (min-width: 1200px) {
  .nav-brand {
    margin-right: 5rem;
  }
}
.nav-brand img {
  display: block;
}
@media (max-width: 1023px) {
  .nav-brand img {
    height: 2.7rem;
    width: auto;
  }
}

.nav-main {
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .nav-main {
    position: absolute;
    top: 100%;
    left: -1.5rem;
    right: -1.5rem;
    height: calc(100vh - 5.5rem);
    background-color: #fff;
    color: #2c2c2c;
    border-top: 1px solid #fff;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.nav-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .nav-main .nav-main-items {
    display: flex;
  }
}
.nav-main li.has-dropdown {
  position: relative;
}
@media (max-width: 1023px) {
  .nav-main .nav-dropdown {
    position: relative;
    border-bottom: 1px solid #cecfd1;
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  .nav-main .nav-dropdown-decor::after {
    transform: translateX(0);
    left: 6rem;
  }
}

.nav-main-item {
  white-space: nowrap;
}
@media (pointer: fine) {
  .nav-main-item:hover .nav-dropdown {
    display: block;
  }
  .nav-main-item:hover .nav-main-link {
    font-weight: bold;
  }
  .nav-main-item:hover .nav-main-link span:after {
    width: 100%;
  }
  .nav-main-item:hover .nav-dropdown-decor::after {
    display: block;
  }
}

.nav-main-link {
  cursor: pointer;
  height: 8rem;
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 1200px) {
  .nav-main-link {
    padding: 1rem 3rem;
  }
}
@media (max-width: 1023px) {
  .nav-main-link {
    padding: 1.5rem;
    position: relative;
    border-bottom: 1px solid #cecfd1;
    height: 5.5rem;
  }
}
.nav-main-link span {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav-main-link span {
    padding: 0.2rem;
  }
  .nav-main-link span:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
  }
}
.nav-main-link .icon {
  display: block;
  margin-left: 1rem;
}
@media (min-width: 1024px) {
  .nav-main-link .icon.icon-dark {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav-main-link .icon:not(.icon-dark) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav-main-link .icon {
    position: absolute;
    top: 50%;
    margin-top: -0.8rem;
    right: 1.5rem;
    width: 1.5rem;
  }
}
@media (pointer: fine) and (min-width: 1024px) {
  .nav-main-link:hover span:after {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .nav-main-link.is-active {
    border-bottom: 1px solid #fff;
    background-color: var(--color-primary);
    color: #fff;
  }
  .nav-main-link.is-active .icon.icon-dark {
    display: none;
  }
  .nav-main-link.is-active .icon:not(.icon-dark) {
    display: block;
    transform: rotate(180deg);
  }
}
.nav-main-link.is-active span:after {
  width: 100%;
}

.nav-utils {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.nav-util-search {
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .nav-util-search {
    margin-right: 2rem;
  }
}

.nav-util-search-trigger {
  cursor: pointer;
  padding: 1rem;
}
.nav-util-search-trigger img {
  display: block;
}

.nav-util-language {
  cursor: pointer;
}
@media (pointer: fine) {
  .nav-util-language:hover .nav-util-language-label {
    font-weight: bold;
  }
  .nav-util-language:hover .nav-util-language-trigger::after {
    display: block;
  }
  .nav-util-language:hover .nav-dropdown {
    display: block;
  }
}

.nav-util-language-trigger {
  display: flex;
  align-items: center;
  height: 8rem;
}
@media (max-width: 1023px) {
  .nav-util-language-trigger {
    height: 5.5rem;
  }
}
.nav-util-language-trigger img {
  display: block;
}
.nav-util-language-trigger .nav-util-language-label {
  align-items: center;
  display: flex;
  padding-left: 1rem;
}
.nav-util-language-trigger .nav-util-language-label img {
  margin-left: 0.8rem;
  display: none;
}
@media (min-width: 1024px) {
  .nav-util-language-trigger .nav-util-language-label img {
    display: block;
  }
}

.nav-main-trigger {
  height: 3.6rem;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  margin-left: 2rem;
}
@media (min-width: 1024px) {
  .nav-main-trigger {
    display: none;
  }
}

.nav-main-trigger-icon {
  width: 1.9rem;
  height: 1.7rem;
  position: relative;
}
.nav-main-trigger-icon span {
  transition: all 0.3s ease-in-out;
  display: block;
  height: 0.3rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0.3rem;
}
.nav-main-trigger-icon span:nth-child(1) {
  top: 0;
}
.nav-main-trigger-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.nav-main-trigger-icon span:nth-child(3) {
  bottom: 0;
}
.nav-main-trigger-icon.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.nav-main-trigger-icon.active span:nth-child(2) {
  opacity: 0;
}
.nav-main-trigger-icon.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.nav-dropdown-wrapper {
  position: relative;
  z-index: 10;
}

.nav-dropdown-decor {
  position: relative;
}
.nav-dropdown-decor::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/nav-rectangle-decor.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -0.6rem;
  z-index: 10;
  display: none;
}
.nav-dropdown-decor.is-active::after {
  display: block;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  color: #000;
  min-width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .nav-dropdown {
    box-shadow: 0px 0.4rem 2.4rem rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1023px) {
  .nav-dropdown {
    padding: 1.5rem;
  }
}
.nav-dropdown.position-right {
  left: auto;
  right: 0;
}
.nav-dropdown.position-center {
  left: 50%;
  transform: translateX(-50%);
  min-width: 0;
  width: max-content;
}
.nav-dropdown.is-active {
  display: block;
}
.nav-dropdown li a {
  display: block;
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
}
@media (max-width: 1023px) {
  .nav-dropdown li a {
    padding: 0.7rem 1.5rem;
  }
}
@media (pointer: fine) {
  .nav-dropdown li a:hover {
    color: var(--color-primary);
    font-weight: bold;
  }
}
.nav-dropdown li:first-child a {
  padding-top: 2.4rem;
}
@media (max-width: 1023px) {
  .nav-dropdown li:first-child a {
    padding-top: 1.5rem;
  }
}
.nav-dropdown li:last-child a {
  padding-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .nav-dropdown li:last-child a {
    padding-bottom: 1.5rem;
  }
}

.nav-dropdown__product {
  padding: 2.4rem;
}
@media (max-width: 1023px) {
  .nav-dropdown__product {
    padding: 1.5rem;
  }
}
.nav-dropdown__product .nav-dropdown__productMore {
  margin-top: 2.4rem;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  margin-bottom: -2.4rem;
}
@media (max-width: 1023px) {
  .nav-dropdown__product .nav-dropdown__productMore {
    margin-top: 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
.nav-dropdown__product .nav-dropdown__productMore .button {
  width: 100%;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

@media (min-width: 1024px) {
  .nav-dropdown__row {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .nav-dropdown__col {
    width: calc(50% - 3.2rem);
  }
}
@media (min-width: 1024px) {
  .nav-dropdown__col + .nav-dropdown__col {
    margin-left: auto;
  }
  .nav-dropdown__col + .nav-dropdown__col .dropdown__productItems {
    position: relative;
  }
  .nav-dropdown__col + .nav-dropdown__col .dropdown__productItems:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: -3.2rem;
  }
}
@media (max-width: 1023px) {
  .nav-dropdown__col + .nav-dropdown__col {
    border-top: 1px solid var(--color-primary);
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    padding-top: 2.4rem;
  }
}

.dropdown__productItems {
  display: flex;
}

.dropdown__productItem {
  width: calc(50% - 0.8rem);
}
.dropdown__productItem + .dropdown__productItem {
  margin-left: auto;
}

.dropdown__productTitle {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.dropdown__productThumbnail {
  text-align: center;
  padding-bottom: 1.3rem;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.dropdown__productThumbnail > a {
  display: block;
  font-size: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (pointer: fine) {
  .dropdown__productThumbnail:hover {
    background-color: #fff;
  }
  .dropdown__productThumbnail:hover > a {
    opacity: 1;
  }
  .dropdown__productThumbnail:hover .dropdown__productThumbnailLabel {
    color: var(--color-primary);
    font-weight: bold;
  }
}

.dropdown__productThumbnailImage {
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown__productThumbnailImage img {
  display: block;
  max-width: 100%;
  height: auto;
}

.dropdown__productThumbnailLabel {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.4rem;
}

.nav-dropdown__simpleList > a {
  display: block;
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
}
@media (max-width: 1023px) {
  .nav-dropdown__simpleList > a {
    padding: 0.7rem 1.5rem;
  }
}
.nav-dropdown__simpleList > a:first-child {
  padding-top: 2.4rem;
}
@media (max-width: 1023px) {
  .nav-dropdown__simpleList > a:first-child {
    padding-top: 1.5rem;
  }
}
.nav-dropdown__simpleList > a:last-child {
  padding-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .nav-dropdown__simpleList > a:last-child {
    padding-bottom: 1.5rem;
  }
}
@media (pointer: fine) {
  .nav-dropdown__simpleList > a:hover {
    color: var(--color-primary);
    font-weight: bold;
  }
}

.search-nav-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: var(--z-index-search-nav);
  background-color: var(--color-primary);
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
.search-nav-wrapper.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .search-nav-wrapper .container {
    display: flex;
  }
}

@media (max-width: 1023px) {
  .search-nav__brand {
    display: none;
  }
}

.search-nav {
  position: relative;
  margin: auto;
  max-width: 63.7rem;
  padding-right: 4.8rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-nav {
    max-width: 65.7rem;
    padding-left: 2rem;
  }
}
.search-nav .custom-input {
  margin-bottom: 2rem;
}

.search-nav__tagsTitle {
  font-weight: bold;
  margin-bottom: 1rem;
}

.search-nav__close {
  position: absolute;
  right: 0;
  top: 0.5rem;
  cursor: pointer;
  padding: 0.4rem;
  transition: all 0.3s;
}
@media (pointer: fine) {
  .search-nav__close:hover {
    transform: scale(1.5);
  }
}
.search-nav__close img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

/* 03. Components */
ul.custom-list {
  padding: 0;
  list-style: none;
}
ul.custom-list li {
  padding-left: 2.6rem;
  position: relative;
}
ul.custom-list li:not(:last-child) {
  margin-bottom: 0.8rem;
}
ul.custom-list li:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/icon-checked-circle-gold.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.4rem;
}

.button {
  font-size: 1.6rem;
  padding: 1.2rem;
  background-color: #000;
  color: #fff;
  min-width: 19.2rem;
  display: inline-block;
  text-align: center;
  line-height: 1;
  border: none;
  border-radius: 0;
  font-family: inherit;
  cursor: pointer;
}
.button.has-arrow-right {
  vertical-align: middle;
}
.button.has-arrow-right:after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/icon-button-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin-left: 0.5rem;
  transform: translateY(0.3rem);
  transition: all 0.3s ease;
}
@media (pointer: fine) {
  .button.has-arrow-right:hover:after {
    transform: translate(0.5rem, 0.3rem);
  }
}
.button.button-primary {
  background-color: var(--color-primary);
  color: #fff;
}
@media (pointer: fine) {
  .button.button-primary:hover {
    background-color: var(--color-primary-light);
    color: #fff;
  }
}
.button.button-primary:active {
  background-color: var(--color-primary-dark);
  color: #fff;
}

.button-underlined {
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
}
.button-underlined span {
  text-decoration: underline;
  display: inline-block;
}
.button-underlined.has-arrow-right {
  vertical-align: middle;
}
.button-underlined.has-arrow-right:after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/icon-button-arrow-right-color.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transform: translateY(0.3rem);
  transition: all 0.3s ease;
}
@media (pointer: fine) {
  .button-underlined.has-arrow-right:hover:after {
    transform: translate(0.5rem, 0.3rem);
  }
  .button-underlined.has-arrow-right:hover span {
    text-decoration: none;
  }
}
.button-underlined.button-primary {
  color: var(--color-primary);
}

.badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.badges > * {
  margin-bottom: 0.8rem;
}
.badges > *:not(:last-child) {
  margin-right: 0.8rem;
}

.badge {
  height: 3.2rem;
  display: flex;
  align-items: center;
  width: fit-content;
  padding-left: 1.2rem;
  padding-right: 0.6rem;
  color: #fff;
  background-color: var(--badge-bg-color);
}
@media (pointer: fine) {
  .badge:hover {
    background-color: var(--badge-bg-color-hover);
  }
}
.badge:active {
  background-color: var(--badge-bg-color-active);
}

.badge__label {
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
}

.badge__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-self: center;
  margin-left: 0.6rem;
  cursor: pointer;
}
.badge__icon img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}

.breadcrumbs {
  padding-top: 2.4rem;
  margin-bottom: 5rem;
  position: relative;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    font-size: 1.4rem;
    width: 100%;
  }
}
.breadcrumbs:after {
  content: "";
  display: block;
  position: absolute;
  right: -1.5rem;
  top: 0;
  bottom: 0;
  width: 1.5rem;
  background-color: #fff;
  box-shadow: -0.5rem 0 2rem 2rem white;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0 3rem 0.8rem 0;
  list-style: none;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumbs ul li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumbs ul li:not(:last-child) {
  margin-right: 1.8rem;
}
@media (max-width: 1023px) {
  .breadcrumbs ul li:not(:last-child) {
    margin-right: 0.8rem;
  }
}
.breadcrumbs ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  margin-left: 1.8rem;
  background-image: url(../images/icon-arrow-right-dark.svg);
  width: 1rem;
  height: 1rem;
}
@media (max-width: 1023px) {
  .breadcrumbs ul li:not(:last-child):after {
    margin-left: 0.8rem;
  }
}
.breadcrumbs ul li a {
  color: #2c2c2c;
  text-decoration: none;
}
@media (pointer: fine) {
  .breadcrumbs ul li a:hover {
    text-decoration: underline;
  }
}
.breadcrumbs ul li:last-child a,
.breadcrumbs ul li:last-child span {
  font-weight: bold;
  cursor: default;
  text-decoration: none !important;
}

.customCheckbox {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.customCheckbox > input {
  display: none;
}
.customCheckbox > input:checked + label .customCheckbox__icon::before {
  border: 1px solid var(--color-primary);
}
.customCheckbox > input:checked + label .customCheckbox__icon::after {
  opacity: 1;
}
.customCheckbox > input:checked + label .customCheckbox__label {
  color: var(--color-primary);
}
.customCheckbox .customCheckbox__icon {
  margin-right: 1.4rem;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  position: relative;
  pointer-events: none;
}
.customCheckbox .customCheckbox__icon::before, .customCheckbox .customCheckbox__icon::after {
  transition: opacity 0.2s ease-in-out;
  content: "";
  display: block;
  border-radius: 100%;
}
.customCheckbox .customCheckbox__icon::before {
  background-color: #fff;
  border: 1px solid #949599;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.customCheckbox .customCheckbox__icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.4rem;
  background-color: var(--color-primary);
  opacity: 0;
}
.customCheckbox label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #2c2c2c;
  cursor: pointer;
  display: flex;
  max-width: fit-content;
}
@media (pointer: fine) {
  .customCheckbox label:hover {
    color: var(--color-primary);
  }
  .customCheckbox label:hover .customCheckbox__icon::before {
    border-color: var(--color-primary);
  }
}
.customCheckbox.is-checkbox .customCheckbox__icon::before {
  border-radius: 0.4rem;
}
.customCheckbox.is-checkbox .customCheckbox__icon::after {
  height: 1.6rem;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../images/icon-checkbox-checked.svg);
}

.custom-dropdown select {
  display: none;
}
.custom-dropdown.is-error .custom-dropdown__trigger {
  border-color: var(--color-error);
}
.custom-dropdown.is-active .custom-dropdown__trigger {
  border-color: var(--color-primary);
  color: var(--color-primary);
  font-weight: bold;
}
@media (pointer: fine) {
  .custom-dropdown:hover .custom-dropdown__trigger {
    border-color: var(--color-primary);
    color: var(--color-primary);
    font-weight: bold;
  }
}

.custom-dropdown__trigger {
  padding: 0 1.2rem;
  display: flex;
  height: 4.4rem;
  align-items: center;
  border: 1px solid var(--color-secondary-grey);
  background-color: #fff;
  cursor: pointer;
}
.custom-dropdown__trigger .trigger-text {
  padding-right: 0.8rem;
}
.custom-dropdown__trigger .trigger-text-placeholder {
  color: #9d9fa2;
  font-weight: normal;
}
.custom-dropdown__trigger .img-hover {
  margin-left: auto;
  width: 2rem;
  min-width: 2rem;
  transition: all 0.3s;
}
.custom-dropdown__trigger.is-active .img-hover {
  transform: rotate(180deg);
}

.custom-dropdown__inner {
  position: relative;
}

.custom-dropdown__content {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  z-index: var(--z-index-dropdown);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s;
}
.custom-dropdown__content.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.custom-dropdown__content.is-active {
  display: block;
}
.custom-dropdown__content .custom-dropdown__actor {
  display: block;
  padding: 1.2rem;
  cursor: pointer;
}
@media (pointer: fine) {
  .custom-dropdown__content .custom-dropdown__actor:hover {
    background-color: var(--color-primary-shade);
    font-weight: bold;
    color: var(--color-primary);
  }
}

.custom-dropdown__item.is-active .custom-dropdown__actor {
  background-color: var(--color-primary-shade);
  font-weight: bold;
  color: var(--color-primary);
}

.form-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
}

.form-group {
  margin-bottom: 2.4rem;
}
.form-group.has-sideButton {
  display: flex;
}
.form-group.has-sideButton .custom-input {
  flex: 1;
}
.form-group.has-sideButton .button {
  width: fit-content;
  min-width: 10.4rem;
}

.ff-el-group.custom-input,
.custom-input {
  position: relative;
  cursor: pointer;
}
.ff-el-group.custom-input::before, .ff-el-group.custom-input::after,
.custom-input::before,
.custom-input::after {
  display: none !important;
}
.ff-el-group.custom-input input.ff-el-form-control,
.ff-el-group.custom-input textarea.ff-el-form-control,
.ff-el-group.custom-input input,
.ff-el-group.custom-input textarea,
.custom-input input.ff-el-form-control,
.custom-input textarea.ff-el-form-control,
.custom-input input,
.custom-input textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  border: 1px solid var(--color-secondary-grey);
  height: 4.4rem;
  padding-left: 1.2rem;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-family: "Sukhumvit Set";
}
.ff-el-group.custom-input input.ff-el-form-control::placeholder,
.ff-el-group.custom-input textarea.ff-el-form-control::placeholder,
.ff-el-group.custom-input input::placeholder,
.ff-el-group.custom-input textarea::placeholder,
.custom-input input.ff-el-form-control::placeholder,
.custom-input textarea.ff-el-form-control::placeholder,
.custom-input input::placeholder,
.custom-input textarea::placeholder {
  font-size: 0;
  display: none;
}
.ff-el-group.custom-input.is-error input.ff-el-form-control,
.ff-el-group.custom-input.is-error textarea.ff-el-form-control,
.ff-el-group.custom-input.is-error input,
.ff-el-group.custom-input.is-error textarea,
.custom-input.is-error input.ff-el-form-control,
.custom-input.is-error textarea.ff-el-form-control,
.custom-input.is-error input,
.custom-input.is-error textarea {
  border-color: var(--color-error);
}
.ff-el-group.custom-input.is-hl input.ff-el-form-control,
.ff-el-group.custom-input.is-hl textarea.ff-el-form-control,
.ff-el-group.custom-input.is-hl input,
.ff-el-group.custom-input.is-hl textarea,
.custom-input.is-hl input.ff-el-form-control,
.custom-input.is-hl textarea.ff-el-form-control,
.custom-input.is-hl input,
.custom-input.is-hl textarea {
  border-color: var(--color-primary);
}
.ff-el-group.custom-input.has-icon input.ff-el-form-control,
.ff-el-group.custom-input.has-icon textarea.ff-el-form-control,
.ff-el-group.custom-input.has-icon input,
.ff-el-group.custom-input.has-icon textarea,
.custom-input.has-icon input.ff-el-form-control,
.custom-input.has-icon textarea.ff-el-form-control,
.custom-input.has-icon input,
.custom-input.has-icon textarea {
  padding-left: 4.4rem;
}
.ff-el-group.custom-input.has-icon .custom-input__icon,
.custom-input.has-icon .custom-input__icon {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.ff-el-group.custom-input.has-icon .custom-input__icon img,
.custom-input.has-icon .custom-input__icon img {
  width: 2rem;
  height: 2rem;
  display: block;
}
.ff-el-group.custom-input.is-focused .ff-el-input--label,
.ff-el-group.custom-input.is-focused .custom-input__placeholder, .ff-el-group.custom-input.has-value .ff-el-input--label,
.ff-el-group.custom-input.has-value .custom-input__placeholder,
.custom-input.is-focused .ff-el-input--label,
.custom-input.is-focused .custom-input__placeholder,
.custom-input.has-value .ff-el-input--label,
.custom-input.has-value .custom-input__placeholder {
  left: -0.4rem;
  opacity: 0;
}
.ff-el-group.custom-input.required .custom-input__placeholder::after,
.custom-input.required .custom-input__placeholder::after {
  content: "*";
  color: var(--color-primary);
  margin-left: 0.4rem;
}
.ff-el-group.custom-input:hover input.ff-el-form-control,
.ff-el-group.custom-input:hover textarea.ff-el-form-control,
.ff-el-group.custom-input:hover input,
.ff-el-group.custom-input:hover textarea, .ff-el-group.custom-input.is-focused input.ff-el-form-control,
.ff-el-group.custom-input.is-focused textarea.ff-el-form-control,
.ff-el-group.custom-input.is-focused input,
.ff-el-group.custom-input.is-focused textarea,
.custom-input:hover input.ff-el-form-control,
.custom-input:hover textarea.ff-el-form-control,
.custom-input:hover input,
.custom-input:hover textarea,
.custom-input.is-focused input.ff-el-form-control,
.custom-input.is-focused textarea.ff-el-form-control,
.custom-input.is-focused input,
.custom-input.is-focused textarea {
  border-color: var(--color-primary);
}
.ff-el-group.custom-input textarea.ff-el-form-control,
.ff-el-group.custom-input textarea,
.custom-input textarea.ff-el-form-control,
.custom-input textarea {
  height: 12rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.form-error-message {
  color: var(--color-error);
  font-size: 1.4rem;
  margin-top: 0.8rem;
}

.fluentform .ff-el-group .ff-el-input--label,
.custom-input__placeholder {
  position: absolute;
  top: 1.3rem;
  left: 1.2rem;
  pointer-events: none;
  color: var(--color-secondary-grey);
  font-size: 1.6rem;
  transition: all 0.3s;
  line-height: 1;
  white-space: nowrap;
}

.fluentform .frm-fluent-form .ff-el-group {
  margin-bottom: 2.4rem;
}
.fluentform .frm-fluent-form .form-section-header {
  margin-bottom: 2.4rem;
}
.fluentform .frm-fluent-form .form-section-header > * {
  margin-bottom: 0;
}
.fluentform .frm-fluent-form .form-section-header ~ .form-section-header {
  margin-top: 2.2rem;
}
.fluentform .frm-fluent-form .choices__inner {
  border-radius: 0;
  border: none;
}
.fluentform .frm-fluent-form .choices__list--single {
  border: 1px solid var(--color-secondary-grey);
  display: flex;
  font-size: 1.6rem;
  height: 4.4rem;
  padding: 0;
  padding-left: 1.2rem;
  align-items: center;
}
.fluentform .frm-fluent-form .choices {
  font-size: 1.6rem;
}
.fluentform .frm-fluent-form .choices:hover.choices[data-type*=select-one]:after, .fluentform .frm-fluent-form .choices.is-open.choices[data-type*=select-one]:after {
  background-image: url("../images/icon-chevron-down-color.svg");
}
.fluentform .frm-fluent-form .choices:hover .choices__list--single, .fluentform .frm-fluent-form .choices.is-open .choices__list--single {
  border-color: var(--color-primary);
  color: var(--color-primary);
  font-weight: bold;
}
.fluentform .frm-fluent-form .choices:hover .choices__list--single > *, .fluentform .frm-fluent-form .choices.is-open .choices__list--single > * {
  color: inherit;
  font-weight: inherit;
}
.fluentform .frm-fluent-form .choices.is-open.choices[data-type*=select-one]:after {
  background-image: url("../images/icon-chevron-down-color.svg");
  transform: rotate(180deg);
}
.fluentform .frm-fluent-form .choices .choices__list--single > * {
  font-size: inherit;
  padding-right: 6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fluentform .frm-fluent-form .choices .choices__list--dropdown {
  font-size: inherit;
  max-width: 100%;
}
.fluentform .frm-fluent-form .choices .choices__list--dropdown .choices__item--choice {
  padding: 1.2rem;
  font-size: inherit;
}
.fluentform .frm-fluent-form .choices .choices__list--dropdown .choices__item--choice:after {
  display: none;
}
.fluentform .frm-fluent-form .choices .choices__list--dropdown .choices__item--choice.is-highlighted {
  background-color: var(--color-primary-shade);
  color: var(--color-primary);
  font-weight: bold;
}
.fluentform .frm-fluent-form .choices .choices__list--dropdown .choices__item--choice.choices__item--selectable {
  padding-right: 1.2rem;
}
.fluentform .frm-fluent-form .choices input.choices__input {
  background-color: #fff;
  border: 1px solid var(--color-secondary-grey) !important;
  box-sizing: border-box !important;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  margin: 1.2rem 0 1.2rem 1.2rem !important;
  outline: none !important;
  padding: 0 0 0 1.2rem;
  width: calc(100% - 2.4rem) !important;
}
.fluentform .frm-fluent-form .choices.choices[data-type*=select-one]:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  display: block;
  width: 2rem;
  height: 2.2rem;
  background-size: 100% auto;
  background-image: url("../images/icon-chevron-down-dark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  top: translateY(-50%);
  right: 1.2rem;
  border: none;
  margin: -1.1rem auto 0;
  transition: all 0.3s;
}
.fluentform .frm-fluent-form .choices.choices[data-type*=select-one] .choices__button {
  background-size: 0.8rem;
  border-radius: 0;
  height: 2rem;
  margin-right: 3.5rem;
  margin-top: -1rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2rem;
}
.fluentform .frm-fluent-form .choices__list--dropdown {
  border-color: var(--color-primary);
  border-radius: 0;
}
@media (min-width: 1024px) {
  .fluentform .frm-fluent-form .ff-t-container {
    gap: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .fluentform .frm-fluent-form .ff_columns_total_2 .ff-t-cell {
    max-width: calc(50% - 1.2rem);
  }
}
.fluentform .frm-fluent-form .ff-el-form-check {
  margin-bottom: 0;
}
.fluentform .frm-fluent-form .ff-el-form-check .ff-el-form-check-label {
  font-size: 1.4rem;
  display: flex;
}
.fluentform .frm-fluent-form .ff-el-form-check .ff-el-form-check-label:hover {
  color: var(--color-primary);
}
.fluentform .frm-fluent-form .ff-el-form-check .ff-el-form-check-label:hover .ff_tc_checkbox::before {
  border-color: var(--color-primary);
}
.fluentform .frm-fluent-form .ff-el-form-check .ff_tc_checkbox {
  margin-right: 1.4rem;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  position: relative;
  pointer-events: none;
  display: block;
  margin-top: 0.1rem;
}
.fluentform .frm-fluent-form .ff-el-form-check .ff_tc_checkbox::before, .fluentform .frm-fluent-form .ff-el-form-check .ff_tc_checkbox::after {
  transition: opacity 0.2s ease-in-out;
  content: "";
  display: block;
}
.fluentform .frm-fluent-form .ff-el-form-check .ff_tc_checkbox::before {
  border-radius: 0.4rem;
  background-color: #fff;
  border: 1px solid #949599;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.fluentform .frm-fluent-form .ff-el-form-check .ff_tc_checkbox::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0;
  border-radius: 0.2rem;
  background-color: transparent;
  background-image: url(../images/icon-checkbox-checked.svg);
  background-position: center center;
  background-size: 115% 115%;
  background-repeat: no-repeat;
}
.fluentform .frm-fluent-form .ff-el-form-check .ff_tc_checkbox input {
  display: none;
}
.fluentform .frm-fluent-form .ff-el-form-check.ff_item_selected .ff_tc_checkbox::before {
  border-color: var(--color-primary);
}
.fluentform .frm-fluent-form .ff-el-form-check.ff_item_selected .ff_tc_checkbox::after {
  opacity: 1;
}
.fluentform .frm-fluent-form .ff-el-tc label.ff_tc_label > span {
  padding-top: 0 !important;
}
.fluentform .frm-fluent-form .ff-el-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 1.4rem;
}

[data-toggle=custom-modal] {
  cursor: pointer;
}

body.custom-modal-open {
  overflow: hidden;
  height: 100vh;
}

.custom-modal {
  position: fixed;
  z-index: 999;
  padding: 2.4rem 1.5rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.custom-modal.is-full {
  padding: 0;
}
.custom-modal.is-full .custom-modal-content {
  height: 100%;
  width: 100%;
  max-width: none;
}
.custom-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.custom-modal.is-active .custom-modal-content {
  transform: translateY(0);
}
.custom-modal.is-gallery {
  padding: 0;
  background-color: rgba(44, 44, 44, 0.95);
}
.custom-modal.is-gallery .custom-modal-content {
  padding: 0;
  max-width: none;
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: relative;
}
.custom-modal.is-gallery .custom-modal-content__closeButton {
  position: absolute;
  right: 1.8rem;
  top: 0.8rem;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .custom-modal.is-gallery .custom-modal-content__closeButton {
    right: 0.8rem;
    top: 0.8rem;
  }
}
.custom-modal.is-gallery .custom-modal-content__closeButton img {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
.custom-modal.is-gallery .swiper img {
  display: block;
}
.custom-modal.is-gallery .swiper.is-thumbnail {
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  right: 0;
}
.custom-modal.is-gallery .swiper.is-thumbnail .swiper-slide {
  width: fit-content;
}
.custom-modal.is-gallery .swiper.is-thumbnail .swiper-slide .gallery-slider__image {
  cursor: pointer;
  position: relative;
  width: 13.8rem;
  padding-bottom: 66.6666666667%;
}
@media (max-width: 1023px) {
  .custom-modal.is-gallery .swiper.is-thumbnail .swiper-slide .gallery-slider__image {
    width: 9rem;
    padding-bottom: 66.6666666667%;
  }
}
.custom-modal.is-gallery .swiper.is-thumbnail .swiper-slide .gallery-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center center;
  position: absolute;
  inset: 0;
  margin: auto;
}
.custom-modal.is-gallery .swiper.is-thumbnail .swiper-slide .gallery-slider__image:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #949599;
}
.custom-modal.is-gallery .swiper.is-thumbnail .swiper-slide.swiper-slide-thumb-active .gallery-slider__image img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.custom-modal.is-gallery .swiper.is-thumbnail .swiper-slide.swiper-slide-thumb-active .gallery-slider__image:after {
  border: 2px solid #c9a45c;
}
.custom-modal.is-gallery .swiper.is-thumbnail.is-royalty .gallery-slider__image {
  background-color: #fff;
}
.custom-modal.is-gallery .swiper.is-thumbnail.is-royalty .gallery-slider__image img {
  object-fit: contain;
}
.custom-modal.is-gallery .swiper.is-large {
  position: absolute;
  left: 0;
  right: 0;
  top: 4.4rem;
  bottom: 15rem;
}
@media (max-width: 1023px) {
  .custom-modal.is-gallery .swiper.is-large {
    bottom: 12rem;
  }
}
.custom-modal.is-gallery .swiper.is-large .gallery-slider__image {
  height: 100%;
}
.custom-modal.is-gallery .swiper.is-large .gallery-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center center;
}
.custom-modal.is-gallery .swiper.is-large .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-modal.is-gallery .swiper.is-large .button-arrow {
  z-index: 1;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--color-secondary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.custom-modal.is-gallery .swiper.is-large .button-arrow img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.custom-modal.is-gallery .swiper.is-large .button-arrow.button-arrow-prev {
  left: 0;
}
.custom-modal.is-gallery .swiper.is-large .button-arrow.button-arrow-next {
  right: 0;
}
@media (max-width: 1023px) {
  .custom-modal.is-gallery .swiper.is-large .button-arrow {
    display: none;
  }
}
@media (pointer: fine) {
  .custom-modal.is-gallery .swiper.is-large .button-arrow:hover {
    background-color: var(--color-secondary-light);
  }
}
.custom-modal.is-gallery .swiper.is-large .button-arrow:active {
  background-color: var(--color-secondary-dark);
}
.custom-modal.is-splash {
  padding-top: 6rem;
}
.custom-modal.is-splash .custom-modal-content {
  max-width: 33.5rem;
}
@media (min-width: 1024px) {
  .custom-modal.is-splash .custom-modal-content {
    max-width: 79.2rem;
  }
}
.custom-modal.is-splash .custom-modal__close {
  bottom: calc(100% + 0.8rem);
  right: 0;
  left: auto;
  top: auto;
}
.custom-modal.is-splash.only-image .custom-modal-content {
  max-width: fit-content;
}
.custom-modal.has-form .custom-modal-content {
  padding: 0;
}

.custom-modal-content {
  transition: all 0.2s ease;
  background-color: #fff;
  margin: auto;
  padding: 1.2rem;
  max-width: 88.8rem;
  width: 100%;
  transform: translateY(10rem);
  position: relative;
  min-height: 10rem;
}

.custom-modal__close {
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
}
@media (max-width: 1023px) {
  .custom-modal__close {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.custom-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.custom-modal-splash__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media (max-width: 1023px) {
  .custom-modal-splash__image img.img-lg {
    display: none;
  }
}
.custom-modal-splash__image img.img-md {
  display: none;
}
@media (max-width: 1023px) {
  .custom-modal-splash__image img.img-md {
    display: block;
  }
}

@media (min-width: 1024px) {
  .splash-form {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .splash-form__image {
    width: 38.4rem;
  }
}
@media (max-width: 1023px) {
  .splash-form__image img.img-lg {
    display: none;
  }
}
.splash-form__image img.img-md {
  display: none;
}
@media (max-width: 1023px) {
  .splash-form__image img.img-md {
    display: block;
  }
}

.splash-form__imageInner {
  position: relative;
  width: 100%;
  padding-bottom: 64.4776119403%;
}
@media (min-width: 1024px) {
  .splash-form__imageInner {
    padding-bottom: 136.1979166667%;
  }
}
.splash-form__imageInner img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splash-form__content {
  flex: 1;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .splash-form__content {
    padding: 2.4rem 1.5rem;
    min-height: 33.3rem;
    text-align: center;
  }
}
.splash-form__content .text-a {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .splash-form__content .text-a {
    font-size: 2.8rem;
  }
}
.splash-form__content .text-b {
  font-size: 1.6rem;
}
.splash-form__content .text-c {
  font-size: 1.2rem;
}
.splash-form__content .ff-t-cell.ff-t-column-1 {
  flex-basis: 100% !important;
}
.splash-form__content .ff-t-cell.ff-t-column-2 {
  flex-basis: 0% !important;
}

.splash-form__contentInner {
  width: 100%;
  margin: auto 0;
  position: relative;
  z-index: 1;
}

[data-toggle=sticky] {
  z-index: var(--z-index-sticky);
}

.custom-tabs-wrapper {
  background-color: #fff;
  transition: all 0.3s ease;
}
.custom-tabs-wrapper.js-is-stuck {
  top: 0;
  opacity: 0;
}
@media (max-width: 1023px) {
  .custom-tabs-wrapper.is-logo-brand .custom-tabs {
    justify-content: space-around;
  }
}
.custom-tabs-wrapper.is-logo-brand .custom-tab__item {
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1023px) {
  .custom-tabs-wrapper.is-logo-brand .custom-tab__item {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.custom-tabs-wrapper.is-logo-brand .custom-tab__item img {
  width: auto !important;
  height: 4rem !important;
  max-width: none;
}
@media (max-width: 1023px) {
  .custom-tabs-wrapper.is-logo-brand .custom-tab__item img {
    height: 3.2rem !important;
  }
}
@media (max-width: 1023px) {
  .custom-tabs-wrapper.is-logo-brand .custom-tab__trigger {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0;
  }
}
.custom-tabs-wrapper.is-logo-brand .custom-tab__icon {
  width: auto;
  height: auto;
}

.custom-tabs {
  display: flex;
  border-bottom: 1px solid var(--color-primary);
  overflow: auto;
}

.custom-tab__item {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.custom-tab__item:first-child {
  margin-left: auto;
}
.custom-tab__item:last-child {
  margin-right: auto;
}
.custom-tab__item.is-active .custom-tab__trigger {
  border-color: var(--color-primary);
  font-weight: bold;
  color: var(--color-primary);
}
.custom-tab__item.is-disable {
  pointer-events: none;
  opacity: 0.3;
  color: #333;
}

.custom-tab__trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 1.4rem;
  border-bottom: 0.4rem solid transparent;
}
@media (max-width: 767px) {
  .custom-tab__trigger {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
  }
}
@media (pointer: fine) {
  .custom-tab__trigger:hover {
    color: var(--color-primary);
  }
}

.custom-tab__icon {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-tab__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.custom-tab__label {
  padding-left: 1.6rem;
  white-space: nowrap;
}

.custom-tabs-slider-wrapper {
  margin-bottom: 4.8rem;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .custom-tabs-slider-wrapper {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .custom-tabs-slider-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.custom-tabs-slider {
  position: relative;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
.custom-tabs-slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--color-primary);
}
.custom-tabs-slider .swiper-wrapper > *:first-child {
  margin-left: auto;
}
.custom-tabs-slider .swiper-wrapper > *:last-child {
  margin-right: auto !important;
}
.custom-tabs-slider .swiper-slide {
  background-color: transparent;
  width: fit-content;
  height: auto;
}
.custom-tabs-slider .button-arrow {
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  cursor: pointer;
}
@media (pointer: fine) {
  .custom-tabs-slider .button-arrow:hover {
    background-color: var(--color-primary-light);
  }
}
.custom-tabs-slider .button-arrow:active {
  background-color: var(--color-primary-dark);
}
.custom-tabs-slider .button-arrow.button-arrow-prev {
  left: 0;
}
.custom-tabs-slider .button-arrow.button-arrow-next {
  right: 0;
}
.custom-tabs-slider .button-arrow.swiper-button-disabled {
  display: none;
}
.custom-tabs-slider .button-arrow img {
  width: 2.4rem;
  height: auto;
}

.custom-tab-hori {
  display: block;
  cursor: pointer;
  height: 100%;
  padding: 0.8rem 3rem;
  border-bottom: 0.4rem solid transparent;
}
@media (max-width: 1023px) {
  .custom-tab-hori {
    padding: 0.8rem 0;
    margin-right: 2rem;
  }
}
@media (pointer: fine) {
  .custom-tab-hori:hover {
    color: var(--color-primary);
  }
}
.custom-tab-hori.is-active {
  color: var(--color-primary);
  border-color: var(--color-primary);
  pointer-events: none;
}
.custom-tab-hori.is-active .custom-tab-hori__label {
  font-weight: bold;
}
.custom-tab-hori.is-disable {
  pointer-events: none;
  opacity: 0.3;
  color: #333;
}

.custom-tab-hori__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.custom-tab-hori__icon {
  width: 3.2rem;
}
@media (max-width: 1023px) {
  .custom-tab-hori__icon {
    width: 2.4rem;
  }
}
.custom-tab-hori__icon img {
  width: 100%;
  height: auto;
}

.custom-tab-hori__content {
  flex: 1;
  padding-left: 1.6rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .custom-tab-hori__content {
    padding-left: 0.8rem;
  }
}

.custom-tab-hori__label {
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .custom-tab-hori__label {
    font-size: 1.4rem;
  }
}

.custom-tab-hori__total {
  font-size: 1.2rem;
}

.custom-tab-content {
  display: none;
}
.custom-tab-content.is-active {
  display: block;
}

.custom-tags.is-light .custom-tags__title {
  color: #fff;
}
.custom-tags.is-light .custom-tags__link {
  border-color: #fff;
  color: #fff;
}
@media (pointer: fine) {
  .custom-tags.is-light .custom-tags__link:hover {
    background-color: #fff;
    color: var(--color-primary);
  }
}

.custom-tags__inner {
  display: flex;
}

.custom-tags__title {
  margin-right: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  height: 3.2rem;
  align-items: center;
  display: flex;
  white-space: nowrap;
}

.custom-tags__list {
  display: flex;
  flex-wrap: wrap;
}
.custom-tags__list > * {
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}

.custom-tags__link {
  white-space: nowrap;
  height: 3.2rem;
  align-items: center;
  display: flex;
  padding: 0 1.2rem;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 1.6rem;
  font-weight: normal;
}
@media (pointer: fine) {
  .custom-tags__link:hover {
    background-color: var(--color-primary-light);
    color: #fff;
  }
}
.custom-tags__link:active {
  background-color: var(--color-primary-dark);
  color: #fff;
}

.pagination__items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__item {
  margin-left: 1rem;
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .pagination__item {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}
.pagination__item:first-child {
  margin-left: 0;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media (pointer: fine) {
  .pagination__item a:hover {
    background-color: var(--color-primary);
    color: #fff;
  }
}
.pagination__item.is-active a {
  background-color: var(--color-primary);
  color: #fff;
}
.pagination__item.is-three-dots {
  pointer-events: none;
}
.pagination__item.is-go-prev a, .pagination__item.is-go-next a {
  border: 1px solid var(--color-primary);
}
@media (pointer: fine) {
  .pagination__item.is-go-prev a:hover, .pagination__item.is-go-next a:hover {
    background-color: transparent;
  }
}
.pagination__item.is-go-prev img, .pagination__item.is-go-next img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.pagination__item.is-go-prev.is-disabled, .pagination__item.is-go-next.is-disabled {
  opacity: 0.7;
}
.pagination__item.is-go-prev.is-disabled a, .pagination__item.is-go-next.is-disabled a {
  cursor: not-allowed;
  border-color: #bcbcbc;
}

.page__title {
  margin-bottom: 1.2rem;
}
.page__title > * {
  font-size: 4.8rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1023px) {
  .page__title > * {
    font-size: 3.2rem;
  }
}
.page__title.is-center {
  text-align: center;
}
.page__title.is-left {
  text-align: left;
}

@media (min-width: 1024px) {
  .section-title-wrapper.has-sort {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .section-title-wrapper.has-sort .section-title {
    margin-bottom: 3.2rem;
  }
}
.section-title-wrapper.has-sort .sort-w-label {
  margin-left: auto;
  margin-bottom: 4.8rem;
}

.section-title {
  text-align: center;
  margin-bottom: 4.8rem;
}
.section-title.is-center {
  text-align: center;
}
.section-title.is-left {
  text-align: left;
}
.section-title > * {
  margin: 0;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .section-title > * {
    font-size: 2.8rem;
  }
}
.section-title.is-lvl2 {
  text-align: left;
  margin-bottom: 2.4rem;
}
.section-title.is-lvl2 > * {
  font-size: 2.4rem;
}
.section-title.has-txt-a .is-txt-a {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 0.8rem;
}
.section-title.has-more-link {
  display: flex;
  align-items: center;
}
.section-title.has-more-link .section-title__more-link {
  margin-left: auto;
}

.section-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1023px) {
  .section-page {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.section-title-with-desc .section-title {
  text-align: left;
  margin-bottom: 0;
}
.section-title-with-desc .section-title > * {
  font-size: 4.8rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .section-title-with-desc .section-title > * {
    font-size: 2.8rem;
  }
}
.section-title-with-desc .section-desc > * {
  text-align: left;
  font-size: 1.6rem;
  margin: 0;
}

.m-b-xs {
  margin-bottom: 2.4rem;
}

.m-b-sm {
  margin-bottom: 3.4rem;
}

.m-b-md {
  margin-bottom: 6.4rem;
}
@media (max-width: 1023px) {
  .m-b-md {
    margin-bottom: 3.4rem;
  }
}

.m-b-lg {
  margin-bottom: 9.6rem;
}
@media (max-width: 1023px) {
  .m-b-lg {
    margin-bottom: 6.4rem;
  }
}

.header-page__desc {
  margin-left: auto;
  margin-right: auto;
}

.highlight-banner-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.highlight-banner-wrapper .swiper-slide {
  background-color: #fff;
}

.highlight-banner-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
}

.highlight-banner {
  position: relative;
}
.highlight-banner .swiper-slide {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .highlight-banner .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .highlight-banner .swiper-slide img {
    width: auto;
    max-width: none;
    height: 69.7rem;
  }
}
@media (max-width: 1023px) {
  .highlight-banner .swiper-slide {
    height: calc(100vh - 8rem);
  }
}
@media (max-width: 1023px) {
  .highlight-banner .swiper-slide .img-md {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.highlight-banner .button-arrow {
  z-index: 1;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--color-secondary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.highlight-banner .button-arrow img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.highlight-banner .button-arrow.button-arrow-prev {
  left: 0;
}
.highlight-banner .button-arrow.button-arrow-next {
  right: 0;
}
@media (max-width: 1023px) {
  .highlight-banner .button-arrow {
    display: none;
  }
}
@media (pointer: fine) {
  .highlight-banner .button-arrow:hover {
    background-color: var(--color-secondary-light);
  }
}
.highlight-banner .button-arrow:active {
  background-color: var(--color-secondary-dark);
}
.highlight-banner .swiper-pagination.swiper-pagination {
  bottom: 4%;
}
.highlight-banner .swiper-pagination-bullet {
  background-color: transparent;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 1px solid #fff;
  opacity: 1;
}
.highlight-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.simple-banner-wrapper {
  margin-bottom: 5rem;
}
.simple-banner-wrapper .swiper-pagination {
  position: relative;
  padding-top: 2.4rem;
}
.simple-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--color-primary);
  opacity: 1;
  background-color: transparent;
}
.simple-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.simple-banner-wrapper .swiper-slide {
  background-color: #fff;
}
.simple-banner-wrapper#VJ3z4ExjJl .swiper-slide {
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}
.simple-banner-wrapper#VJ3z4ExjJl .img-lg {
  width: auto;
  height: 30rem;
}

.swiper-pagination-theme.swiper .swiper-pagination {
  position: relative;
  padding-top: 2.4rem;
}
.swiper-pagination-theme.swiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--color-primary);
  opacity: 1;
  background-color: transparent;
}
.swiper-pagination-theme.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .swiper-slide img.img-lg {
    display: none;
  }
}
.swiper-slide img.img-md {
  display: none;
}
@media (max-width: 1023px) {
  .swiper-slide img.img-md {
    display: block;
  }
}

.highlight-message-wrapper {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.highlight-message {
  display: flex;
  align-items: center;
  max-width: 99.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .highlight-message {
    display: block;
  }
}

.highlight-message-content {
  max-width: 74.5rem;
  margin-left: auto;
  color: #2c2c2c;
}
@media (max-width: 1023px) {
  .highlight-message-content {
    width: 100%;
    margin-right: auto;
  }
}

.highlight-message-image {
  padding-right: 3rem;
}
@media (max-width: 1023px) {
  .highlight-message-image {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.highlight-message-image img {
  display: block;
  width: 13.2rem;
  height: 8rem;
}
@media (max-width: 1023px) {
  .highlight-message-image img {
    margin-left: auto;
    margin-right: auto;
  }
}

.highlight-product-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.highlight-product-items {
  display: flex;
}
@media (max-width: 1023px) {
  .highlight-product-items {
    display: block;
  }
}

.highlight-product-item {
  position: relative;
  overflow: hidden;
  width: 25%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .highlight-product-item {
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
}
.highlight-product-item:nth-child(odd) .highlight-product-item-image {
  order: 2;
}
.highlight-product-item:nth-child(odd) .highlight-product-item-content::before {
  top: auto;
  bottom: -14%;
  transform: skewY(-4.5deg);
}
@media (pointer: fine) {
  .highlight-product-item:hover .highlight-product-item-image {
    transform: scale(1.05);
  }
}

.highlight-product-item-image {
  height: 53.5%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .highlight-product-item-image {
    order: 2;
  }
}
.highlight-product-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight-product-item-content {
  height: 46.5%;
  color: #fff;
  background-color: var(--bg-product-hl-color);
  position: relative;
  z-index: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 1023px) {
  .highlight-product-item-content {
    text-align: center;
  }
}
.highlight-product-item-content::before {
  content: "";
  display: block;
  position: absolute;
  top: -14%;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: var(--bg-product-hl-color);
  transform: skewY(4.5deg);
  transform-origin: 0 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  .highlight-product-item-content::before {
    display: none;
  }
}
.highlight-product-item-content::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: var(--bg-product-hl-color);
}
@media (max-width: 1023px) {
  .highlight-product-item-content::after {
    display: none;
  }
}

.highlight-product-item-content-inner {
  position: relative;
  z-index: 1;
  max-width: 26rem;
  width: 100%;
  margin: auto;
  padding-top: 3rem;
}
@media (max-width: 1200px) {
  .highlight-product-item-content-inner {
    padding-top: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .highlight-product-item-content-inner {
    padding: 6rem 4rem;
    max-width: none;
  }
}

.highlight-product-item-title > * {
  margin: 0px;
  line-height: 1.4;
  font-size: 2.7rem;
}
@media (max-width: 1200px) {
  .highlight-product-item-title > * {
    font-size: 2.16rem;
  }
}
@media (max-width: 1023px) {
  .highlight-product-item-title > * {
    white-space: normal;
    font-size: 2.8rem;
  }
}
.highlight-product-item-title p,
.highlight-product-item-title br {
  margin: 0;
}

.highlight-product-item-description {
  margin-top: 1.5rem;
}
.highlight-product-item-description > * {
  font-size: 1.8rem;
  margin: 0;
}
@media (max-width: 1200px) {
  .highlight-product-item-description > * {
    font-size: 1.44rem;
  }
}
@media (max-width: 1023px) {
  .highlight-product-item-description > * {
    white-space: normal;
    font-size: 1.8rem;
    padding-top: 1.5rem;
  }
}
.highlight-product-item-description p,
.highlight-product-item-description br {
  margin: 0;
}

.product-recommends-wrapper {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
@media (max-width: 1023px) {
  .product-recommends-wrapper.show-pagination-md .section-title {
    display: block;
  }
}
@media (max-width: 1023px) {
  .product-recommends-wrapper.show-pagination-md .section-title .section-title__more-link {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-recommends-wrapper.show-pagination-md .product-recommends-more .pagination {
    display: none;
  }
}
.product-recommends-wrapper.show-pagination-md .product-recommends-more .button-underlined {
  display: none;
}
@media (max-width: 1023px) {
  .product-recommends-wrapper.show-pagination-md .product-recommends-more .button-underlined {
    display: block;
  }
}
.product-recommends-wrapper:last-child {
  padding-bottom: 4.2rem;
}

.product-recommends-tabs-wrapper {
  border-bottom: 1px solid var(--color-primary);
  margin-bottom: 4rem;
}

.product-recommends-tabs {
  display: flex;
  max-width: 65rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product-recommends-tab {
  width: 33.333%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media (max-width: 1023px) {
  .product-recommends-tab {
    padding-left: 0;
    padding-right: 0;
  }
}

.product-recommends-tab-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 3px solid transparent;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .product-recommends-tab-inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.product-recommends-tab-inner .icon {
  width: 3.2rem;
  height: auto;
  display: block;
  margin-right: 1.4rem;
}
@media (max-width: 1023px) {
  .product-recommends-tab-inner .icon {
    margin-right: 1rem;
    width: 1.7rem;
  }
}
.product-recommends-tab-inner .icon.is-color {
  display: none;
}
@media (pointer: fine) {
  .product-recommends-tab-inner:hover {
    color: var(--color-primary);
  }
  .product-recommends-tab-inner:hover .icon {
    display: none;
  }
  .product-recommends-tab-inner:hover .icon.is-color {
    display: block;
  }
}
.product-recommends-tab-inner.is-active, .product-recommends-tab-inner.active {
  color: var(--color-primary);
}
.product-recommends-tab-inner.is-active .icon, .product-recommends-tab-inner.active .icon {
  display: none;
}
.product-recommends-tab-inner.is-active .icon.is-color, .product-recommends-tab-inner.active .icon.is-color {
  display: block;
}
.product-recommends-tab-inner.is-active, .product-recommends-tab-inner.active {
  pointer-events: none;
  border-color: var(--color-primary);
}

.product-recommends-tab-label {
  font-size: 1.6rem;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .product-recommends-tab-label {
    font-size: 1.4rem;
  }
}

.product-recommends-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
@media (max-width: 1023px) {
  .product-recommends-items.is-one-row-md {
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .product-recommends-items.is-one-row-md .product-recommends-item {
    width: 30.6rem;
    min-width: 30.6rem;
  }
}

.product-recommends-item {
  margin-bottom: 2.4rem;
  width: 25%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: center;
}
.product-recommends-item[data-brand-type=felina] .product-recommends-item-brand {
  width: 5.2rem;
}
.product-recommends-item[data-brand-type=sp] .product-recommends-item-brand {
  width: 7.2rem;
}
@media (max-width: 1023px) {
  .product-recommends-item {
    width: 50%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
.product-recommends-item.hide {
  display: none;
}

.product-recommends-more {
  padding-top: 2rem;
  text-align: center;
}

.product-thumbnail {
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-color: #f1f1f1;
  padding-top: 28.4%;
  padding-bottom: 8.3%;
}
.product-thumbnail:after {
  content: "";
  display: block;
  border: 1px solid var(--color-primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
@media (pointer: fine) {
  .product-thumbnail:hover {
    position: relative;
    background-color: #fff;
  }
  .product-thumbnail:hover:after {
    opacity: 1;
  }
  .product-thumbnail:hover .product-thumbnail-image img {
    opacity: 0;
  }
  .product-thumbnail:hover .product-thumbnail-image img + img {
    opacity: 1;
  }
  .product-thumbnail:hover .product-thumbnail-title > *,
  .product-thumbnail:hover .product-thumbnail-description > * {
    color: var(--color-primary);
  }
}

.product-thumbnail-title,
.product-thumbnail-description {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  height: 4.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .product-thumbnail-title,
  .product-thumbnail-description {
    height: 4.1rem;
  }
}
.product-thumbnail-title > *,
.product-thumbnail-description > * {
  color: #000;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .product-thumbnail-title > *,
  .product-thumbnail-description > * {
    font-size: 1.4rem;
  }
}

.product-thumbnail-gram {
  color: var(--color-primary);
  font-size: 1.4rem;
  height: 2.1rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .product-thumbnail-gram {
    font-size: 1.2rem;
  }
}

.product-thumbnail-brand {
  width: 7.2rem;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
@media (max-width: 1023px) {
  .product-thumbnail-brand {
    top: 0.8rem;
    right: 0.8rem;
    width: 6rem;
  }
}
.product-thumbnail-brand img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}

.product-thumbnail-brand-label {
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background-color: #c9a45c;
  color: #fff;
}

.product-thumbnail-image {
  position: relative;
  overflow: hidden;
  padding-left: 9.4%;
  padding-right: 9.4%;
}
.product-thumbnail-image .product-thumbnail-image-inner {
  position: relative;
}
.product-thumbnail-image .product-thumbnail-image-inner::before {
  content: "";
  display: block;
  padding-bottom: 73.7991266376%;
}
.product-thumbnail-image .product-thumbnail-image-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  object-position: center center;
  transition: all 0.6s;
}
.product-thumbnail-image .product-thumbnail-image-inner img + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-thumbnail-button {
  opacity: 0;
  font-size: 0;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.recommend-blog-wrapper {
  position: relative;
  overflow: hidden;
}

.recommend-blog {
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .recommend-blog {
    margin-bottom: 6.4rem;
  }
  .recommend-blog .simple-banner-wrapper {
    background-color: #f1f1f1;
    padding-bottom: 1.4rem;
    margin-bottom: 2.4rem;
  }
  .recommend-blog .simple-banner-wrapper .swiper-slide {
    background-color: transparent;
  }
  .recommend-blog .blog-thumbnail__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .recommend-blog-row {
    display: flex;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}

@media (min-width: 1024px) {
  .recommend-blog-col {
    width: 50%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.recommend-blog-more {
  text-align: center;
}

.swiper-slide .blog-thumbnail {
  margin-bottom: 0;
}

.blog-thumbnail {
  max-width: 28.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4rem;
}
.blog-thumbnail.is-highlight {
  max-width: none;
}
.blog-thumbnail.is-horizontal {
  max-width: none;
}
.blog-thumbnail.is-horizontal .blog-thumbnail__inner {
  display: flex;
}
.blog-thumbnail.is-horizontal .blog-thumbnail__inner .blog-thumbnail__image {
  margin-bottom: 0;
  width: 25rem;
}
@media (max-width: 1023px) {
  .blog-thumbnail.is-horizontal .blog-thumbnail__inner .blog-thumbnail__image {
    width: 16rem;
  }
}
.blog-thumbnail.is-horizontal .blog-thumbnail__inner .blog-thumbnail__content {
  padding-left: 2.4rem;
  width: calc(100% - 25rem);
}
@media (max-width: 1023px) {
  .blog-thumbnail.is-horizontal .blog-thumbnail__inner .blog-thumbnail__content {
    padding-left: 1.5rem;
    width: calc(100% - 16rem);
  }
}
@media (max-width: 1023px) {
  .blog-thumbnail.is-horizontal .blog-thumbnail__label {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .blog-thumbnail.is-horizontal .blog-thumbnail__labelTextB {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}
.blog-thumbnail.is-horizontal .blog-thumbnail__title {
  height: 6rem;
}
@media (max-width: 1023px) {
  .blog-thumbnail.is-horizontal .blog-thumbnail__title {
    height: 4.35rem;
  }
}
.blog-thumbnail.is-horizontal .blog-thumbnail__title > * {
  margin-bottom: 0.4rem;
  font-size: 2rem;
  line-height: 1.45;
}
@media (max-width: 1023px) {
  .blog-thumbnail.is-horizontal .blog-thumbnail__title > * {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .blog-thumbnail.is-horizontal .blog-thumbnail__desc {
    display: none;
  }
}
.blog-thumbnail.is-horizontal .blog-thumbnail__more .button-underlined {
  font-size: 1.2rem;
}
.blog-thumbnail.is-horizontal-hl {
  max-width: none;
}
.blog-thumbnail.is-horizontal-hl .blog-thumbnail__inner {
  display: flex;
  align-items: center;
}
.blog-thumbnail.is-horizontal-hl .blog-thumbnail__image {
  width: 15.6rem;
  margin-bottom: 0;
}
.blog-thumbnail.is-horizontal-hl .blog-thumbnail__content {
  flex: 1;
  padding-left: 2.4rem;
}
.blog-thumbnail.is-horizontal-hl .blog-thumbnail__label {
  font-size: 1.2rem;
  flex-wrap: wrap;
}
.blog-thumbnail.is-horizontal-hl .blog-thumbnail__labelTextA {
  border-color: #fff !important;
}
.blog-thumbnail.is-horizontal-hl .blog-thumbnail__title {
  height: 4.35rem;
}
.blog-thumbnail.is-horizontal-hl .blog-thumbnail__title > * {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.45;
}
.blog-thumbnail.is-horizontal-hl .blog-thumbnail__desc {
  display: none;
}
.blog-thumbnail.is-horizontal-hl .blog-thumbnail__more {
  display: none;
}
@media (pointer: fine) {
  .blog-thumbnail.is-horizontal-hl:hover .blog-thumbnail__content * {
    color: #fff !important;
  }
  .blog-thumbnail.is-horizontal-hl:hover .blog-thumbnail__content .blog-thumbnail__title * {
    color: var(--color-secondary) !important;
  }
}
.blog-thumbnail.is-compact {
  max-width: none;
}
.blog-thumbnail.is-compact .blog-thumbnail__title {
  height: 5.2rem;
}
@media (max-width: 1023px) {
  .blog-thumbnail.is-compact .blog-thumbnail__title {
    height: 4.35rem;
  }
}
.blog-thumbnail.is-compact .blog-thumbnail__title > * {
  line-height: 1.45;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .blog-thumbnail.is-compact .blog-thumbnail__title > * {
    font-size: 1.6rem;
  }
}
.blog-thumbnail.is-compact .blog-thumbnail__desc {
  display: none;
}
.blog-thumbnail.is-review {
  max-width: none;
}
.blog-thumbnail.is-review .blog-thumbnail__title {
  height: 5.2rem;
}
@media (max-width: 1023px) {
  .blog-thumbnail.is-review .blog-thumbnail__title {
    height: 4.35rem;
  }
}
.blog-thumbnail.is-review .blog-thumbnail__title > * {
  line-height: 1.45;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .blog-thumbnail.is-review .blog-thumbnail__title > * {
    font-size: 1.6rem;
  }
}
.blog-thumbnail.is-review .blog-thumbnail__image:before {
  padding-bottom: 56.25%;
}
.blog-thumbnail.is-video .blog-thumbnail__image {
  position: relative;
}
.blog-thumbnail.is-video .blog-thumbnail__image:before {
  padding-bottom: 56.25%;
}
.blog-thumbnail.is-video .blog-thumbnail__image:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
  width: 6.4rem;
  height: 6.4rem;
  z-index: 1;
  background-image: url(../images/icon-thumbnail-play-color.svg);
  background-repeat: no-repeat;
  transition: all 0.3s;
  background-size: 100% 100%;
}
@media (pointer: fine) {
  .blog-thumbnail:hover .blog-thumbnail__image img {
    transform: scale(1.1);
  }
  .blog-thumbnail:hover .blog-thumbnail__title > * {
    color: var(--color-primary);
  }
}

.blog-thumbnail__image {
  margin-bottom: 2.4rem;
  position: relative;
  overflow: hidden;
}
.blog-thumbnail__image::before {
  content: "";
  display: block;
  padding-bottom: 66.6666666667%;
}
.blog-thumbnail__image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
  object-fit: cover;
}

.blog-thumbnail__order {
  width: 2.9rem;
  height: 4rem;
  background-image: url(../images/bg-thumbnail-label.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  color: var(--color-primary) !important;
  font-size: 2.4rem;
  font-weight: bold;
  z-index: 3;
  left: 0;
  top: 0;
  text-align: center;
}

.blog-thumbnail__label {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
}

.blog-thumbnail__labelTextA {
  color: var(--color-primary);
  font-weight: 700;
  border-right: 1px solid #cecfd1;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
  width: fit-content;
}
@media (pointer: fine) {
  .blog-thumbnail__labelTextA:hover {
    color: var(--color-primary-light);
    text-decoration: underline;
  }
}

.blog-thumbnail__labelTextB {
  color: #949599;
  line-height: 1;
}

.blog-thumbnail__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 7.2rem;
}
@media (max-width: 1023px) {
  .blog-thumbnail__title {
    height: 6rem;
  }
}
.blog-thumbnail__title > * {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .blog-thumbnail__title > * {
    font-size: 2rem;
  }
}

.blog-thumbnail__desc {
  margin-bottom: 0.8rem;
  color: #949599;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.8rem;
}
.blog-thumbnail__desc > * {
  margin: 0;
}

@media (pointer: fine) {
  .blog-thumbnail-hl:hover .blog-thumbnail-hl__image a {
    transform: scale(1.1);
  }
  .blog-thumbnail-hl:hover .blog-thumbnail-hl__title > * {
    color: var(--color-primary);
  }
}
.blog-thumbnail-hl.is-video .blog-thumbnail-hl__image {
  position: relative;
}
.blog-thumbnail-hl.is-video .blog-thumbnail-hl__image:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
  width: 6.4rem;
  height: 6.4rem;
  z-index: 1;
  background-image: url(../images/icon-thumbnail-play-color.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .blog-thumbnail-hl.is-video .blog-thumbnail-hl__image:after {
    right: 48.7rem;
  }
}
@media (max-width: 1023px) {
  .blog-thumbnail-hl.is-video .blog-thumbnail-hl__image:after {
    bottom: 50%;
  }
}

.blog-thumbnail-hl__inner {
  position: relative;
  overflow: hidden;
}

.blog-thumbnail-hl__image {
  transition: all 0.3s;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 44.1666666667%;
}
@media (max-width: 1023px) {
  .blog-thumbnail-hl__image img.img-lg {
    display: none;
  }
}
.blog-thumbnail-hl__image img.img-md {
  display: none;
}
@media (max-width: 1023px) {
  .blog-thumbnail-hl__image img.img-md {
    display: block;
  }
}
@media (max-width: 1023px) {
  .blog-thumbnail-hl__image {
    padding-bottom: 0;
    height: 65.1rem;
  }
}
.blog-thumbnail-hl__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-thumbnail-hl__image a {
  transition: all 0.3s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog-thumbnail-hl__content {
  position: absolute;
  background-image: url(../images/blog-hl-content-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 48.7rem;
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 10.3rem;
  padding-right: 4.8rem;
  display: flex;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .blog-thumbnail-hl__content {
    background-image: url(../images/blog-hl-content-bg-mobile.png);
    width: 100%;
    max-width: none;
    top: auto;
    padding: 9rem 2rem 4rem;
  }
}

.blog-thumbnail-hl__contentInner {
  margin: auto;
  width: 100%;
  max-width: 35.2rem;
}

.blog-thumbnail-hl__label {
  display: flex;
  margin-bottom: 1.8rem;
}

.blog-thumbnail-hl__labelTextA {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 0.8rem;
  padding-right: 0.8rem;
  border-right: 1px solid #2c2c2c;
}

.blog-thumbnail-hl__labelTextB {
  color: #2c2c2c;
  font-size: 1.4rem;
}

.blog-thumbnail-hl__title {
  margin-bottom: 1.8rem;
  line-height: 1.4;
}
.blog-thumbnail-hl__title > * {
  margin: 0;
  font-size: 3.2rem;
}
@media (max-width: 1023px) {
  .blog-thumbnail-hl__title > * {
    font-size: 2.8rem;
  }
}

.blog-thumbnail-hl__desc > * {
  font-size: 1.4rem;
}

.overlay-filtering {
  height: 100%;
}

.overlay-filtering__overflow {
  overflow: auto;
  height: 100%;
}

.overlay-filtering__content {
  padding-bottom: 3.4rem;
}

.overlay-filtering__header {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #bdbdbd;
}
.overlay-filtering__header .button-reset {
  margin-left: auto;
}
.overlay-filtering__header .button-reset img {
  margin-right: 0.4rem;
}

.overlay-filtering__title {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.overlay-filtering__title img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}

.overlay-filtering__itemTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}

.overlay-filtering__itemList {
  margin-bottom: 3.2rem;
}

.overlay-filtering__item {
  margin-bottom: 1.4rem;
}

.overlay-filtering__footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 1.2rem;
}
.overlay-filtering__footer .button-apply {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: #fff;
}

html.has-sticky-bottom .floating-share {
  bottom: calc(1.6rem + var(--sticky-bottom-height, 6.4rem));
}

.floating-share {
  position: fixed;
  right: 2.4rem;
  bottom: 1.6rem;
  z-index: var(--z-index-floating-share);
}
@media (max-width: 1023px) {
  .floating-share {
    bottom: 5.6rem;
    right: 0;
  }
}

.floating-share__overlay {
  padding-top: 0.8rem;
  background-color: #2c2c2c;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.8rem);
  transition: all 0.3s ease;
}
.floating-share__overlay.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating-share__label {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 0.8rem;
}

.floating-share__icon,
.floating-share__trigger,
.floating-share__go-to-top {
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.floating-share__trigger img,
.floating-share__go-to-top img {
  display: block;
  width: 2.4rem;
  height: auto;
}
.floating-share__trigger img + img,
.floating-share__go-to-top img + img {
  display: none;
}
.floating-share__trigger.is-active img,
.floating-share__go-to-top.is-active img {
  display: none;
}
.floating-share__trigger.is-active img + img,
.floating-share__go-to-top.is-active img + img {
  display: block;
}

.floating-share__trigger {
  background-color: var(--color-secondary);
}
.floating-share__trigger img {
  width: 1.6rem;
  height: auto;
}
@media (pointer: fine) {
  .floating-share__trigger:hover {
    background-color: var(--color-secondary-light);
  }
}

.floating-share__go-to-top {
  background-color: var(--color-primary);
  margin-bottom: -4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media (pointer: fine) {
  .floating-share__go-to-top:hover {
    background-color: var(--color-primary-light);
  }
}

html.show-go-to-top .floating-share__go-to-top {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}

.floating-share__icon {
  background-color: #2c2c2c;
}
.floating-share__icon img {
  width: 3.2rem;
  height: auto;
}

.floating-link-to-market {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: var(--z-index-floating-market);
  background-color: #fff;
  padding: 1.2rem 0;
}
@media (max-width: 1023px) {
  .floating-link-to-market {
    padding: 0;
  }
}

.floating-link-to-market__label {
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .floating-link-to-market__label {
    font-size: 1.1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: fit-content;
  }
}

.floating-link-to-market__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-link-to-market__items {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .floating-link-to-market__items {
    flex: 1;
  }
}

.floating-link-to-market__item {
  margin-left: 1.6rem;
}
@media (max-width: 1023px) {
  .floating-link-to-market__item {
    margin-left: 0;
    width: 33.3333333333%;
  }
}

.button-link-to-market {
  width: 12rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .button-link-to-market {
    height: 5.5rem;
    width: 100%;
  }
}
.button-link-to-market img {
  display: block;
  height: auto;
  transition: all 0.3s;
}
.button-link-to-market.is-lazada {
  background-color: #0f156d;
}
@media (pointer: fine) {
  .button-link-to-market.is-lazada:hover {
    background-color: #0e1691;
  }
}
.button-link-to-market.is-lazada img {
  width: 7.7rem;
}
.button-link-to-market.is-shopee {
  background: linear-gradient(180deg, #f53e2d 0%, #f63 100%);
}
@media (pointer: fine) {
  .button-link-to-market.is-shopee:hover {
    background: linear-gradient(180deg, #f63 0%, #f7442e 100%);
  }
}
.button-link-to-market.is-shopee img {
  width: 6.9rem;
}
.button-link-to-market.is-line {
  background: #1ec687;
}
@media (pointer: fine) {
  .button-link-to-market.is-line:hover {
    background: #32db9b;
  }
}
.button-link-to-market.is-line img {
  width: 8rem;
}
@media (pointer: fine) {
  .button-link-to-market:hover img {
    transform: scale(1.1);
  }
}

.hero-banner-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
}
.hero-banner-wrapper.is-Eya1b4T31x {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.hero-banner-wrapper.is-Eya1b4T31x .breadcrumb-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-Eya1b4T31x .hero-banner {
    width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-Eya1b4T31x .hero-banner__image {
    height: 71.8rem;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-Eya1b4T31x .hero-banner__image {
    height: 76.9rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-Eya1b4T31x .hero-banner__image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.hero-banner-wrapper.is-Eya1b4T31x .hero-banner__content {
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-Eya1b4T31x .hero-banner__content {
    padding: 2.4rem 0;
    top: calc(50% - 5rem);
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-Eya1b4T31x .hero-banner__content {
    padding: 2.4rem;
    top: 32rem;
    text-align: center;
  }
}
.hero-banner-wrapper.is-Eya1b4T31x .hero-banner__contentInner {
  max-width: 48.5rem;
}
.hero-banner-wrapper.is-Eya1b4T31x .hero-banner__textA > * {
  margin: 0;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 6.4rem;
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-Eya1b4T31x .hero-banner__textA > * {
    font-size: 4.6rem;
  }
}
.hero-banner-wrapper.is-Eya1b4T31x .hero-banner__textB {
  margin-bottom: 4rem;
}
.hero-banner-wrapper.is-Eya1b4T31x .hero-banner__textB > * {
  margin: 0;
  font-weight: normal;
  font-size: 3.2rem;
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-Eya1b4T31x .hero-banner__textB > * {
    font-size: 2.8rem;
  }
}
.hero-banner-wrapper.is-4JOTcETn1g .hero-banner {
  position: relative;
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-4JOTcETn1g .hero-banner {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-4JOTcETn1g .hero-banner__image {
    height: 58.7rem;
    width: 54.7395833333%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-4JOTcETn1g .hero-banner__image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.hero-banner-wrapper.is-4JOTcETn1g .hero-banner__content {
  background-color: var(--color-primary);
  position: relative;
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-4JOTcETn1g .hero-banner__content {
    padding-left: 1.5rem;
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-4JOTcETn1g .hero-banner__content {
    padding: 6.4rem 0.5rem;
  }
}
.hero-banner-wrapper.is-4JOTcETn1g .hero-banner__content::after {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-4JOTcETn1g .hero-banner__content::after {
    top: 0;
    bottom: 0;
    right: calc(100% - 0.2rem);
    width: 18.8rem;
    background-image: url("../images/about-decor-bg-4JOTcETn1g.png");
    background-size: 100% 100%;
  }
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-4JOTcETn1g .hero-banner__content::after {
    bottom: calc(100% - 0.2rem);
    right: 0;
    left: 0;
    height: 3.2rem;
    background-image: url("../images/about-decor-bg-4JOTcETn1g-mobile.png");
    background-size: 100% 100%;
  }
}
.hero-banner-wrapper.is-4JOTcETn1g .hero-banner__content .container {
  display: flex;
  color: #fff;
  height: 100%;
  position: relative;
  z-index: 1;
}
.hero-banner-wrapper.is-4JOTcETn1g .hero-banner__content .hero-banner__textA {
  margin-bottom: 3.2rem;
}
.hero-banner-wrapper.is-4JOTcETn1g .hero-banner__content .hero-banner__textA > * {
  margin: 0;
  font-weight: bold;
  font-size: 3.2rem;
}
.hero-banner-wrapper.is-4JOTcETn1g .hero-banner__content .hero-banner__textB {
  margin-bottom: 4rem;
}
.hero-banner-wrapper.is-4JOTcETn1g .hero-banner__contentInner {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 48.5rem;
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-4JOTcETn1g .hero-banner__contentInner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg .hero-banner {
    display: flex;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg .hero-banner__image {
    height: 66.6rem;
    display: flex;
    width: 72rem;
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg .hero-banner__image {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg .hero-banner__image img {
    height: 100%;
    width: auto;
    max-width: none;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg .hero-banner__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.hero-banner-wrapper.is-EJ2QUHTnyg .hero-banner__textA {
  margin-bottom: 3.2rem;
}
.hero-banner-wrapper.is-EJ2QUHTnyg .hero-banner__textA > * {
  margin: 0;
  font-weight: bold;
  font-size: 3.2rem;
  color: var(--color-primary);
}
.hero-banner-wrapper.is-EJ2QUHTnyg .hero-banner__textB {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg .hero-banner__contentInner {
    max-width: 58rem;
  }
}
.hero-banner-wrapper.is-EJ2QUHTnyg .pdhl-list {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg .pdhl-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg ~ .hero-NkPy6Sp2kl-wrapper {
    margin-top: -3rem;
  }
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg ~ .hero-NkPy6Sp2kl-wrapper {
    margin-top: 15.4rem;
  }
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg.is-419zjB6nye {
    max-width: 37.5rem;
  }
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg.is-419zjB6nye .hero-banner {
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .hero-banner-wrapper.is-EJ2QUHTnyg.is-419zjB6nye .hero-banner__image {
    order: 1;
  }
}

.hero-banner__image {
  font-size: 0;
}
@media (min-width: 1024px) {
  .hero-banner__image {
    height: 56rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hero-banner__image img {
  margin: auto;
  display: block;
}
@media (min-width: 1024px) {
  .hero-banner__image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .hero-banner__image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .hero-banner__image img.img-lg {
    display: none;
  }
}
.hero-banner__image img.img-md {
  display: none;
}
@media (max-width: 1023px) {
  .hero-banner__image img.img-md {
    display: block;
  }
}

.hero-NkPy6Sp2kl-wrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1023px) {
  .hero-NkPy6Sp2kl-wrapper {
    max-width: 37.5rem;
  }
}
@media (max-width: 1023px) {
  .hero-NkPy6Sp2kl-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero-NkPy6Sp2kl {
  position: relative;
  height: 94.2rem;
  display: flex;
}
@media (min-width: 1024px) {
  .hero-NkPy6Sp2kl {
    height: 63.2rem;
  }
}
@media (max-width: 1023px) {
  .hero-NkPy6Sp2kl {
    flex-direction: column;
    align-items: center;
  }
}

.hero-NkPy6Sp2kl__imageBg {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .hero-NkPy6Sp2kl__imageBg img.img-lg {
    display: none;
  }
}
.hero-NkPy6Sp2kl__imageBg img.img-md {
  display: none;
}
@media (max-width: 1023px) {
  .hero-NkPy6Sp2kl__imageBg img.img-md {
    display: block;
  }
}
@media (min-width: 1024px) {
  .hero-NkPy6Sp2kl__imageBg {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .hero-NkPy6Sp2kl__imageBg img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .hero-NkPy6Sp2kl__imageBg img {
    width: 100%;
    height: auto;
  }
}

.hero-NkPy6Sp2kl__images {
  z-index: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .hero-NkPy6Sp2kl__images {
    flex: 1;
    top: -5rem;
    left: -2.8rem;
  }
}
@media (max-width: 1023px) {
  .hero-NkPy6Sp2kl__images {
    width: 100%;
    margin-top: -10.6rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}

.hero-NkPy6Sp2kl__imagesInner {
  position: relative;
}
@media (min-width: 1024px) {
  .hero-NkPy6Sp2kl__imagesInner {
    width: 71.7rem;
    height: 76.1rem;
  }
}
@media (max-width: 1023px) {
  .hero-NkPy6Sp2kl__imagesInner {
    min-width: 54.5rem;
    min-height: 57.8rem;
    max-width: 54.5rem;
    max-height: 57.8rem;
  }
}
.hero-NkPy6Sp2kl__imagesInner img {
  display: block;
  position: absolute;
}
.hero-NkPy6Sp2kl__imagesInner img.imgA {
  width: 46.3040446304%;
  right: 15.2022315202%;
}
.hero-NkPy6Sp2kl__imagesInner img.imgB {
  width: 57.6011157601%;
  left: 0;
  top: 33.7517433752%;
}
.hero-NkPy6Sp2kl__imagesInner img.imgC {
  width: 46.3040446304%;
  right: 0;
  bottom: 0;
}

.hero-NkPy6Sp2kl__content {
  z-index: 2;
  position: relative;
  color: #fff;
}
@media (min-width: 1024px) {
  .hero-NkPy6Sp2kl__content {
    display: flex;
    flex-direction: column;
    min-width: 48.3rem;
  }
}
@media (max-width: 1023px) {
  .hero-NkPy6Sp2kl__content {
    flex: 1;
    padding-bottom: 3.2rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.hero-NkPy6Sp2kl__contentInner {
  margin-top: auto;
  margin-bottom: auto;
}

.hero-NkPy6Sp2kl__textA {
  margin-bottom: 3.2rem;
}
.hero-NkPy6Sp2kl__textA > * {
  font-size: 3.2rem;
  margin: 0;
}

.hero-NkPy6Sp2kl__textB > * {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
}

@media (min-width: 1024px) {
  .skewing-box__list {
    display: flex;
  }
}

.skewing-box__item {
  background-color: var(--skewing-box-bg-color);
  color: #fff;
  position: relative;
}
@media (min-width: 1024px) {
  .skewing-box__item {
    width: 25%;
  }
}
.skewing-box__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: var(--skewing-box-bg-color);
  transform: skewY(2deg);
  transform-origin: 50% 50%;
  z-index: 0;
}
@media (max-width: 1023px) {
  .skewing-box__item::before {
    display: none;
  }
}
.skewing-box__item:nth-child(even)::before {
  transform: skewY(-2deg);
}
.skewing-box__item .key-message {
  max-width: 25.2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .skewing-box__item .key-message {
    max-width: none;
  }
}

.skewing-box__item__inner {
  position: relative;
  z-index: 1;
  padding: 3rem;
}
@media (max-width: 1023px) {
  .skewing-box__item__inner {
    padding: 2rem;
  }
}

.desc-hl-wrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.desc-hl-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.desc-hl-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.desc-hl-bg img.img-lg {
  width: 192rem;
  min-width: 192rem;
  max-width: none;
}
@media (max-width: 1023px) {
  .desc-hl-bg img.img-lg {
    display: none;
  }
}
.desc-hl-bg img.img-md {
  display: none;
}
@media (max-width: 1023px) {
  .desc-hl-bg img.img-md {
    display: block;
  }
}

.desc-hl {
  padding: 9.6rem 2rem;
  max-width: 79.1rem;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

/* 04. Pages */
.product-list-wrapper {
  margin-bottom: 4rem;
}
.product-list-wrapper.section-page .button-more-wrapper {
  margin-bottom: -4rem;
}

.badges__filtering {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.4rem;
}
.badges__filtering .button-reset {
  margin-left: 0.8rem;
  margin-bottom: 0.8rem;
}

.button-reset {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.button-reset .img-hover {
  width: 2.1rem;
  height: 2.1rem;
  margin-right: 0.4rem;
}
.button-reset img {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
}
@media (pointer: fine) {
  .button-reset:hover {
    color: var(--color-primary);
  }
}

.product-list__row {
  max-width: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 28.2rem);
  grid-gap: 2.4rem 1.6rem;
}
@media (max-width: 1199px) {
  .product-list__row {
    grid-template-columns: repeat(2, 28.2rem);
  }
}
@media (max-width: 640px) {
  .product-list__row {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 0;
  }
  .product-list__row .product-list__col {
    margin-bottom: 2.4rem;
    width: calc(50% - 0.7rem);
  }
}

@media (max-width: 1199px) {
  .product-list-layout .container {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-list-layout.section-page {
  padding-top: 0;
}

.product-list-layout__row {
  display: flex;
}

.product-list-layout__col.is-sidebar {
  width: 26.2rem;
}
@media (max-width: 1023px) {
  .product-list-layout__col.is-sidebar {
    display: none;
  }
}
.product-list-layout__col + .product-list-layout__col {
  padding-left: 2.4rem;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .product-list-layout__col + .product-list-layout__col {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1023px) {
  .product-list__main-content {
    max-width: fit-content;
    width: 100%;
    margin: auto;
  }
}
.product-list__main-content .page__title {
  display: flex;
  align-items: center;
}
.product-list__main-content .page__title [data-toggle=custom-modal] {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .product-list__main-content .page__title [data-toggle=custom-modal] {
    display: none;
  }
}

.sidebar__filteringTitle {
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid #bdbdbd;
  font-size: 2.4rem;
  font-weight: bold;
}

.sidebar__filteringSubTitle {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
}

.sidebar__filteringList {
  margin-bottom: 4rem;
}

.sidebar__filteringItem {
  margin-bottom: 1.8rem;
}

.widget_wpc_filters_widget .wpc-filter-title {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
}
.widget_wpc_filters_widget .wpc-filters-section {
  margin-bottom: 4rem;
}
.widget_wpc_filters_widget .wpc-term-item {
  margin-bottom: 1.8rem !important;
}
.widget_wpc_filters_widget .wpc-term-item .children {
  margin-top: 1.8rem !important;
  margin-left: 0 !important;
  padding-left: 2.2rem !important;
}
.widget_wpc_filters_widget .wpc-filters-ul-list {
  margin: 0;
}
.widget_wpc_filters_widget .wpc-filters-main-wrap ul.wpc-filters-ul-list {
  padding: 0;
}
@media (max-width: 1023px) {
  .widget_wpc_filters_widget .wpc-filter-ingredient .wpc-filters-ul-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .widget_wpc_filters_widget .wpc-filter-ingredient .wpc-filters-ul-list > * {
    width: calc(50% - 0.8rem);
  }
}

.pdhl-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.pdhl-wrapper .container {
  position: relative;
  z-index: 1;
}

.pdhl__kv {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .pdhl__kv {
    width: 37.5rem;
    height: 69rem;
  }
}
.pdhl__kv img {
  display: block;
}
.pdhl__kv [data-toggle=img-parallax] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
}

.pdhl__kv-0 {
  height: 100%;
  width: auto;
}
@media (min-width: 1024px) {
  .pdhl__kv-0.is-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .pdhl__kv-0.is-desktop {
    display: none;
  }
}

.pdhl__kv-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68.1rem;
}
@media (max-width: 1023px) {
  .pdhl__kv-1 {
    top: 19rem;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 37.5rem;
  }
}

.pdhl {
  height: 56rem;
  position: relative;
}
@media (max-width: 1023px) {
  .pdhl {
    height: auto;
    min-height: 69rem;
  }
}
.pdhl .breadcrumbs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.pdhl .pdhl__content {
  max-width: 53rem;
}
@media (min-width: 1024px) {
  .pdhl .pdhl__content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .pdhl .pdhl__content > *:first-child {
    margin-top: auto;
  }
  .pdhl .pdhl__content > *:last-child {
    margin-bottom: auto;
  }
}
@media (max-width: 1023px) {
  .pdhl .pdhl__content {
    position: relative;
    left: auto;
    top: auto;
    padding-top: 44.2rem;
    padding-bottom: 3rem;
    transform: translateY(0);
    text-align: center;
    margin: auto;
  }
}

.pdhl__brand {
  width: 12rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 1023px) {
  .pdhl__brand {
    margin: 0 auto 2.4rem;
  }
}
.pdhl__brand img {
  display: block;
  height: auto;
  width: 100%;
}

.pdhl__brand-label {
  margin-top: 0.8rem;
  padding: 0.6rem;
  background-color: #a397a8;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .pdhl__brand-label {
    margin-bottom: 2.4rem;
  }
}

.pdhl__title {
  font-size: 1.6rem;
  line-height: normal;
}
.pdhl__title > * {
  margin: 0;
}
.pdhl__title > h1,
.pdhl__title > h2,
.pdhl__title > h3 {
  color: var(--color-primary);
  font-weight: bold;
}
.pdhl__title > h1 {
  font-size: 4.8rem;
  line-height: 6rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .pdhl__title > h1 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    font-weight: bold;
  }
}
.pdhl__title > h2 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .pdhl__title > h2 {
    font-size: 2.4rem;
    line-height: normal;
    font-weight: bold;
  }
}
.pdhl__title > h3 {
  font-size: 2.4rem;
  line-height: normal;
  font-weight: bold;
}

.pdhl-list-wrapper {
  background-color: #f8f8f8;
}

.pdhl-list {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media (min-width: 1024px) {
  .pdhl-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.4rem;
  }
}

.pdhl-list-item {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .pdhl-list-item {
    margin-bottom: 1.4rem;
  }
}

.pdhl-list-item__img {
  width: 6.4rem;
  min-width: 6.4rem;
}
.pdhl-list-item__img img {
  display: block;
  width: 100%;
}

.pdhl-list-item__title {
  padding-left: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.2;
}

.pdhl-desc {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 1023px) {
  .pdhl-desc {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    display: block;
  }
}

.pdhl-desc__content {
  width: 28.1rem;
  margin: auto 0;
}
@media (max-width: 1023px) {
  .pdhl-desc__content {
    width: 100%;
    max-width: 48rem;
    margin: 0 auto 5.4rem;
  }
}

.pdhl-desc__title {
  font-size: 1.6rem;
  line-height: normal;
  margin-bottom: 2.4rem;
}
.pdhl-desc__title > * {
  margin: 0;
}
.pdhl-desc__title > h1,
.pdhl-desc__title > h2,
.pdhl-desc__title > h3 {
  color: var(--color-primary);
  font-weight: bold;
}
.pdhl-desc__title > h1 {
  font-size: 4.8rem;
  line-height: 6rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .pdhl-desc__title > h1 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    font-weight: bold;
  }
}
.pdhl-desc__title > h2 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .pdhl-desc__title > h2 {
    font-size: 2.4rem;
    line-height: normal;
    font-weight: bold;
  }
}
.pdhl-desc__title > h3 {
  font-size: 2.4rem;
  line-height: normal;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .pdhl-desc__title {
    margin-bottom: 1.8rem;
  }
}

.pdhl-desc__kv {
  max-width: 58.8rem;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.pdhl-desc__kv::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 72.9591836735%;
}
.pdhl-desc__kv img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.pdhl-desc__kv img.pdhl-desc__kv-1 {
  position: absolute;
  bottom: 49.18%;
  left: 0;
  z-index: 3;
  top: auto;
}
.pdhl-desc__kv img.pdhl-desc__kv-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 2;
}
.pdhl-desc__kv [data-toggle=img-parallax] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pdhl-desc__spec {
  width: 28.2rem;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 1023px) {
  .pdhl-desc__spec {
    width: auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (max-width: 1023px) {
  .pdhl-desc__specInner {
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
}

@media (max-width: 1023px) {
  .pdhl-desc__spec-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.pdhl-desc__spec-item:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .pdhl-desc__spec-item:not(:last-child) {
    margin-bottom: 0;
  }
}

.pdhl-spec__image {
  width: 4.8rem;
}
@media (max-width: 1023px) {
  .pdhl-spec__image {
    margin: 0 auto 1.4rem;
  }
}
.pdhl-spec__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pdhl-spec__lvl1 {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .pdhl-spec__lvl1 {
    display: block;
  }
}

.pdhl-spec__txtLvl1 {
  flex: 1;
  padding-left: 1.4rem;
}
@media (max-width: 1023px) {
  .pdhl-spec__txtLvl1 {
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.pdhl-spec__txtLvl2 {
  padding-left: 6.2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1023px) {
  .pdhl-spec__txtLvl2 {
    padding-left: 0;
    line-height: 1.3;
    font-size: 1.4rem;
  }
}
.pdhl-spec__txtLvl2 span {
  font-size: 3.2rem;
  color: var(--color-primary);
  margin-right: 0.8rem;
}
@media (max-width: 1023px) {
  .pdhl-spec__txtLvl2 span {
    font-size: 2.8rem;
    display: block;
    margin-right: 0;
  }
}

.product-detail__section {
  margin-bottom: 2.4rem;
}

.product-detail__section-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  color: var(--color-primary);
}

.scrolling-section.is-product-detail {
  margin-top: 4.8rem;
  padding-top: 4.8rem;
  padding-bottom: 11.8rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .scrolling-section.is-product-detail {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    padding-bottom: 5rem;
    overflow: hidden;
  }
}
.scrolling-section.is-product-detail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4.5rem;
  width: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}
@media (max-width: 1023px) {
  .scrolling-section.is-product-detail .container {
    max-width: fit-content;
  }
}
.scrolling-section.is-product-detail .product-detail__section:last-child {
  margin-bottom: 0;
}
.scrolling-section.is-product-detail .product-detail__section:last-child .custom-list {
  margin-bottom: 0;
}
.scrolling-section.is-food-amount-given {
  padding-top: 2.4rem;
  padding-bottom: 9rem;
  background-color: #f8f8f8;
}
@media (max-width: 1023px) {
  .scrolling-section.is-food-amount-given {
    padding-top: 0;
    padding-bottom: 4.8rem;
  }
}
.scrolling-section.is-storage-tips {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media (max-width: 1023px) {
  .scrolling-section.is-storage-tips {
    padding-top: 4.8rem;
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .scrolling-section:last-child {
    padding-bottom: 9rem;
  }
}

.product-detail__row {
  display: flex;
}
@media (max-width: 1023px) {
  .product-detail__row {
    display: block;
  }
}

@media (max-width: 1023px) {
  .product-detail__col {
    margin: 0 auto 4.8rem;
  }
}
.product-detail__col.is-gallery {
  width: 56.4rem;
}
@media (max-width: 1023px) {
  .product-detail__col.is-gallery {
    max-width: 56.4rem;
    width: 100%;
  }
}
.product-detail__col.is-content {
  flex: 1;
  padding-left: 7rem;
}
@media (max-width: 1023px) {
  .product-detail__col.is-content {
    padding-left: 0;
    max-width: fit-content;
  }
}
@media (max-width: 449px) {
  .product-detail__col.is-content {
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .product-detail__gallery {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.product-detail__gallery .gallery-slider__image {
  position: relative;
  padding-bottom: 67.5531914894%;
  background-color: #fff;
}
.product-detail__gallery .gallery-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.product-detail__gallery .button-arrow {
  z-index: 1;
  position: absolute;
  background-color: var(--color-secondary);
  top: 0;
  height: 100%;
  display: flex;
  width: 4rem;
  cursor: pointer;
}
@media (max-width: 449px) {
  .product-detail__gallery .button-arrow {
    width: 2.8rem;
  }
}
@media (pointer: fine) {
  .product-detail__gallery .button-arrow:hover {
    background-color: var(--color-secondary-light);
  }
}
.product-detail__gallery .button-arrow:active {
  background-color: var(--color-secondary-dark);
}
.product-detail__gallery .button-arrow img {
  display: block;
  margin: auto;
  width: 2.2rem;
}
.product-detail__gallery .button-arrow.button-arrow-next {
  right: 0;
}
.product-detail__gallery .button-arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.product-detail__gallery .swiper {
  height: 100%;
}
.product-detail__gallery .swiper.is-large {
  margin-bottom: 0.8rem;
  border: 1px solid #949599;
}
.product-detail__gallery .swiper.is-thumbnail .swiper-slide {
  width: fit-content;
}
.product-detail__gallery .swiper.is-thumbnail .swiper-slide .gallery-slider__image {
  cursor: pointer;
  position: relative;
  width: 13.8rem;
  padding-bottom: 67.3913043478%;
}
@media (max-width: 1023px) {
  .product-detail__gallery .swiper.is-thumbnail .swiper-slide .gallery-slider__image {
    width: 9rem;
    padding-bottom: 66.6666666667%;
  }
}
.product-detail__gallery .swiper.is-thumbnail .swiper-slide .gallery-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  margin: auto;
}
.product-detail__gallery .swiper.is-thumbnail .swiper-slide .gallery-slider__image:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #949599;
}
.product-detail__gallery .swiper.is-thumbnail .swiper-slide.swiper-slide-thumb-active .gallery-slider__image img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.product-detail__gallery .swiper.is-thumbnail .swiper-slide.swiper-slide-thumb-active .gallery-slider__image:after {
  border: 2px solid #c9a45c;
}

.food-amount-given__row {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .food-amount-given__row {
    display: block;
  }
}

.food-amount-given__col {
  width: 100%;
}
.food-amount-given__col.is-thumbnails {
  max-width: 56.4rem;
}
@media (max-width: 1023px) {
  .food-amount-given__col.is-thumbnails {
    margin: 0 auto 4.8rem;
  }
}
@media (max-width: 449px) {
  .food-amount-given__col.is-thumbnails {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
  }
}
.food-amount-given__col.is-thumbnails img {
  display: block;
  width: 100%;
}
.food-amount-given__col.is-content {
  max-width: 59.4rem;
  margin-left: auto;
  padding-left: 3rem;
}
@media (max-width: 1023px) {
  .food-amount-given__col.is-content {
    max-width: 100%;
    padding-left: 0;
    margin: 0;
  }
}

.food-amount-given__thumbnailList {
  display: flex;
}

.food-amount-given__thumbnailItem {
  flex: 1;
  text-align: center;
  border: 1px solid var(--color-primary);
  padding-bottom: 0.8rem;
}
.food-amount-given__thumbnailItem.is-sm .food-amount-given__thumbnailImage img {
  width: 35.6382978723%;
}
.food-amount-given__thumbnailItem.is-md .food-amount-given__thumbnailImage img {
  width: 47.3404255319%;
}
.food-amount-given__thumbnailItem.is-lg .food-amount-given__thumbnailImage img {
  width: 64.8936170213%;
}
.food-amount-given__thumbnailItem:nth-child(even) {
  border-top: 1px solid #949599;
}
.food-amount-given__thumbnailItem:nth-child(even) .food-amount-given__thumbnailTitle {
  background-image: url(../images/food-amount-given-rectangle-grey.png);
}
.food-amount-given__thumbnailItem:not(:first-child) {
  margin-left: -1px;
}

.food-amount-given__thumbnailTitle {
  height: 5.1rem;
  background-image: url(../images/food-amount-given-rectangle-color.png);
  background-size: calc(100% + 2px) 100%;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 0.8rem;
  margin-bottom: 1.2rem;
}
.food-amount-given__thumbnailTitle > * {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.food-amount-given__thumbnailImage {
  height: 43.2692307692%;
  display: flex;
  margin-bottom: 1.2rem;
}
.food-amount-given__thumbnailImage img {
  display: block;
  height: auto;
  margin: auto auto 0;
}

.food-amount-given__thumbnailAmount > * {
  margin: 0;
  font-size: 1.4rem;
}
.food-amount-given__thumbnailAmount > * span {
  font-weight: bold;
}

@media (min-width: 1024px) {
  .storage-tips .custom-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .storage-tips .custom-list li {
    width: calc(50% - 5rem);
  }
}

.pddt-relate-wrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1023px) {
  .pddt-relate-wrapper {
    margin-top: -5rem;
  }
}
.pddt-relate-wrapper [data-toggle=img-parallax] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pddt-relate-wrapper .pdhl-desc__kv {
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-65rem);
  z-index: 1;
  max-width: none;
  width: 27.4rem;
}
@media (max-width: 1023px) {
  .pddt-relate-wrapper .pdhl-desc__kv {
    top: -2rem;
    transform: translateX(-15rem);
    width: 17.5rem;
  }
}
.pddt-relate-wrapper .container {
  position: relative;
  z-index: 2;
}
.pddt-relate-wrapper .blog-thumbnail {
  color: #fff;
}
.pddt-relate-wrapper .blog-thumbnail__labelTextA {
  color: #fff;
}
.pddt-relate-wrapper .blog-thumbnail__labelTextB {
  color: #fff3f5;
}
.pddt-relate-wrapper.is-blog-hori .pddt-relate-wrapper__inner {
  height: 41rem;
}
@media (max-width: 1023px) {
  .pddt-relate-wrapper.is-blog-hori .pddt-relate-wrapper__inner {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .pddt-relate-wrapper.is-blog-hori .pddt-relate {
    padding-top: 7.2rem;
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .pddt-relate-wrapper.is-blog-hori .section-title {
    margin-bottom: 2.4rem;
  }
}

.pddt-relate-wrapper__inner {
  position: relative;
  background-color: var(--color-primary);
  color: #fff;
  overflow: hidden;
  height: 64.8rem;
  position: relative;
}
.pddt-relate-wrapper__inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
  z-index: 1;
  background-image: url("../images/pddt-foreground.png");
  background-size: 100% 100%;
  width: 192rem;
  height: 8.9rem;
}

.pddt-relate {
  padding-top: 13rem;
}
@media (max-width: 1023px) {
  .pddt-relate {
    padding-top: 10rem;
  }
}
.pddt-relate .section-title > * {
  text-align: center;
}

.overflow-list {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2.4rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (max-width: 1023px) {
  .overflow-list {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.overflow-list__row {
  display: flex;
  width: fit-content;
}

.overflow-list__col {
  width: 30.6rem;
  min-width: 30.6rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media (max-width: 1023px) {
  .overflow-list__col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.overflow-list__col:first-child {
  margin-left: auto;
}
.overflow-list__col:last-child {
  margin-right: auto;
}

.blog-relate-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-relate {
  padding: 9rem 0 6rem;
}
@media (max-width: 1023px) {
  .blog-relate {
    padding: 4.8rem 0 6rem;
  }
}
.blog-relate .section-title > * {
  text-align: center;
}
.blog-relate .overflow-list {
  padding-bottom: 0;
}

.key-messages-wrapper {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 1023px) {
  .key-message {
    display: flex;
    align-items: center;
  }
}

.key-message__icon {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .key-message__icon {
    margin-bottom: 0;
    margin-right: 2.4rem;
  }
}
.key-message__icon img {
  display: block;
  width: 4.8rem;
}

.key-message__label {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .key-message__label {
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .pd-sub-cate-wrapper {
    padding-top: 9.6rem;
  }
}
@media (max-width: 1023px) {
  .pd-sub-cate-wrapper .container {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .pd-sub-cate__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
}

.pd-sub-cate__thumbnail {
  background-color: #a397a8;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .pd-sub-cate__thumbnail {
    height: 100%;
  }
}

.pd-sub-cate__thumbnail-image {
  margin-bottom: 3.2rem;
}
.pd-sub-cate__thumbnail-image img {
  display: block;
  width: 100%;
  height: auto;
}

.pd-sub-cate__thumbnail-content {
  padding: 0 1.2rem 3.2rem;
}

.pd-sub-cate__thumbnail-title {
  margin-bottom: 2.4rem;
}
.pd-sub-cate__thumbnail-title > * {
  margin: 0;
  font-size: 3.2rem;
}

.pd-sub-cate__thumbnail-subtitle {
  margin-bottom: 2.4rem;
}
.pd-sub-cate__thumbnail-subtitle > * {
  margin: 0;
  font-size: 2rem;
}

@media (max-width: 1023px) {
  .blog-all-layout .breadcrumbs {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .blog-all-layout .page__title {
    margin-bottom: 1.8rem;
  }
}

.blog-hl-slider-wrapper {
  position: relative;
  z-index: 3;
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .blog-hl-slider-wrapper {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .blog-hl-slider-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-hl-slider-wrapper .swiper-wrapper {
  position: relative;
}
.blog-hl-slider-wrapper .swiper .blog-thumbnail-hl__content {
  transition: all 1.5s 0.3s;
  transform: translateX(30rem);
}
@media (max-width: 1023px) {
  .blog-hl-slider-wrapper .swiper .blog-thumbnail-hl__content {
    transform: translateY(30rem);
  }
}
.blog-hl-slider-wrapper .swiper .blog-thumbnail-hl__image {
  overflow: hidden;
}
.blog-hl-slider-wrapper .swiper .blog-thumbnail-hl__image img {
  transition: all 1.5s 0.3s;
  transform: scale(1.5);
}
.blog-hl-slider-wrapper .swiper.swiper-initialized .blog-thumbnail-hl__content {
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .blog-hl-slider-wrapper .swiper.swiper-initialized .blog-thumbnail-hl__content {
    transform: translateY(0);
  }
}
.blog-hl-slider-wrapper .swiper.swiper-initialized .blog-thumbnail-hl__image img {
  transform: scale(1);
}
.blog-hl-slider-wrapper .swiper-slide {
  background-color: #fff;
}
.blog-hl-slider-wrapper .button-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 6rem;
  height: 6rem;
  background-color: var(--color-secondary);
  cursor: pointer;
  display: flex;
}
@media (max-width: 767px) {
  .blog-hl-slider-wrapper .button-arrow {
    display: none;
  }
}
@media (pointer: fine) {
  .blog-hl-slider-wrapper .button-arrow:hover {
    background-color: var(--color-secondary-light);
  }
}
.blog-hl-slider-wrapper .button-arrow:active {
  background-color: var(--color-secondary-dark);
}
.blog-hl-slider-wrapper .button-arrow img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
}
.blog-hl-slider-wrapper .button-arrow.button-arrow-prev {
  left: -3rem;
}
.blog-hl-slider-wrapper .button-arrow.button-arrow-next {
  right: -3rem;
}
.blog-hl-slider-wrapper .button-arrow.swiper-button-disabled {
  opacity: 0;
}
.blog-hl-slider-wrapper + .pddt-relate-wrapper.is-blog-hori {
  margin-top: -5rem;
  padding-top: 0;
}

.blog-hl-slider {
  position: relative;
}
.blog-hl-slider .swiper-slide {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .blog-hori-hl__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .blog-hori-hl__row {
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
  }
}

.blog-list-wrapper {
  position: relative;
  overflow: hidden;
}

.list__row {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 450px) {
  .list__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .list__row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .list__row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .list__row {
    grid-gap: 2.4rem;
  }
}
.list__row.is-blog {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .header-blog-cate__row {
    display: flex;
  }
}

@media (max-width: 1023px) {
  .header-blog-cate__col {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .header-blog-cate__col + .header-blog-cate__col {
    padding-left: 15rem;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 1.2rem;
  }
}

.sort-w-label {
  display: flex;
  align-items: center;
}

.sort-w-label__label {
  margin-right: 2.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-primary);
  white-space: nowrap;
}

.sort-w-label__select {
  width: 18rem;
  min-width: 18rem;
}

@media (max-width: 1023px) {
  .blog-detail-wrapper + .pddt-relate-wrapper {
    margin-top: -5rem;
  }
}

.blog-detail__cover {
  max-width: 996px;
  margin: 0 auto 4.8rem;
}
@media (max-width: 1023px) {
  .blog-detail__cover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.blog-detail__cover.is-16by9 .blog-detail__coverInner {
  padding-bottom: 56.25%;
}

.blog-detail__coverInner {
  position: relative;
  padding-bottom: 56.2248995984%;
}
.blog-detail__coverInner > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.blog-detail__contentContainer {
  max-width: 79.3rem;
  margin: 0 auto;
}

.blog-detail__content {
  margin-bottom: 4.8rem;
  padding-bottom: 4.8rem;
  border-bottom: 1px solid var(--color-primary);
}

.blog-detail__header {
  margin-bottom: 2.4rem;
}

.blog-detail__headerTitle {
  margin-bottom: 1.2rem;
}
.blog-detail__headerTitle > * {
  margin: 0;
  font-size: 3.2rem;
}
@media (max-width: 1023px) {
  .blog-detail__headerTitle > * {
    font-size: 2.8rem;
  }
}

.blog-detail__headerLabel {
  display: flex;
  font-size: 1.4rem;
}

.blog-detail__headerLabelA {
  font-weight: bold;
  border-right: 1px solid var(--color-secondary-grey);
  padding-right: 0.8rem;
  margin-right: 0.8rem;
}
.blog-detail__headerLabelA a {
  color: var(--color-primary);
}
@media (pointer: fine) {
  .blog-detail__headerLabelA a:hover {
    text-decoration: underline;
    color: var(--color-primary-light);
  }
}

.blog-detail__headerLabelB {
  color: var(--color-secondary-grey);
}

.free-html-area img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 3.2rem auto;
}
@media (max-width: 1023px) {
  .free-html-area br {
    display: none;
  }
}
.free-html-area ul,
.free-html-area ol,
.free-html-area h1,
.free-html-area h2,
.free-html-area h3,
.free-html-area h4,
.free-html-area h5,
.free-html-area h6,
.free-html-area p {
  margin-top: 0;
  margin-bottom: 2rem;
}
.free-html-area figure {
  margin: 3.2rem 0;
}
.free-html-area figure img {
  margin: 0 auto;
}
.free-html-area a {
  color: var(--color-primary);
  text-decoration: underline;
}
@media (pointer: fine) {
  .free-html-area a:hover {
    text-decoration: none;
  }
}
.free-html-area h1,
.free-html-area .h1 {
  font-size: 4.8rem;
  line-height: 6rem;
  font-weight: bold;
}
.free-html-area h2,
.free-html-area .h2 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: bold;
}
.free-html-area h3,
.free-html-area .h3 {
  font-size: 2.4rem;
  line-height: normal;
  font-weight: bold;
}
.free-html-area h4,
.free-html-area .h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.free-html-area > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 450px) {
  .review-list__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .review-list__row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .review-list__row {
    grid-gap: 2.4rem;
  }
}

.review-list__col {
  padding-bottom: 2.4rem;
}
@media (min-width: 1200px) {
  .review-list__col {
    padding-bottom: 3.2rem;
  }
}
.review-list__col .blog-thumbnail__title {
  height: auto;
}

.gallery-tiles-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.gallery-tiles__list {
  display: grid;
}
.gallery-tiles__list[data-gallery-tiles-total] {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-tiles__list[data-gallery-tiles-total="1"] {
  grid-template-columns: repeat(1, 1fr);
}
.gallery-tiles__list[data-gallery-tiles-total="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-tiles__list[data-gallery-tiles-total="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-tiles__list[data-gallery-tiles-total="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-tiles__list[data-gallery-tiles-total="5"] {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1023px) {
  .gallery-tiles__list[data-gallery-tiles-total] {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-tiles-thumbnail__link {
  position: relative;
  display: block;
  cursor: pointer;
}
@media (pointer: fine) {
  .gallery-tiles-thumbnail__link:hover .gallery-tiles-thumbnail__imageInner img {
    transform: scale(1.1);
  }
  .gallery-tiles-thumbnail__link:hover .gallery-tiles-thumbnail__more {
    background-color: rgba(35, 31, 32, 0.9);
    color: var(--color-secondary);
  }
}

.gallery-tiles-thumbnail__imageInner {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.gallery-tiles-thumbnail__imageInner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.gallery-tiles-thumbnail__more {
  position: absolute;
  inset: 0;
  display: flex;
  background-color: rgba(35, 31, 32, 0.6);
  pointer-events: none;
  color: white;
  transition: all 0.3s;
}

.gallery-tiles-thumbnail__moreInner {
  margin: auto;
}
.gallery-tiles-thumbnail__moreInner span {
  font-size: 4.8rem;
  font-weight: bold;
}

.search-header-wrapper {
  position: relative;
  z-index: 4;
}
.search-header-wrapper .container {
  max-width: 79.2rem;
}
.search-header-wrapper + .custom-tabs-slider-wrapper:not(.js-is-sticky) {
  z-index: 2;
}
.search-header-wrapper.m-b-lg {
  margin-bottom: 5rem;
}
.search-header-wrapper + .custom-tabs-slider-wrapper {
  margin-bottom: 0;
}

.custom-input-form {
  margin-bottom: 2.4rem;
}

.search-result-text {
  text-align: center;
  font-size: 1.6rem;
}
.search-result-text .txt-a {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-secondary);
  display: inline-block;
}
.search-result-text .txt-b {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  color: var(--color-primary);
}

.search-empty {
  text-align: center;
}

.search-empty__image {
  max-width: 30.5rem;
  margin: 0 auto 3.2rem;
}
.search-empty__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.search-empty__title > * {
  margin: 0;
  font-size: 3.2rem;
  color: var(--color-primary);
}

.search-empty__subtitle > * {
  font-weight: normal;
  margin: 0;
}

@media (min-width: 1024px) {
  .contact-detail-wrapper {
    background-image: url("../images/contact-map-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .contact-detail-wrapper {
    padding-bottom: 0;
  }
}

.contact-detail__row {
  position: relative;
}
@media (min-width: 768px) {
  .contact-detail__row .contact-detail__col.is-address {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f8f8f8;
    padding: 2.8rem 3.2rem;
    max-width: 44.4rem;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.16);
    display: flex;
    z-index: 2;
  }
}
@media (max-width: 1023px) {
  .contact-detail__row .contact-detail__col.is-address {
    margin-bottom: 3.2rem;
  }
}
.contact-detail__row .contact-detail__col.is-address > * {
  margin: auto;
}

.contact-detail__title {
  font-size: 2.4rem;
  color: var(--color-primary);
  margin-bottom: 0.8rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .contact-detail__title {
    font-size: 2rem;
  }
}

.contact-detail__desc {
  margin-bottom: 1.2rem;
}

.contact-detail__address {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cecfd1;
}

.contact-detail__map {
  max-width: 79.2rem;
}
@media (max-width: 1023px) {
  .contact-detail__map {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.contact-detail__map img {
  display: block;
  max-width: 100%;
  height: auto;
}

.contact-detail__contactList {
  margin-bottom: 2rem;
}
.contact-detail__contactList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-detail__contactList ul li {
  display: block;
  margin-bottom: 0.8rem;
}

.contact-detail__social-icons {
  display: flex;
}
.contact-detail__social-icons a {
  display: block;
  width: 3.2rem;
  transition: all 0.3s;
}
.contact-detail__social-icons a:not(:last-child) {
  margin-right: 1.2rem;
}
@media (pointer: fine) {
  .contact-detail__social-icons a:hover {
    transform: scale(1.2);
  }
}
.contact-detail__social-icons img {
  display: block;
  max-width: 100%;
  height: auto;
}

.contact-form-wrapper-decor {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.contact-form-wrapper-decor .decor-lg {
  z-index: 0;
}
.contact-form-wrapper-decor .scroll-tween-trigger {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.contact-form-wrapper-decor .scroll-tween-trigger.is-VkebmUtsyl {
  top: 25rem;
}
.contact-form-wrapper-decor .scroll-tween-trigger.is-4J_W78Yj1g {
  top: auto;
  bottom: 25rem;
}
@media (min-width: 1024px) {
  .contact-form-wrapper-decor .scroll-tween-trigger {
    display: block;
  }
}

@media (min-width: 1024px) {
  .contact-form-wrapper {
    z-index: 2;
    background-image: url("../images/contact-form-bg.png");
    background-repeat: no-repeat;
    background-size: 1920px 1224px;
    background-position: 50% 0;
    color: #fff;
    padding-top: 14rem;
    height: 122rem;
    position: relative;
  }
}
@media (max-width: 1023px) {
  .contact-form-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.contact-form-wrapper .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .contact-form-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-form-wrapper .decor-lg {
  z-index: 3;
}

.contact-form__header {
  text-align: center;
}
@media (max-width: 1023px) {
  .contact-form__header {
    background-color: var(--color-primary);
    color: #fff;
    position: relative;
    padding: 6.4rem 2rem;
    background-image: url("../images/bg-contact-form-mobile.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    margin-bottom: 0;
  }
  .contact-form__header > * {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form__header br {
    display: none;
  }
}

.contact-form__title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
}
@media (max-width: 1023px) {
  .contact-form__title {
    font-size: 2.8rem;
  }
}

.contact-form__form {
  background-color: #f1f1f1;
  color: #000;
  padding: 4.8rem 2rem;
}
@media (min-width: 1024px) {
  .contact-form__form {
    padding: 4.8rem 10rem;
    box-shadow: 0px 4px 12.6px rgba(0, 0, 0, 0.18);
  }
}

@media (min-width: 1024px) {
  .contact-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.4rem;
  }
}

.contact-form__button {
  text-align: center;
}

.contact-form-message {
  padding: 3.2rem 0;
  text-align: center;
}

.contact-form-message__image {
  max-width: 38.4rem;
  margin: 0 auto 1.2rem;
}
.contact-form-message__image img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-form-message__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 1.2rem;
}
@media (max-width: 1023px) {
  .contact-form-message__title {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .contact-form-message__desc br {
    display: none;
  }
}

.button-market {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4rem;
  max-width: 40rem;
}
@media (min-width: 1024px) {
  .button-market {
    max-width: 60rem;
  }
}
.button-market.is-lazada {
  background-color: #0f156d;
}
@media (min-width: 1024px) {
  .button-market.is-lazada .button-market__inner {
    border-color: #0f156d;
  }
}
.button-market.is-shopee {
  background: linear-gradient(270deg, #f53f2d 54.55%, #fe6333 94.41%);
}
@media (min-width: 1024px) {
  .button-market.is-shopee .button-market__inner {
    border-color: #f53f2d;
  }
}
.button-market.is-line {
  background-color: #1ec687;
}
@media (min-width: 1024px) {
  .button-market.is-line .button-market__inner {
    border-color: #1ec687;
  }
}

.button-market__inner {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  height: 13.2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .button-market__inner {
    padding-left: 3rem;
    padding-right: 3rem;
    height: 21rem;
  }
}
@media (pointer: fine) {
  .button-market__inner:hover .button-market__content {
    right: 0;
  }
  .button-market__inner:hover .button-market__contentInner > * {
    opacity: 1;
    transform: translateX(0);
  }
  .button-market__inner:hover .button-market__contentInner > *:nth-child(1) {
    transition: all 0.5s;
  }
  .button-market__inner:hover .button-market__contentInner > *:nth-child(2) {
    transition: all 1s;
  }
  .button-market__inner:hover .button-market__contentInner > *:nth-child(3) {
    transition: all 1.5s;
  }
  .button-market__inner:hover .button-market__arrow {
    transform: translateX(10rem);
  }
}

.button-market__icon img {
  display: block;
  height: auto;
  width: 15rem;
}
@media (min-width: 1024px) {
  .button-market__icon img {
    width: 23.9rem;
  }
}

.button-market__arrow {
  margin-left: auto;
  transition: all 0.5s;
}
.button-market__arrow img {
  display: block;
  width: 4.4rem;
  height: auto;
}

.button-market__content {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  right: 0;
  width: 45%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {
  .button-market__content {
    padding-left: 3rem;
    width: 45%;
    right: -65%;
    transition: all 0.5s;
  }
}
.button-market__content:after {
  content: "";
  position: absolute;
  right: calc(100% - 3px);
  top: 0;
  bottom: 0;
  width: 4rem;
  background-image: url(../images/button-market-content-shape.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .button-market__contentInner > * {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.5s;
  }
}

.button-market__title {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .button-market__title {
    font-size: 2.4rem;
  }
}

.button-market__more .button-underlined {
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .button-market__more .button-underlined {
    font-size: 1.2rem;
  }
  .button-market__more .button-underlined:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.market-list-wrapper {
  position: relative;
  z-index: 3;
  padding-bottom: 16.5rem;
}
@media (min-width: 1024px) {
  .market-list-wrapper {
    padding-bottom: 10rem;
    background-image: url("../images/contact-map-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .market-list__row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .market-list__col {
    width: 50%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.other-contact-wrapper {
  background-color: #f8f8f8;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
@media (min-width: 1024px) {
  .other-contact-wrapper {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.other-contact {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  padding: 3.2rem 1.5rem;
}
@media (min-width: 1024px) {
  .other-contact {
    padding: 4.8rem;
  }
}

.other-contact__header {
  margin-bottom: 3.2rem;
}

.other-contact__title .section-title {
  margin-bottom: 1.2rem;
}

.other-contact__desc > * {
  margin: 0 0 1.2rem;
}

.other-contact__item {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .other-contact__item {
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
}
.other-contact__item > * {
  display: flex;
  align-items: center;
}
.other-contact__item img.is-icon {
  display: block;
  height: auto;
  min-width: 3.2rem;
  max-width: 3.2rem;
}
@media (min-width: 1024px) {
  .other-contact__item img.is-icon {
    min-width: 3.9rem;
    max-width: 3.9rem;
  }
}
.other-contact__item img.is-icon + * {
  display: block;
  flex: 1;
  padding-left: 2.4rem;
}
.other-contact__item:last-child {
  margin-bottom: 0;
}

.royalty-hl-wrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 449px) {
  .royalty-hl-wrapper {
    padding-bottom: 3rem;
    background: linear-gradient(106deg, #fff 4.25%, rgba(214, 214, 214, 0.8) 94.18%);
  }
  .royalty-hl-wrapper:before {
    content: "";
    display: block;
    background-image: url(../images/royalty-hl-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
  }
  .royalty-hl-wrapper + * {
    margin-top: -3rem;
  }
}
.royalty-hl-wrapper .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 449px) {
  .royalty-hl {
    margin-top: -3rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.royalty-hl__image {
  margin-bottom: 4.8rem;
}
.royalty-hl__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .royalty-hl__image img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .royalty-hl__image img.img-lg {
    display: none;
  }
}
.royalty-hl__image img.img-md {
  display: none;
}
@media (max-width: 1023px) {
  .royalty-hl__image img.img-md {
    display: block;
  }
}

.royalty-messages {
  max-width: 79.2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.how-to-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 105.3rem;
  background-image: url(../images/royalty-how-to-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding-top: 11rem;
  position: relative;
}
@media (max-width: 449px) {
  .how-to-wrapper {
    padding-top: 2rem;
    background-image: url(../images/royalty-how-to-bg-mobile.png);
  }
}

.how-to {
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 12.4rem;
}
@media (max-width: 449px) {
  .how-to {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8rem;
  }
}

.how-to__header {
  text-align: center;
}
.how-to__header img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.how-to__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 5rem;
}
@media (max-width: 1023px) {
  .how-to__row {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 0;
  }
}
@media (max-width: 767px) {
  .how-to__row {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -2rem;
  }
}

.how-to__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .how-to__image img.img-lg {
    display: none;
  }
}
.how-to__image img.img-md {
  display: none;
}
@media (max-width: 1023px) {
  .how-to__image img.img-md {
    display: block;
  }
}

.how-to__imageInner {
  cursor: pointer;
}

.royalty-content-wrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 9rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.royalty-section {
  margin: 0 auto 9rem;
  max-width: 99.6rem;
  width: 100%;
}

.royalty-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3.2rem;
}

.royalty-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .royalty-image img.img-lg {
    display: none;
  }
}
.royalty-image img.img-md {
  display: none;
}
@media (max-width: 1023px) {
  .royalty-image img.img-md {
    display: block;
  }
}

.royalty-floating-link {
  z-index: 10;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 449px) {
  .royalty-floating-link {
    padding-right: 0rem;
    height: 5.5rem;
  }
}

.royalty-floating-link__content {
  margin-right: 3.8rem;
  font-size: 1.6rem;
}
@media (max-width: 449px) {
  .royalty-floating-link__content {
    margin-right: 0rem;
    font-size: 1.1rem;
    flex: 1;
  }
}
@media (min-width: 450px) {
  .royalty-floating-link__content br {
    display: none;
  }
}

.royalty-floating-link__button {
  font-size: 0;
}
.royalty-floating-link__button img {
  display: block;
}
@media (max-width: 449px) {
  .royalty-floating-link__button img {
    width: 14.5rem;
  }
}
@media (max-width: 449px) {
  .royalty-floating-link__button {
    margin-left: auto;
    width: 17.7rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #06c755;
  }
}

.error-404-wrapper {
  text-align: center;
  padding: 6rem 0;
}

.error-404__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.error-404__title {
  margin-bottom: 0.8rem;
  font-weight: bold;
  color: var(--color-primary);
  font-size: 2.8rem;
}
@media (min-width: 1024px) {
  .error-404__title {
    font-size: 3.2rem;
  }
}

.error-404__desc {
  margin-bottom: 4.8rem;
}

.error-under-construction-wrapper {
  text-align: center;
  padding: 2.4rem 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.error-under-construction-wrapper .container {
  margin: auto;
}

.error-under-construction__brand {
  margin-bottom: 6.4rem;
}
.error-under-construction__brand img {
  display: block;
  width: 11.2rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.error-under-construction__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .error-under-construction__image img.img-lg {
    display: none;
  }
}
.error-under-construction__image img.img-md {
  display: none;
}
@media (max-width: 1023px) {
  .error-under-construction__image img.img-md {
    display: block;
  }
}

.error-under-construction__title {
  margin-bottom: 0.8rem;
  font-weight: bold;
  color: var(--color-primary);
  font-size: 2.8rem;
}
@media (min-width: 1024px) {
  .error-under-construction__title {
    font-size: 3.2rem;
  }
  .error-under-construction__title br {
    display: none;
  }
}

.privacy-content-wrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 6.4rem;
}
@media (max-width: 1023px) {
  .privacy-content-wrapper {
    padding-top: 3.2rem;
  }
}
.privacy-content-wrapper .container {
  position: relative;
  z-index: 2;
  max-width: 100.3rem;
}

.privacy-content__header {
  text-align: center;
  margin-bottom: 4.8rem;
}
@media (max-width: 1023px) {
  .privacy-content__header {
    margin-bottom: 3.2rem;
  }
}

.privacy-content__title > * {
  margin: 0;
  font-weight: bold;
  font-size: 4.8rem;
}
@media (max-width: 1023px) {
  .privacy-content__title > * {
    font-size: 2.8rem;
  }
}

.privacy-content__subtitle > * {
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .privacy-content__subtitle > * {
    font-size: 1.6rem;
  }
}

.decor-privacy-sticky {
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  z-index: 0;
}
@media (min-width: 1300px) {
  .decor-privacy-sticky {
    bottom: 0;
    position: sticky;
    height: 6.4rem;
  }
}
@media (min-width: 1300px) {
  .decor-privacy-sticky > * {
    position: absolute;
    bottom: 0;
  }
}
.decor-privacy-sticky img {
  display: block;
  height: auto;
}
.decor-privacy-sticky .is-EJ3eZNTsJg img {
  width: 30rem;
}
@media (max-width: 1023px) {
  .decor-privacy-sticky .is-EJ3eZNTsJg img {
    width: 18.8rem;
  }
}
.decor-privacy-sticky .is-VyM-bEpikx {
  margin-left: auto;
}
@media (min-width: 1300px) {
  .decor-privacy-sticky .is-VyM-bEpikx {
    right: 0;
  }
}
.decor-privacy-sticky .is-VyM-bEpikx img {
  width: 20.5rem;
}
@media (max-width: 1023px) {
  .decor-privacy-sticky .is-VyM-bEpikx img {
    width: 12.7rem;
  }
}