@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap");
/* Breakpoint variables */
/* Color variables */
/* Font variables */
/* ==========================================
   LOCAL MIXINS
   ========================================== */
/**
 * Section title with gradient underline
 */
/**
 * External link icon mixin
 * @param {string} $icon-color - Icon color variant ('default' or 'white')
 * @param {number} $size - Icon size in pixels (default: 20px)
 */
/**
 * Button base styles
 */
/**
 * Flexbox center alignment
 */
/**
 * Responsive card grid layout
 * @param {number} $columns - Number of columns (default: 3)
 * @param {length} $gap - Gap between items (default: 24px)
 */
/* ==========================================
   COMMON STYLES
   ========================================== */
main {
  background: transparent;
}

.pagetop {
  display: none !important;
}

/* ==========================================
   CTA BUTTON COMPONENT
   ========================================== */
a.cta-button {
  position: relative;
  display: inline-block;
  width: 384px;
  height: 66px;
  margin: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 66px;
  color: #d5a26e;
  border: 1px solid #d5a26e;
  padding-left: 98px;
  transition: opacity 0.3s ease;
}
a.cta-button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  content: "";
  background-image: url("../images/ui/ui_bullet@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
a.cta-button:hover {
  opacity: 0.75;
  text-decoration: none;
}
a.cta-button--black {
  background-color: rgba(0, 0, 0, 0.7);
}
a.cta-button--transparent {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  a.cta-button {
    width: 218px;
    padding: 0 50px 0 20px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
  a.cta-button::after {
    right: 14px;
  }
}

/* ==========================================
   PREMIUM SECTION
   ========================================== */
.premium {
  position: relative;
  color: #ffffff;
  font-family: "Baskervville", serif;
}

.premium__bg {
  background-image: url("../images/section-premium/bg_kv_pc@2x.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 100%;
  height: calc(100vh + 140px);
  position: fixed;
  top: -140px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .premium__bg {
    background-image: url("../images/section-premium/bg_kv_sp@2x.jpg");
  }
}

.premium__content {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.premium__content--kv {
  overflow: hidden;
  height: 700px;
  margin-bottom: 268px;
}
@media screen and (max-width: 767px) {
  .premium__content--kv {
    height: 530px;
    margin-bottom: 104px;
  }
}
.premium__content--description {
  height: 852px;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .premium__content--description {
    height: 914px;
    margin-bottom: 95px;
  }
}

.premium__title {
  position: absolute;
  top: 108px;
  left: 62px;
  display: block;
  width: 200px;
  height: 92px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background-image: url("../images/section-premium/logo@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .premium__title {
    top: 26px;
    left: 32px;
    width: 148px;
    height: 68px;
  }
}

.premium__lead {
  position: absolute;
  top: 338px;
  left: 60px;
  font-size: 48px;
  letter-spacing: 0.157rem;
}
.premium__lead br {
  display: none;
}
@media screen and (max-width: 767px) {
  .premium__lead {
    top: 238px;
    left: 16px;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.11em;
  }
  .premium__lead br {
    display: block;
  }
}

.premium__image {
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.premium__image--image0 {
  top: 46px;
  right: 0;
  width: 1218px;
  height: 650px;
  background-image: url("../images/section-premium/kv_pc@2x.png");
}
@media screen and (max-width: 767px) {
  .premium__image--image0 {
    top: 40px;
    right: 0;
    width: 343px;
    height: 485px;
    background-image: url("../images/section-premium/kv_sp@2x.png");
  }
}
.premium__image--image1 {
  top: 0;
  left: 200px;
  width: 326px;
  height: 326px;
  background-image: url("../images/section-premium/img_image1@2x.jpg");
}
@media screen and (max-width: 767px) {
  .premium__image--image1 {
    top: 450px;
    right: -45px;
    left: auto;
    width: 230px;
    height: 230px;
  }
}
.premium__image--image2 {
  top: 442px;
  right: 120px;
  width: 383px;
  height: 257px;
  background-image: url("../images/section-premium/img_image2@2x.jpg");
}
@media screen and (max-width: 767px) {
  .premium__image--image2 {
    top: 750px;
    left: calc(50% - 72.5px);
    right: auto;
    width: 217px;
    height: 145px;
  }
}
.premium__image--image3 {
  top: 280px;
  left: 90px;
  width: 203px;
  height: 280px;
  background-image: url("../images/section-premium/img_image3@2x.jpg");
}
@media screen and (max-width: 767px) {
  .premium__image--image3 {
    top: 620px;
    left: 0;
    width: 126px;
    height: 189px;
  }
}

.premium__description {
  max-width: 690px;
  margin-left: 630px;
  margin-right: 20px;
}
.premium__description h2 {
  margin-bottom: 50px;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .premium__description h2 {
    margin-bottom: 27px;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.02em;
  }
}
.premium__description p {
  margin-bottom: 90px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .premium__description p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .premium__description {
    width: auto;
    margin: 0 32px;
  }
}

/* Premium Section - Animation States */
.premium__lead[data-interaction=kv] {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 1s ease-in-out 0.5s, transform 1s ease-in-out 0.5s;
}
.premium__lead[data-interaction=kv][data-visibility=visible] {
  opacity: 1;
  transform: translateX(0);
}

.premium__image--image0[data-interaction=kv] {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 2s ease-in-out 1.6s, transform 2s ease-in-out 1.6s;
}
.premium__image--image0[data-interaction=kv][data-visibility=visible] {
  opacity: 1;
  transform: translateX(0);
}

/* ==========================================
   FEATURED SECTION
   ========================================== */
.featured {
  background-color: #f5f4ee;
  color: #292929;
  padding: 164px 0 22px;
  font-family: "Baskervville", serif;
}
@media screen and (max-width: 767px) {
  .featured {
    padding: 88px 0 7px;
  }
}

.featured__title {
  font-size: 46px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.featured__title::after {
  content: "";
  display: block;
  width: 120px;
  margin: 63px auto 0;
  border: 1px solid;
  border-image: linear-gradient(90deg, rgba(177, 120, 63, 0) 0%, #b1783f 40%, #b1783f 60%, rgba(177, 120, 63, 0) 100%) 1;
}
@media screen and (max-width: 767px) {
  .featured__title {
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.05em;
  }
  .featured__title::after {
    margin: 22px auto 0;
    width: 96px;
  }
}

.featured__lead {
  width: 580px;
  margin: 62px auto 0;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.024em;
}
.featured__lead--program {
  margin: 190px auto 0;
}
.featured__lead--international {
  margin: 174px auto 0;
}
@media screen and (max-width: 767px) {
  .featured__lead {
    font-size: 19px;
    line-height: 1.38;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 32px 40px;
    width: auto;
  }
  .featured__lead--international {
    margin: 100px 64px 32px;
  }
}

/* ------------------------------------------
   Featured List (Static Programs)
   ------------------------------------------ */
.featured__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding-left: 0;
}
.featured__list > * {
  width: calc(33.3333333333% - 10.6666666667px);
}
.featured__list {
  justify-content: space-between;
  width: 900px;
  margin: 65px auto 56px;
}
@media screen and (max-width: 767px) {
  .featured__list {
    display: flex;
    flex-direction: column;
    gap: 51px;
    width: auto;
    margin: 0 auto 82px;
  }
}

.featured__item {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.featured__item picture {
  display: block;
  width: 100%;
  margin-bottom: 28px;
}
.featured__item img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .featured__item img {
    display: block;
    width: calc(100% - 32px);
    margin-bottom: 28px;
  }
}
.featured__item h3 {
  margin-bottom: 13px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.37;
  letter-spacing: 0.02em;
  min-height: 3.1em;
}
@media screen and (max-width: 767px) {
  .featured__item h3 {
    width: auto;
    margin: 35px 32px 0;
    font-size: 24px;
    line-height: 1.24;
    text-align: left;
    letter-spacing: 0.02em;
    min-height: auto;
  }
}
.featured__item p {
  line-height: 1.34;
  margin-bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .featured__item p {
    width: auto;
    margin: 10px 32px 0;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: 0;
  }
  .featured__item p + p {
    font-size: 14px;
    margin: 11px 32px 0;
    line-height: 1.4;
  }
}
.featured__item a {
  display: block;
  position: relative;
  font-size: 18px;
  text-underline-offset: 10px;
  color: #b1783f;
  font-weight: 500;
  padding-bottom: 6px;
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.featured__item a span {
  display: inline-block;
  margin-right: 30px;
  text-decoration: underline;
}
.featured__item a:hover {
  opacity: 0.7;
}
.featured__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/ui/new_tab.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .featured__item a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    margin: 10px 32px 0 auto;
    text-underline-offset: 8px;
  }
  .featured__item a::after {
    width: 15px;
    height: 16px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .featured__item {
    display: block;
    width: auto;
    padding: 0;
  }
  .featured__item:nth-child(odd) img {
    margin-right: 0;
    margin-left: auto;
  }
  .featured__item:nth-child(even) img {
    margin-right: auto;
    margin-left: 0;
  }
}

.featured .cta-button {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .featured .cta-button {
    font-size: 18px;
    padding: 0 50px 0 20px;
  }
  .featured .cta-button::after {
    right: 14px;
  }
}

/* ------------------------------------------
   Featured Program Tab
   ------------------------------------------ */
.featured__program-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  border-bottom: 2px solid #b1783f;
  margin: 67px auto 0;
  max-width: 1200px;
}
.featured__program-tab li {
  width: 50%;
  text-align: center;
  padding: 20px 0 17px;
  margin-bottom: 0;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.28rem;
  color: #b1783f;
  text-decoration: none;
  font-weight: 600;
}
.featured__program-tab li.active {
  background-color: #b1783f;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .featured__program-tab li {
    font-size: 14px;
    padding: 15px 0 13px;
  }
}
@media screen and (max-width: 767px) {
  .featured__program-tab {
    margin: 0 32px;
  }
}

/* ------------------------------------------
   Featured Program List (Dynamic)
   ------------------------------------------ */
.featured__program-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding-left: 0;
}
.featured__program-list > * {
  width: calc(33.3333333333% - 10.6666666667px);
}
.featured__program-list {
  gap: 14px 16px;
  max-width: 1200px;
  margin: 44px auto 0;
}
.featured__program-list.has-gradient {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) calc(100% - 210px), rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) calc(100% - 210px), rgba(0, 0, 0, 0) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .featured__program-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding-left: 0;
  }
  .featured__program-list > * {
    width: calc(100% - 0px);
  }
  .featured__program-list {
    margin: 18px 32px 0;
    gap: 12px;
  }
}

.featured__program-item {
  position: relative;
  background-color: #ffffff;
  background-image: url("../images/section-featured/bg_program_card.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.featured__program-item .featured__program-link {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 24px 24px 45px;
  z-index: 2;
}
.featured__program-item .featured__program-link:hover {
  text-decoration: none;
}
.featured__program-item .featured__program-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url("../images/ui/new_tab.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .featured__program-item .featured__program-link {
    padding: 16px 16px 24px;
    margin: 0;
  }
  .featured__program-item .featured__program-link::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .featured__program-item .featured__program-head {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0 0 10px;
  }
}
.featured__program-item .featured__program-image {
  width: 100%;
  aspect-ratio: 341/234;
  object-fit: cover;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .featured__program-item .featured__program-image {
    width: 92px;
    height: 92px;
    aspect-ratio: 1/1;
    margin: 0;
  }
}
.featured__program-item .featured__program-date {
  color: #898989;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}
.featured__program-item .featured__program-date:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .featured__program-item .featured__program-date {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 16px;
  }
}
.featured__program-item .featured__program-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #292929;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .featured__program-item .featured__program-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
.featured__program-item .featured__program-description {
  margin: 8px 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  background: linear-gradient(94.89deg, #d5a26e -13.98%, #b1783f 102.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .featured__program-item .featured__program-description {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
}
.featured__program-item .featured__program-text {
  color: #292929;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  margin-top: 4px;
  line-height: 1.32;
}
@media screen and (max-width: 767px) {
  .featured__program-item .featured__program-text {
    letter-spacing: 0.03em;
    line-height: 1.52;
    margin-right: 14px;
  }
}

.featured__program-newtab {
  position: absolute;
  bottom: 34px;
  right: 24px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  .featured__program-newtab {
    grid-column: 1/span 2;
    grid-row: 5;
    width: 16px;
    height: 17px;
    right: 0;
    bottom: 20px;
  }
}

.featured__program-bottom-link {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .featured__program-bottom-link {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 32px;
  }
}
.featured__program-bottom-link br {
  display: none;
}
@media screen and (max-width: 767px) {
  .featured__program-bottom-link br {
    display: block;
  }
}
.featured__program-bottom-link a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #b1783f;
  text-underline-offset: 9px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.featured__program-bottom-link a span {
  display: inline-block;
  text-decoration: underline;
  margin-right: 30px;
}
.featured__program-bottom-link a:hover {
  opacity: 0.75;
}
.featured__program-bottom-link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/ui/new_tab.svg") no-repeat center center/contain;
}

/* ------------------------------------------
   Featured Program Load More
   ------------------------------------------ */
.featured__program-load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
}
.featured__program-load-more img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.featured__program-load-more img:hover {
  opacity: 0.7;
}

/* ------------------------------------------
   Featured International
   ------------------------------------------ */
.featured__international {
  max-width: 1200px;
  margin: 0 auto;
}

.featured__international-list {
  display: flex;
  gap: 18px;
  list-style: none;
  padding-left: 0;
  width: 1030px;
  max-width: 100%;
  margin: 62px auto 0;
}
.featured__international-list + .featured__international-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .featured__international-list {
    flex-direction: column;
    gap: 40px;
    padding: 0 32px;
    margin: 0;
  }
}

.featured__international-item {
  width: 100%;
}

.featured__international-link {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}
.featured__international-link:hover {
  text-decoration: none;
  opacity: 0.75;
}

.featured__international-text-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .featured__international-text-wrapper {
    margin-top: 13px;
    justify-content: space-between;
  }
}

.featured__international-text {
  font-size: 20px;
  font-weight: 500;
  color: #292929;
  line-height: 1.48;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .featured__international-text {
    font-size: 16px;
    line-height: 1.3;
  }
}

.featured__international-newtab {
  display: inline-block;
  width: 23px;
  min-width: 23px;
  height: 24px;
  margin-top: 10px;
}
.featured__international-newtab img {
  width: 23px;
  height: 24px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .featured__international-newtab {
    margin-top: 0;
    width: 16px;
    min-width: 16px;
    height: 17x;
  }
  .featured__international-newtab img {
    width: 16px;
    height: 17px;
  }
}

/* ------------------------------------------
   Featured License
   ------------------------------------------ */
.featured__license {
  position: relative;
  margin: 300px 24px 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 767px) {
  .featured__license {
    margin: 62px 32px 0;
    letter-spacing: 0.1em;
  }
}
.featured__license small {
  padding-left: 1rem;
  display: block;
  font-size: 10px;
  opacity: 0.6;
}
.featured__license small::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 0;
}

/* ==========================================
   CARDS SECTION
   ========================================== */
.cards {
  background-color: #ece7e2;
  color: #292929;
  padding: 161px 0;
  font-family: "Baskervville", serif;
}
@media screen and (max-width: 767px) {
  .cards {
    padding: 65px 0;
  }
}

.cards__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cards__inner {
    margin: 0 32px;
  }
}

.cards__title {
  font-size: 46px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.cards__title::after {
  content: "";
  display: block;
  width: 120px;
  margin: 63px auto 0;
  border: 1px solid;
  border-image: linear-gradient(90deg, rgba(177, 120, 63, 0) 0%, #b1783f 40%, #b1783f 60%, rgba(177, 120, 63, 0) 100%) 1;
}
@media screen and (max-width: 767px) {
  .cards__title {
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.05em;
  }
  .cards__title::after {
    margin: 22px auto 0;
    width: 96px;
  }
}

.cards__lead {
  margin-top: 120px;
  font-size: 24px;
  line-height: 1.43;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 500;
  max-width: 80%;
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .cards__lead {
    margin-top: 33px;
    font-size: 18px;
    line-height: 1.38;
    letter-spacing: 0.03em;
  }
}

/* ------------------------------------------
   Cards Category Filter
   ------------------------------------------ */
.cards__category {
  margin-top: 64px;
  display: flex;
  gap: 56px;
  padding: 42px 0;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cards__category {
    flex-direction: column;
    gap: 12px;
    padding: 24px 13px;
    margin: 27px 0 0;
  }
}

.cards__category-header {
  font-size: 20px;
  margin: 0 76px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .cards__category-header {
    margin: 0;
  }
}

.cards__category-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 84px;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cards__category-list {
    gap: 10px 20px;
  }
}

.cards__category-item {
  position: relative;
  margin-top: -4px;
  padding-left: 40px;
  margin-bottom: 0;
}
.cards__category-item label {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
}
.cards__category-item label::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid #b1783f;
}
.cards__category-item.is-active label::after {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #b1783f;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cards__category-item {
    width: calc(50% - 10px);
    padding-left: 20px;
  }
  .cards__category-item label::before {
    width: 15px;
    height: 15px;
    border: 1px solid #b1783f;
  }
  .cards__category-item.is-active label::after {
    left: 2px;
    width: 13px;
    height: 13px;
  }
}

/* ------------------------------------------
   Cards List
   ------------------------------------------ */
.cards__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding-left: 0;
}
.cards__list > * {
  width: calc(33.3333333333% - 16px);
}
.cards__list {
  margin: 120px 0 0;
  gap: 115px 24px;
}
@media screen and (max-width: 767px) {
  .cards__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding-left: 0;
  }
  .cards__list > * {
    width: calc(50% - 8px);
  }
  .cards__list {
    margin: 27px 0 0;
    gap: 40px 26px;
  }
}

.cards__item {
  padding: 0 24px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .cards__item {
    width: calc(50% - 13px);
    padding: 0;
    margin: 0;
  }
}

.cards__item-image {
  width: 172px;
  height: 172px;
  max-height: 172px;
  max-width: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cards__item-image {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }
}
.cards__item-image img {
  max-height: 100%;
  object-fit: contain;
}

.cards__item-title {
  margin: 42px 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  min-height: 2.6em;
}
@media screen and (max-width: 767px) {
  .cards__item-title {
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.1;
    min-height: 2.2em;
  }
}

.cards__item-text {
  margin-top: 2px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.34;
  min-height: 2.6em;
}
@media screen and (max-width: 767px) {
  .cards__item-text {
    margin-top: 11px;
    line-height: 1.48;
  }
}

.cards__item-button {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.cards__item-button:hover {
  text-decoration: none;
  opacity: 0.75;
}
.cards__item-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/ui/new_tab_white.svg") no-repeat center center/contain;
}
.cards__item-button {
  display: block;
  max-width: 240px;
  width: 100%;
  height: 48px;
  margin: auto auto 0;
  background-color: #b1783f;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.cards__item-button::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  margin: 0 !important;
  content: "" !important;
  width: 20px !important;
  height: 21px !important;
  background: url("../images/ui/new_tab_white.svg") no-repeat center center/contain !important;
}
@media screen and (max-width: 767px) {
  .cards__item-button {
    font-size: 16px;
    margin: auto auto 0;
  }
  .cards__item-button::after {
    right: 13px;
    width: 16px;
    height: 16px;
  }
}

.cards__item-detail {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.cards__item-detail:hover {
  text-decoration: none;
  opacity: 0.75;
}
.cards__item-detail {
  margin: 20px auto 0;
  display: block;
  text-align: center;
  color: #b1783f;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 8px;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: inherit;
}
.cards__item-detail:hover {
  text-decoration: underline;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .cards__item-detail {
    margin-top: 12px;
    font-size: 16px;
  }
}

/* ------------------------------------------
   About
   ------------------------------------------ */
.about {
  background: #292929;
  padding: 48px 0 100px;
}
.about__container {
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__container {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 32px;
  }
}
.about__logo {
  flex-grow: 0;
  flex-shrink: 0;
  width: 102px;
  height: 78px;
  margin-top: 45px;
  margin-right: 102px;
}
.about__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .about__logo {
    width: 78px;
    height: 49px;
    margin: 0 0 24px -7px;
  }
}
.about__description {
  flex-grow: 1;
  flex-shrink: 0;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
}
.about__description h2 {
  width: 592px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .about__description h2 {
    width: 100%;
  }
}
.about__description p {
  width: 592px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .about__description p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about__description {
    margin-bottom: 72px;
  }
}
.about__sns {
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  width: 121px;
}
@media screen and (max-width: 767px) {
  .about__sns {
    width: 105px;
    align-self: flex-start;
  }
}
.about__sns a {
  display: inline-block;
  width: 48px;
  height: 48px;
  transition: opacity 0.3s ease;
}
.about__sns a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .about__sns a {
    width: 40px;
    height: 40px;
  }
}
.about__sns a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==========================================
   CARD MODAL
   ========================================== */
.card-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: none;
  margin: 0;
}
.card-modal .card-modal__content {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.card-modal.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
.card-modal.is-active .card-modal__content {
  opacity: 1;
}

.card-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(25, 25, 25, 0.7);
  cursor: pointer;
  z-index: 1001;
}

.card-modal__content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #191919; /* fallback */
  max-width: 1030px;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  z-index: 1002;
  display: flex;
  margin: 0 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card-modal__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "title" "image" "actions" "benefits";
    margin: 0 16px;
    max-width: 303px;
    max-height: 595px;
  }
}
.card-modal__content.card-modal__content--horizontal {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/section-cards/bg_light_horizontal_pc@2x.jpg);
  background-position: -300px center;
}
@media screen and (max-width: 767px) {
  .card-modal__content.card-modal__content--horizontal {
    background-image: url(../images/section-cards/bg_light_horizontal_sp@2x.jpg);
    background-position: center -220px;
  }
}
.card-modal__content.card-modal__content--vertical {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/section-cards/bg_light_vertical_pc@2x.jpg);
  background-position: -300px center;
}
@media screen and (max-width: 767px) {
  .card-modal__content.card-modal__content--vertical {
    background-image: url(../images/section-cards/bg_light_vertical_sp@2x.jpg);
    background-position: center -220px;
  }
}

.card-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  cursor: pointer;
  z-index: 1003;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.card-modal__close::before, .card-modal__close::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #ffffff;
}
.card-modal__close::before {
  transform: rotate(45deg);
}
.card-modal__close::after {
  transform: rotate(-45deg);
}
.card-modal__close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .card-modal__close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .card-modal__close::before, .card-modal__close::after {
    height: 28px;
  }
}

.card-modal__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-width: 50%;
}
.card-modal__image img {
  margin: 0 auto;
  max-width: 58%;
  max-height: 51%;
  position: relative;
  z-index: 2;
}
.card-modal__image img::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background-image: url("../images/ui/bg_card_portrait.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .card-modal__image img {
    max-width: 148px;
    max-height: 148px;
  }
}
@media screen and (max-width: 767px) {
  .card-modal__image {
    grid-area: image;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-top: 10px;
  }
}

.card-modal__info {
  width: 50%;
  min-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 74px 56px 90px 0;
}
@media screen and (max-width: 767px) {
  .card-modal__info {
    width: 100%;
    padding: 0 16px 16px;
    display: contents;
  }
}

.card-modal__title {
  margin-left: 8px;
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.018em;
  font-family: "Baskervville", serif;
}
@media screen and (max-width: 767px) {
  .card-modal__title {
    grid-area: title;
    margin: 68px 16px 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
  }
}

.card-modal__benefits {
  margin-top: 28px;
}
.card-modal__benefits .card-modal__description {
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Helvetica Neue", Arial, sans-serif;
}
.card-modal__benefits ul {
  list-style: none;
  padding-left: 0;
  margin-left: 11px;
}
.card-modal__benefits ul li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.38;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.card-modal__benefits ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .card-modal__benefits ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .card-modal__benefits {
    grid-area: benefits;
    margin: 0 16px 16px;
    font-size: 14px;
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #ffffff transparent;
    padding-right: 16px;
    /* WebKit (iOS/Android Chrome, Safari) */
  }
  .card-modal__benefits::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .card-modal__benefits::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
  }
  .card-modal__benefits::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
    min-height: 24px;
  }
  .card-modal__benefits::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
  }
  .card-modal__benefits::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
  }
}

.card-modal__actions {
  margin-top: 50px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .card-modal__actions {
    grid-area: actions;
    margin: 0 16px 16px;
  }
}

a.card-modal__apply-btn {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a.card-modal__apply-btn:hover {
  text-decoration: none;
  opacity: 0.75;
}
a.card-modal__apply-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/ui/new_tab_white.svg") no-repeat center center/contain;
}
a.card-modal__apply-btn {
  display: block;
  width: 282px;
  max-width: 282px;
  min-width: 282px;
  height: 48px;
  padding: 0 20px 0 0;
  background-color: #b1783f;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 0.12em;
  border-radius: 0;
  font-family: "Baskervville", serif;
}
a.card-modal__apply-btn:hover {
  background-color: #b1783f;
  color: #ffffff;
}
a.card-modal__apply-btn::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  margin: 0;
}
@media screen and (max-width: 767px) {
  a.card-modal__apply-btn {
    font-size: 16px;
    margin: 0 auto;
    max-width: 255px;
    min-width: 255px;
    margin-top: 16px;
  }
  a.card-modal__apply-btn::after {
    right: 13px;
    width: 16px;
    height: 16px;
  }
}

/* ==========================================
   INTERACTION ANIMATIONS
   ========================================== */
[data-interaction=fade-in] {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 0.3s;
}
[data-interaction=fade-in][data-visibility=visible] {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================
   APPLY NOW
   ========================================== */
.apply-now {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  text-align: center;
  position: fixed;
  bottom: 25px;
  right: 40px;
  letter-spacing: 0.1em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transition: transform 0.5s ease-in-out;
  box-shadow: 3px 5px 13px 0px rgba(87, 38, 38, 0.41);
}
.apply-now:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .apply-now {
    width: 80px;
    height: 80px;
    right: 16px;
    bottom: 12px;
  }
}
.apply-now::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/ui/apply_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .apply-now::after {
    width: 16px;
    height: 16px;
    bottom: 8px;
  }
}
.apply-now a {
  display: flex;
  width: 130px;
  height: 130px;
  align-items: center;
  justify-content: center;
  background: url("../images/ui/bg_apply@2x.png") no-repeat center center/contain;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Baskervville", serif;
  line-height: 1.1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .apply-now a {
    font-size: 12px;
    width: 80px;
    height: 80px;
    line-height: 1.1;
  }
}