* {
  box-sizing: border-box;
}

body {
  color: #252525;
  font-family: "TASA Explorer", "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  background: #fff;
}

.d-400 {
  display: none;
}
@media (max-width: 400px) {
  .d-400 {
    display: block;
  }
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

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

.d-none {
  display: none !important;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.justify-content-center {
  justify-content: center;
}

.nav-link {
  display: block;
}

.image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
  cursor: pointer;
}
.image-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.narrow {
  max-width: 1060px;
}

.hero {
  background: #fff;
  overflow: hidden;
}
.hero__img {
  width: 100%;
  height: auto;
}

.kv {
  position: relative;
  width: min(100%, 1600px);
  margin: 0 auto;
  aspect-ratio: 2400/1640;
  isolation: isolate;
  contain: layout paint;
}
.kv__fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.kv__fallback img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv__stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  transform: translateZ(0);
}
.kv__stage--mobile {
  display: none;
}
.kv__layer {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  backface-visibility: hidden;
  image-rendering: auto;
  transform: translateZ(0);
  will-change: transform, opacity;
}
.kv--layered .kv__fallback {
  opacity: 0;
}

.section-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1.5px solid #252525;
  border-bottom: 1.5px solid #252525;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.18);
}
.section-nav .nav {
  min-height: 65px;
  gap: 50px;
  align-items: center;
}
@media (max-width: 813px) {
  .section-nav .nav {
    gap: 20px;
  }
}
.section-nav .nav-link {
  min-width: 118px;
  padding: 8px 18px;
  color: #252525;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.section-nav .nav-link.active {
  background: #d5b87f;
  color: #252525;
}

.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

.intro-section {
  padding: 150px 0 210px;
  text-align: center;
}
.intro-section p {
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 0.07em;
  font-size: 20px;
  width: 80%;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .intro-section p {
    width: auto;
  }
}

.content-section {
  padding: 0 0 118px;
  text-align: center;
}

.section-title-asset {
  position: relative;
  display: block;
  --title-scale: .8;
  width: min(var(--title-width) * var(--title-scale), (100vw - 48px) * var(--title-scale));
  aspect-ratio: var(--title-ratio);
  margin: 0 auto 14px;
  line-height: 0;
}
.section-title-asset__part, .section-title-asset__slash {
  position: absolute;
  display: block;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  pointer-events: none;
}
.section-title-asset__slash {
  transform-origin: 0 50%;
}
.section-title-asset__part img, .section-title-asset__slash img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
.section-title-asset__part--a {
  --x: var(--a-x);
  --y: var(--a-y);
  --w: var(--a-w);
}
.section-title-asset__part--b {
  --x: var(--b-x);
  --y: var(--b-y);
  --w: var(--b-w);
}
.section-title-asset__slash {
  --x: var(--slash-x);
  --y: var(--slash-y);
  --w: var(--slash-w);
}

.section-title-asset--spotlight {
  --title-width: 457px;
  --title-ratio: 457 / 79;
  --a-x: 0%;
  --a-y: 29.114%;
  --a-w: 50.547%;
  --slash-x: 46.171%;
  --slash-y: 0%;
  --slash-w: 15.755%;
  --b-x: 53.392%;
  --b-y: 26.582%;
  --b-w: 46.608%;
}

.section-title-asset--fashion {
  --title-width: 653px;
  --title-ratio: 653 / 73;
  --a-x: 0%;
  --a-y: 15.068%;
  --a-w: 32.312%;
  --slash-x: 28.637%;
  --slash-y: 0%;
  --slash-w: 11.179%;
  --b-x: 34.609%;
  --b-y: 21.918%;
  --b-w: 65.391%;
}

.section-title-asset--summer {
  --title-width: 608px;
  --title-ratio: 608 / 72;
  --a-x: 0%;
  --a-y: 26.389%;
  --a-w: 62.993%;
  --slash-x: 59.539%;
  --slash-y: 0%;
  --slash-w: 11.842%;
  --b-x: 65.132%;
  --b-y: 22.222%;
  --b-w: 34.868%;
}

.section-title-asset--taste {
  --title-width: 557px;
  --title-ratio: 557 / 72;
  --a-x: 0%;
  --a-y: 29.167%;
  --a-w: 38.061%;
  --slash-x: 33.214%;
  --slash-y: 0%;
  --slash-w: 13.106%;
  --b-x:40%;
  --b-y: 36.111%;
  --b-w: 60.503%;
}

.section-title-asset--events {
  --title-width: 680px;
  --title-ratio: 680 / 72;
  --a-x: 0%;
  --a-y: 33.333%;
  --a-w: 66.912%;
  --slash-x: 63.971%;
  --slash-y: 0%;
  --slash-w: 10.588%;
  --b-x: 68.971%;
  --b-y: 29.167%;
  --b-w: 31.029%;
}

@media (max-width: 820px) {
  .section-title-asset {
    --mobile-title-height: calc((100vw - 48px) * 73 / 653);
    width: min(var(--mobile-title-height) * var(--title-ratio), 100vw - 48px);
  }
  .section-title-asset--events {
    width: min(var(--mobile-title-height) * var(--title-ratio), 100vw - 48px);
  }
}
.section-lead {
  margin: 0 auto 38px;
  color: #252525;
  font-size: 17px;
  font-weight: 400;
}

.section-lead2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 62px;
}
@media (max-width: 820px) {
  .section-lead2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
  }
}

.spotlight-img {
  display: block;
  width: min(85%, 1050px);
  margin: 0 auto;
}

.fashion-section {
  position: relative;
  --fashion-title-line-width: calc(1060px - 24px);
  padding-bottom: 0px;
  overflow: hidden;
}
.fashion-section .container {
  max-width: 1060px;
  position: relative;
}
.fashion-section .section-title-asset--fashion {
  margin-left: 0;
  margin-right: 0;
}
.fashion-section .section-title-asset--fashion::after {
  content: "";
  position: absolute;
  right: auto;
  bottom: -12px;
  left: 0;
  width: var(--fashion-title-line-width);
  height: 1px;
  background: #a6a6a5;
}

@media (min-width: 821px) and (max-width: 1199.98px) {
  .fashion-section {
    --fashion-title-line-width: calc(80vw - 24px);
  }
  .fashion-section .container {
    max-width: 80vw;
  }
}
.fashion-swiper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 22px 0 140px;
  overflow: visible;
}
.fashion-swiper .swiper-wrapper {
  align-items: center;
}
.fashion-swiper .swiper-button-prev,
.fashion-swiper .swiper-button-next {
  top: -140px;
  width: 30px;
  height: 30px;
  color: #d5b87f;
  z-index: 5;
}
.fashion-swiper .swiper-button-prev {
  right: calc(50% - 500px);
  left: auto;
  transform: translateX(-38px);
}
.fashion-swiper .swiper-button-next {
  right: calc(50% - 500px);
}
.fashion-swiper .swiper-button-prev::after,
.fashion-swiper .swiper-button-next::after {
  font-size: 24px;
}
.fashion-swiper .swiper-pagination {
  display: none;
}

.fashion-swiper--mobile {
  display: none;
}

.fashion-swiper--desktop {
  display: block;
}

@media (min-width: 821px) and (max-width: 1199.98px) {
  .fashion-swiper .swiper-button-prev,
  .fashion-swiper .swiper-button-next {
    right: 10vw;
  }
  .fashion-swiper .swiper-button-prev {
    left: auto;
    transform: translateX(-38px);
  }
}
@media (max-width: 820px) {
  .fashion-swiper--mobile {
    display: block;
  }
  .fashion-swiper--desktop {
    display: none;
  }
  .fashion-section {
    --fashion-title-line-width: 100vw;
  }
  .fashion-section .section-title-asset--fashion {
    margin-right: auto;
    margin-left: auto;
  }
  .fashion-section .section-title-asset--fashion::after {
    left: calc(50% - 50vw);
  }
}
.fashion-card {
  transition: opacity 0.45s ease;
}
.fashion-card .image-link {
  width: 100%;
  transform: scale(0.9);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center bottom;
}
.fashion-card img {
  width: 100%;
}
.fashion-card p {
  width: min(100%, 570px);
  max-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.fashion-card.swiper-slide-prev .image-link, .fashion-card.swiper-slide-next .image-link {
  transform: scale(0.9);
}
.fashion-card.swiper-slide-active {
  z-index: 2;
}
.fashion-card.swiper-slide-active .image-link {
  transform: scale(1);
}
.fashion-card.swiper-slide-active p {
  width: 100%;
  max-height: 80px;
  margin-top: 20px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  border-top: 1px solid #c8af86;
  border-bottom: 1px solid #c8af86;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.fashion-card__link,
.summer-card__link,
.event-card__link,
.taste-card__link {
  display: block;
  color: inherit;
  cursor: pointer;
}

.fashion-card--featured .image-link {
  aspect-ratio: 3/2;
}

.summer-section {
  position: relative;
  padding: 82px 0 96px;
  overflow: hidden;
  background: url("../assets/images/section-summer-bg.jpg") center calc(50% + var(--summer-bg-y, 0px))/cover no-repeat;
}
.summer-section::before {
  content: "";
  position: absolute;
  inset: 0;
}
.summer-section .container {
  position: relative;
  z-index: 1;
}

.summer-bg-line {
  position: absolute;
  z-index: 0;
  width: min(20vw, 467px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.summer-section.is-lines-active .summer-bg-line {
  opacity: 0.72;
}

.summer-bg-line--tl {
  top: -10px;
  left: -30px;
}

.summer-bg-line--br {
  right: -30px;
  bottom: -10px;
}

.summer-swiper {
  --summer-card-x: 18px;
  --summer-card-y: 26px;
  --summer-card-img-height: calc(66.667vw - 24px);
  --summer-corner-size: 58px;
  --summer-corner-offset: 8px;
  width: min(100%, 1050px);
  margin: 0 auto;
  padding: 0 0 52px;
}
.summer-swiper::before, .summer-swiper::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  z-index: 110;
}
.summer-swiper::before {
  top: 0;
  left: 40px;
  border-top: 15px solid #c8af86;
  border-left: 15px solid #c8af86;
}
@media (max-width: 820px) {
  .summer-swiper::before {
    top: 5px;
    left: 0px;
    border-top: 13px solid #c8af86;
    border-left: 13px solid #c8af86;
  }
}
.summer-swiper::after {
  right: 40px;
  bottom: 110px;
  border-right: 15px solid #c8af86;
  border-bottom: 15px solid #c8af86;
}
@media (max-width: 820px) {
  .summer-swiper::after {
    bottom: 155px;
    right: 0px;
    border-right: 13px solid #c8af86;
    border-bottom: 13px solid #c8af86;
  }
}
@media (max-width: 767px) and (min-width: 401px) {
  .summer-swiper::after {
    top: calc(var(--summer-card-y) + var(--summer-card-img-height) - var(--summer-corner-size) + var(--summer-corner-offset));
    bottom: auto;
    right: 0px;
    border-right: 13px solid #c8af86;
    border-bottom: 13px solid #c8af86;
  }
}
@media (max-width: 400px) {
  .summer-swiper::after {
    top: calc(var(--summer-card-y) + var(--summer-card-img-height) - var(--summer-corner-size) + var(--summer-corner-offset));
    bottom: auto;
    right: 0px;
    border-right: 13px solid #c8af86;
    border-bottom: 13px solid #c8af86;
  }
}
.summer-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 12px !important;
  background: #a7b1b7;
  opacity: 1;
}
.summer-swiper .swiper-pagination-bullet-active {
  background: #ad8e57;
}
.summer-swiper .swiper-button-prev,
.summer-swiper .swiper-button-next {
  top: auto;
  bottom: -30px;
  width: 112px;
  height: 50px;
  color: #ad8e57;
  z-index: 100;
}
@media (max-width: 820px) {
  .summer-swiper .swiper-button-prev,
  .summer-swiper .swiper-button-next {
    width: 50px;
  }
}
.summer-swiper .swiper-button-prev::before,
.summer-swiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  border-top: 1px solid currentColor;
}
.summer-swiper .swiper-button-prev {
  left: 24%;
}
.summer-swiper .swiper-button-prev::before {
  left: 2px;
  transform: translateY(-50%) rotate(-45deg);
}
.summer-swiper .swiper-button-next {
  right: 24%;
}
.summer-swiper .swiper-button-next::before {
  right: 2px;
  transform: translateY(-50%) rotate(45deg);
}
.summer-swiper .swiper-button-prev::after,
.summer-swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.summer-card {
  position: relative;
  padding: 36px 40px 0;
}
.summer-card img {
  width: 90%;
  margin: 0 auto;
}
.summer-card p {
  width: 72%;
  margin: 30px auto 40px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}
@media (max-width: 820px) {
  .summer-card p {
    width: 80%;
  }
}

.taste-section {
  padding: 124px 0 130px;
}

.taste-swiper {
  width: min(100%, 880px);
  margin: 58px auto 0;
  padding-bottom: 48px;
}
.taste-swiper .swiper-pagination,
.taste-swiper .swiper-button-prev,
.taste-swiper .swiper-button-next {
  display: block;
}

@media (min-width: 821px) {
  .taste-swiper .swiper-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 50px;
  }
  .taste-swiper .swiper-button-prev,
  .taste-swiper .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 32px;
    height: 32px;
    color: rgba(173, 142, 87, 0.4);
    z-index: 4;
    pointer-events: auto;
  }
  .taste-swiper .swiper-button-prev {
    left: calc(50% - 58px);
  }
  .taste-swiper .swiper-button-next {
    right: calc(50% - 58px);
  }
  .taste-swiper .swiper-button-prev::after,
  .taste-swiper .swiper-button-next::after {
    font-size: 22px;
  }
  .taste-swiper .swiper-pagination {
    bottom: 11px;
    color: #252525;
    font-size: 12px;
    pointer-events: none;
  }
}
.taste-card {
  position: relative;
  --taste-card-ratio: 137 / 185;
  height: auto;
  padding: 0;
  border: 0;
  background: #fff;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 820px) {
  .taste-card {
    margin-top: 0;
  }
}
.taste-card__no {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #d5b87f;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.taste-card__no_dark {
  color: #ad8e57;
}
.taste-card__link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  aspect-ratio: var(--taste-card-ratio);
  padding: 52px 0 0;
  border: 1px solid #c8af86;
  background: #fff;
}
.taste-card__link::before {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 3;
  width: 37px;
  height: 37px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.taste-card__link::after {
  content: "MORE";
  position: relative;
  z-index: 1;
  flex: 0 0 34px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  background: #c8af86;
  clip-path: polygon(0 0, 100% 0, calc(100% - 34px) 100%, 0 100%);
}
.taste-card img {
  width: 92%;
  margin: 0 auto;
}
.taste-card .image-link {
  flex: 0 0 auto;
  width: 92%;
  margin: 0 auto;
  aspect-ratio: 3/2;
}
.taste-card__title {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  width: 90%;
  text-align: center;
}
.taste-card__more {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 115px;
  margin-bottom: -28px;
  color: #fff;
  font-size: 13px;
}

.taste-card:nth-child(2) {
  margin-top: 60px;
}
@media (max-width: 820px) {
  .taste-card:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 821px) {
  .taste-card:nth-child(2) {
    margin-top: 20px;
  }
  .taste-card.swiper-slide-next {
    margin-top: 60px;
  }
}
.events-section {
  padding: 94px 0 100px;
  background: #f1f1f1;
}

.events-swiper {
  margin: 56px auto 0;
  padding-bottom: 10px;
}
.events-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 54px;
}
.events-swiper .swiper-pagination,
.events-swiper .swiper-button-prev,
.events-swiper .swiper-button-next {
  display: none;
}

.event-card {
  text-align: center;
}
.event-card img {
  width: 100%;
}
.event-card p {
  margin: 16px 0 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 20px;
  border-top: 1px solid #c8af86;
  border-bottom: 1px solid #c8af86;
}
.event-card h3 {
  color: #c8af86;
  font-weight: 900;
  margin: 5px;
}
.event-card .left_h3 {
  text-align: left;
}
.event-card .right_h3 {
  text-align: right;
}

.site-footer {
  padding: 58px 0 62px;
}
.site-footer strong {
  display: inline-block;
  font-family: Didot, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.28em;
}

@media (max-width: 820px) {
  body {
    font-size: 15px;
    line-height: 1.75;
  }
  .mobile-menu-toggle {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 101;
    display: flex;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 0;
    background: #d5b87f;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
  .mobile-menu-toggle span {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    transition: transform 0.35s ease, opacity 0.25s ease;
  }
  .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(-9px);
  }
  .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(9px);
  }
  .mobile-menu-toggle.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mobile-menu-toggle.is-open {
    background: transparent;
  }
  .mobile-menu-toggle.is-open span:nth-child(1) {
    transform: rotate(45deg);
  }
  .mobile-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-toggle.is-open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: block;
    overflow: hidden;
    background: #d5b87f;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }
  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu__inner {
    display: flex;
    min-height: 100dvh;
    padding: 72px 0;
    flex-direction: column;
    justify-content: center;
  }
  .mobile-menu__link {
    position: relative;
    display: block;
    padding: 24px 24px 0;
    color: #fff;
    text-align: center;
    opacity: 0;
  }
  .mobile-menu__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.82);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.5s ease;
  }
  .mobile-menu__link span {
    display: block;
    color: rgba(139, 95, 54, 0.7);
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: 0.03em;
  }
  .mobile-menu__link small {
    display: block;
    margin-top: 0;
    color: #fff;
    font-size: 27px;
    line-height: 1.08;
  }
  .mobile-menu.is-open .mobile-menu__link::after {
    transform: scaleX(1);
  }
  .mobile-menu.is-open .mobile-menu__link:nth-child(1)::after {
    transition-delay: 0.08s;
  }
  .mobile-menu.is-open .mobile-menu__link:nth-child(2)::after {
    transition-delay: 0.16s;
  }
  .mobile-menu.is-open .mobile-menu__link:nth-child(3)::after {
    transition-delay: 0.24s;
  }
  .mobile-menu.is-open .mobile-menu__link:nth-child(4)::after {
    transition-delay: 0.32s;
  }
  .mobile-menu.is-open .mobile-menu__link:nth-child(5)::after {
    transition-delay: 0.4s;
  }
  .mobile-menu.is-open .mobile-menu__link:nth-child(6)::after {
    transition-delay: 0.48s;
  }
  .container,
  .narrow {
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .kv {
    width: 100%;
    aspect-ratio: 768/1105;
    border-bottom: 1px solid #1e1e1e;
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.18);
  }
  .kv__stage--desktop {
    display: none;
  }
  .kv__stage--mobile {
    display: block;
  }
  .intro-section {
    padding: 62px 0 95px;
  }
  .intro-section p {
    font-size: 16px;
    line-height: 2;
  }
  .content-section {
    padding-bottom: 80px;
  }
  .content-section h2 {
    font-size: 27px;
    margin-bottom: 14px;
  }
  .section-lead {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.8;
  }
  .spotlight-img {
    width: calc(100% + 48px);
    max-width: none;
    margin-left: -24px;
  }
  .fashion-section {
    padding-bottom: 66px;
  }
  .fashion-swiper {
    width: calc(100% + 48px);
    margin-left: -24px;
    padding-bottom: 44px;
    overflow: hidden;
  }
  .fashion-swiper .swiper-button-prev,
  .fashion-swiper .swiper-button-next {
    display: block;
    top: auto;
    bottom: 0;
    width: 32px;
    height: 32px;
    color: rgba(173, 142, 87, 0.35);
    z-index: 4;
    pointer-events: auto;
  }
  .fashion-swiper .swiper-button-prev {
    left: calc(50% - 58px);
    right: auto;
    transform: none;
  }
  .fashion-swiper .swiper-button-next {
    right: calc(50% - 58px);
  }
  .fashion-swiper .swiper-button-prev::after,
  .fashion-swiper .swiper-button-next::after {
    font-size: 22px;
  }
  .fashion-swiper .swiper-pagination {
    display: block;
    bottom: 11px;
    color: #252525;
    font-size: 12px;
    pointer-events: none;
  }
  .fashion-card .image-link {
    transform: scale(0.9);
  }
  .fashion-card.swiper-slide-active .image-link {
    transform: scale(1);
  }
  .fashion-card img {
    aspect-ratio: 1.55/1;
  }
  .fashion-card p {
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 30px;
    padding: 10px 0;
  }
  .summer-section {
    padding: 70px 0 74px;
  }
  .summer-swiper {
    padding-bottom: 54px;
  }
  .summer-swiper .swiper-button-prev {
    left: 13%;
  }
  .summer-swiper .swiper-button-next {
    right: 13%;
  }
  .summer-card {
    padding: 26px 18px 0;
  }
  .summer-card::before, .summer-card::after {
    width: 44px;
    height: 44px;
  }
  .summer-card::before {
    border-width: 8px;
  }
  .summer-card::after {
    bottom: 118px;
    border-width: 8px;
  }
  .summer-card img {
    aspect-ratio: 1.58/1;
    width: 100%;
  }
  .summer-card p {
    font-size: 15px;
    line-height: 1.7;
  }
  .taste-section {
    padding: 80px 0 76px;
    overflow: hidden;
  }
  .taste-swiper {
    width: 100vw;
    margin-top: 56px;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    padding-bottom: 48px;
  }
  .taste-swiper .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .taste-swiper .swiper-pagination,
  .taste-swiper .swiper-button-prev,
  .taste-swiper .swiper-button-next {
    display: block;
  }
  .taste-swiper .swiper-button-prev,
  .taste-swiper .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 32px;
    height: 32px;
    color: rgba(173, 142, 87, 0.4);
    z-index: 4;
    pointer-events: auto;
  }
  .taste-swiper .swiper-button-prev {
    left: calc(50% - 58px);
  }
  .taste-swiper .swiper-button-next {
    right: calc(50% - 58px);
  }
  .taste-swiper .swiper-button-prev::after,
  .taste-swiper .swiper-button-next::after {
    font-size: 22px;
  }
  .taste-swiper .swiper-pagination {
    bottom: 11px;
    color: #252525;
    font-size: 12px;
    pointer-events: none;
  }
  .taste-card {
    width: clamp(280px, 76vw, 360px);
    flex: 0 0 clamp(280px, 76vw, 360px);
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .taste-card:nth-child(2) {
    margin-top: 0;
  }
  .taste-card__no {
    top: -42px;
    font-size: 70px;
  }
  .taste-card__title {
    flex: 0 1 auto;
    min-height: 68px;
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: 15px;
  }
  .events-section {
    padding: 74px 0 74px;
  }
  .events-swiper {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .events-swiper .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .events-swiper .swiper-pagination {
    display: none;
  }
  .events-swiper .swiper-button-prev,
  .events-swiper .swiper-button-next {
    display: block;
    top: auto;
    bottom: 0;
    width: auto;
    height: auto;
    color: #9e9e9e;
    font-size: 16px;
    text-transform: uppercase;
  }
  .events-swiper .swiper-button-prev {
    left: 0;
  }
  .events-swiper .swiper-button-next {
    right: 0;
  }
  .events-swiper .swiper-button-prev::after {
    content: "PREV";
    font-size: 16px;
  }
  .events-swiper .swiper-button-next::after {
    content: "NEXT";
    font-size: 16px;
  }
  .event-card p {
    font-size: 15px;
  }
  .site-footer {
    padding: 42px 0 44px;
  }
  .site-footer strong {
    font-size: 34px;
  }
}
@media (min-width: 821px) {
  .d-md-block {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */