#section__ba_latest {
  background: #f9f7f3;
  padding: 80px 0 100px;
}
#section__ba_latest .ba_latest__wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
#section__ba_latest .ba_latest__header {
  position: relative;
  margin-bottom: 50px;
}
#section__ba_latest .ba_latest__header__left {
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c9a96e;
}
#section__ba_latest .ba_latest__header__left .ba_latest__en {
  font-family: "TheSeasons";
  font-size: 46px;
  color: #5c4a2f;
  font-weight: 400;
  line-height: 1.2;
}
#section__ba_latest .ba_latest__header__left .ba_latest__en span {
  font-family: var(--serif);
}
#section__ba_latest .ba_latest__header__left .ba_latest__script {
  display: block;
  font-family: "TheSeasons";
  font-style: italic;
  font-weight: 400;
  font-size: 50px;
  color: #da9c40;
  line-height: 1.2;
}
#section__ba_latest .ba_latest__header__left .ba_latest__script span {
  font-family: var(--serif);
}
#section__ba_latest .ba_latest__header__divider {
  display: none;
}
#section__ba_latest .ba_latest__header__right {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
#section__ba_latest .ba_latest__header__right strong {
  font-size: 22px;
  color: #5c4a2f;
  font-weight: 700;
  white-space: nowrap;
}
#section__ba_latest .ba_latest__header__right p {
  font-size: 16px;
  color: #a08060;
  line-height: 1.7;
}
#section__ba_latest .ba_latest__swiper {
  position: relative;
}
#section__ba_latest .ba_latest__pair {
  display: flex;
  gap: 12px;
}
#section__ba_latest .ba_latest__img__box {
  flex: 1;
  position: relative;
  overflow: hidden;
}
#section__ba_latest .ba_latest__img__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#section__ba_latest .ba_latest__img__box .ba_latest__label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
#section__ba_latest .ba_latest__img__box .ba_latest__label span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
#section__ba_latest .ba_latest__img__box .ba_latest__label em {
  font-family: "TheSeasons";
  font-style: italic;
  font-size: 34px;
  color: #fff;
  opacity: 0.9;
  line-height: 1;
}
#section__ba_latest .swiper-button-prev,
#section__ba_latest .swiper-button-next {
  color: #c9a96e;
}
#section__ba_latest .swiper-button-prev::after,
#section__ba_latest .swiper-button-next::after {
  font-size: 24px;
}/*# sourceMappingURL=style.min.css.map */