:root {
  --black: #000;
  --white: #f4edeb;
  --t: transparent;
  --yellow: #f8d592;
  --e6312c: #e6312c;
  --blue: #21a8c6;
  --183660: #183660;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .02em;
  font-family: Noto Serif TC, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: .875rem;
  line-height: 180%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.loading {
  z-index: 5000;
  background-color: var(--black);
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.loading-video {
  width: 100%;
  height: 100%;
}

.loading-video-wrapper {
  z-index: 0;
  aspect-ratio: 16 / 9;
  width: 100%;
  min-width: 40em;
  max-width: 80em;
  position: relative;
}

.intro {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  font-size: 2vh;
}

.intro.overflow-hidden {
  font-size: 1.5vw;
  overflow: hidden;
}

.kv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gh-logo {
  aspect-ratio: 220 / 240;
  width: 6em;
}

.flex-block-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: center;
  position: relative;
}

.fig-2024 {
  aspect-ratio: 140 / 44;
  width: 4.5em;
}

.flex-block-3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125em;
  line-height: 1;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: rocky-compressed, sans-serif;
  font-size: 2.125em;
  font-weight: 400;
  line-height: 1;
}

.flex-block-4 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
}

.marquee__group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
}

.swiper.swiper-jury {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.swiper.swiper-nominees {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 22rem);
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: visible;
}

.swiper-wrapper.swiper-wrapper--center {
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.swiper-wrapper.swiper-wrapper--center.film {
  justify-content: flex-start;
  align-items: flex-start;
}

.swiper-slide.swiper-slide--nominee {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.swiper-slide.swiper-slide--nominee.test1103 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 15rem;
  display: flex;
}

.card-sticker {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 450em;
  margin-top: 4.75rem;
  font-size: 1vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-positioner {
  pointer-events: auto;
  width: 100%;
  position: relative;
}

.card-fig {
  pointer-events: none;
  width: 100%;
  box-shadow: 2px 4px 2px #000000b3;
}

.card-fig.card-fig--horizontal {
  width: auto;
  height: 24vw;
}

.card-fig.card-fig--adhorizontal {
  width: auto;
  height: 20vw;
}

.card-overflow {
  pointer-events: none;
  width: 24vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-overflow.card-overflow--horizontal {
  width: auto;
  height: 24vw;
}

.card-overflow.card-overflow--adhorizontal {
  width: 30vw;
  height: 20vw;
}

.card-lightbox {
  width: 100%;
}

.brand {
  aspect-ratio: 5 / 4;
  color: var(--white);
  width: 2.25em;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.flex-block-5 {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  order: -1;
  font-size: 1rem;
  font-weight: 600;
}

.text-block {
  font-family: rocky-condensed, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.nav-container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 3.6em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: static;
}

.menu-button {
  z-index: 100;
  order: 1;
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
}

.menu-button.w--open {
  background-color: var(--t);
}

.gh-navbar {
  z-index: 2000;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#0000001a, #0000);
  border-bottom: 1px solid #ffffff80;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-btn-bar {
  background-color: var(--white);
  width: 1.5em;
  height: 1px;
  transform: translate(0);
}

.menu-btn-bar.tr {
  position: absolute;
  transform: rotate(45deg);
}

.menu-btn-bar.br {
  position: absolute;
  transform: rotate(-45deg);
}

.flex-block-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  transition: transform .4s;
}

.flex-block-6:hover {
  transform: scale(1.125);
}

.image {
  width: 100%;
}

.div-block-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-2.dev {
  display: block;
}

.image-2 {
  opacity: .85;
  pointer-events: none;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: text-shadow .2s, color .2s;
  display: flex;
}

.menu-link:hover {
  color: var(--white);
  text-shadow: 0 0 16px #fff;
}

.menu-link.w--current {
  color: var(--white);
}

.menu-link.menu-link--s {
  font-size: 1.125rem;
}

.menu-link.menu-link--s:hover {
  text-shadow: none;
}

.text-block-2 {
  font-family: rocky-condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.text-block-2.text-block-2--s {
  font-family: rocky-condensed, sans-serif;
  font-size: .875rem;
}

.flex-block-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 15vh;
  padding-bottom: 15vh;
  position: relative;
  overflow: auto;
}

.div-block-3 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.flex-block-8 {
  grid-column-gap: .22rem;
  grid-row-gap: .22rem;
  justify-content: center;
  align-items: center;
  position: relative;
}

.social-media-icon {
  aspect-ratio: 1;
  width: 2.1875rem;
}

.flex-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 3rem;
}

.dropdown-list {
  background-color: var(--t);
  position: static;
}

.flex-block-10 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.nominees-wrapper {
  opacity: 0;
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nominee {
  aspect-ratio: 3 / 2;
  width: 35vw;
  transition: transform .2s;
}

.nominee:hover {
  transform: scale(1.05);
}

.div-block-4 {
  z-index: 2;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  z-index: 1900;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  pointer-events: none;
  text-align: center;
  background-color: #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: rocky-compressed, sans-serif;
  font-size: 12rem;
  line-height: 1;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  line-height: 1;
}

.body-jury {
  height: 100%;
  overflow: hidden;
}

.jury-slide {
  aspect-ratio: 3 / 2;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: transform .5s;
  position: relative;
  transform: scale(.375);
}

.jury-photo {
  aspect-ratio: 3 / 2;
  filter: blur(6px);
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: filter .5s;
  position: absolute;
  inset: 0%;
}

.jury-name-zh {
  z-index: 2;
  text-shadow: 0 0 8px #00000080;
  margin-top: -1.5rem;
  font-size: 3rem;
  font-weight: 700;
  transition: opacity .2s;
  position: relative;
}

.jury-name-en {
  text-shadow: 0 0 8px #00000080;
  margin-bottom: -2.4rem;
  font-family: rocky-compressed, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  position: relative;
}

.jury-modal {
  z-index: 5000;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.swiper-jury-nav {
  z-index: 2;
  width: 100%;
  height: 17.5%;
  position: absolute;
}

.swiper-jury-nav.swiper-jury-nav-next {
  inset: auto 0% 0%;
}

.close-swiper-jury {
  z-index: 3;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.open-swiper-jury {
  height: 0;
}

.jury-info {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity 2s;
  position: relative;
}

.side-menu {
  z-index: 8000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.side-menu.dev {
  display: block;
}

.flex-block-12 {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #00000080;
  width: 32.5rem;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  overflow: auto;
}

.flex-block-13 {
  font-size: 1.75rem;
  font-weight: 700;
  position: sticky;
  top: 2.5rem;
}

.text-block-4 {
  font-family: rocky-condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.award-category {
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.award-category__name {
  z-index: 2;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fff0;
  border: 1px solid #ffffff40;
  border-radius: 10em;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  position: relative;
}

.award-category__arrow {
  aspect-ratio: 1;
  background-color: var(--white);
  opacity: 0;
  background-image: url('../images/btn-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .8rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  font-size: 1rem;
  transition: transform .4s, opacity .4s;
  display: flex;
  transform: translate(-1em);
}

.award-category__en {
  background-color: var(--black);
  color: var(--yellow);
  border-radius: 10em;
  padding: .5rem 1rem;
  font-family: rocky-condensed, sans-serif;
  font-size: 1rem;
}

.flex-block-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.flex-block-15 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.award-category__en-wrapper {
  z-index: 3;
  width: 100%;
  height: 0;
  transition: margin .4s, height .4s;
  position: relative;
  overflow: hidden;
}

.nominees-section {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.backdrop {
  position: absolute;
  inset: 0%;
}

.side-menu-btn {
  z-index: 100;
  color: var(--black);
  text-decoration: none;
  position: fixed;
  inset: auto auto 2rem 0%;
}

.image-3 {
  aspect-ratio: 1;
  width: .875rem;
}

.flex-block-16 {
  background-color: #f4edeb;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.5rem .75rem;
  font-size: .875rem;
  font-weight: 700;
}

.text-block-5 {
  margin-top: .38rem;
  margin-bottom: .38rem;
  font-family: rocky-condensed, sans-serif;
  font-weight: 500;
}

.text-block-6 {
  color: var(--yellow);
  font-family: rocky-compressed, sans-serif;
  font-size: 5.25em;
  line-height: .8;
}

.text-block-7 {
  z-index: 2;
  white-space: normal;
  word-break: normal;
  margin-top: .25em;
  font-size: 4em;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.nominees-section__title {
  z-index: 5;
  pointer-events: none;
  flex: none;
  width: 100%;
  max-width: 22rem;
  padding-left: 1.5rem;
  position: relative;
}

.swiper-nav-prev {
  z-index: 2;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff40;
  background-image: url('../images/btn-arrow_prev-w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border-radius: 50%;
  width: 3rem;
  transition: background-color .2s, box-shadow .2s;
  position: absolute;
  top: 50%;
  left: 22rem;
}

.swiper-nav-prev:hover {
  background-color: #ffffff80;
  transform: scale(1.1);
  box-shadow: 0 0 8px 4px #ffffff80;
}

.swiper-nav-next {
  z-index: 2;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff40;
  background-image: url('../images/btn-arrow_next-w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border-radius: 50%;
  width: 3rem;
  transition: box-shadow .2s, background-color .2s;
  position: absolute;
  top: 50%;
  right: 2rem;
}

.swiper-nav-next:hover {
  background-color: #ffffff80;
  transform: scale(1.1);
  box-shadow: 0 0 8px 4px #ffffff80;
}

.nominee-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 15rem;
  transition: filter .5s;
}

.nominee-card.film {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24rem;
  display: flex;
}

.nominee-card.w2 {
  width: 24rem;
}

.nominee-card.w3 {
  width: 20rem;
  min-width: 27rem;
  max-width: 27rem;
}

.nominee-card.w5 {
  width: 24rem;
}

.nominee-card.w4 {
  width: 18rem;
}

.nominee-photo {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #fff3;
  border-radius: 50%;
  width: 100%;
  transition: transform .5s, width .2s;
}

.nominee-photo:hover {
  transform: scale(1.1);
}

.nominee-photo.nominee-photo--s, .nominee-photo.nominee-photo--5 {
  margin-bottom: 0;
}

.name-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.name-wrapper.name-wrapper--left, .name-wrapper.name-wrapper--right {
  justify-content: center;
  align-items: center;
}

.film-name--en {
  color: var(--yellow);
  margin-bottom: .25rem;
  font-family: rocky-condensed, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.film-name--en.director-name--eng {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  line-height: 1;
}

.nominee-sub--name {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-top: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
}

.nominee-sub--name.song {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-top-style: none;
  border-top-width: 0;
  padding-top: 0;
}

.nominee-sub--name.with-production {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.film-name--zh {
  font-family: Noto Serif TC, sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.film-name--zh.company-name--tc {
  text-align: right;
  width: 100%;
  font-size: 10px;
}

.film-name--zh.company-name--eng {
  color: var(--yellow);
  text-align: left;
  width: 100%;
  font-family: rocky-condensed, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.film-name--zh.company-name--eng.bigger {
  text-align: center;
  font-size: .8rem;
}

.film-name--zh.director-name--tc {
  text-align: right;
  width: 100%;
  font-size: .8rem;
  line-height: 1;
}

.div-block-7 {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.nominee-name--en {
  color: var(--yellow);
  text-align: left;
  white-space: nowrap;
  font-family: rocky-condensed, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  transition: font-size .2s;
}

.nominee-name--en.bigger {
  font-family: rocky-condensed, sans-serif;
  font-size: 1.125rem;
}

.nominee-name--zh {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  transition: font-size .2s;
}

.nominees-bg {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nominees-bg.m {
  display: none;
}

.btn-note {
  border: 1px solid var(--white);
  border-radius: 10em;
  margin-top: 3px;
  padding: .25rem .5rem;
  font-family: Noto Sans TC, sans-serif;
  font-size: .5rem;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s, color .2s, background-color .2s;
}

.btn-note:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.1);
  box-shadow: 0 0 16px 4px #ffffff80;
}

.btn-note.intro-page {
  z-index: 100;
  background-color: #000;
  border-style: none;
  margin-top: 0;
  padding: .75rem 1.5rem;
  font-family: rocky-condensed, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
  bottom: 0%;
}

.btn-note.intro-page:hover {
  background-color: #fff;
}

.btn-note.gototop-btn {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #e6312c40;
  border-style: none;
  margin-top: 0;
  padding: .75rem 1.5rem;
  font-family: rocky-condensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  bottom: 0%;
}

.btn-note.gototop-btn:hover {
  background-color: var(--e6312c);
  box-shadow: 0 0 16px 4px var(--e6312c);
  color: var(--white);
}

.btn-note.backtohome {
  z-index: 100;
  background-color: #000;
  border-style: solid;
  margin-top: 0;
  padding: .75rem 1.5rem;
  font-family: rocky-condensed, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  position: relative;
  bottom: 0%;
}

.btn-note.backtohome:hover {
  background-color: #fff;
}

.flex-block-22 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-23 {
  letter-spacing: 0;
  font-size: .75rem;
}

.swiper-nominees-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  display: block;
  position: absolute;
}

.close-side-menu {
  z-index: 3;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: none;
}

.flex-block-24 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.x-hidden-body {
  overflow: hidden visible;
}

.card-img {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.card-img.no-radius {
  aspect-ratio: auto;
  border-radius: 0%;
}

.programname {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.people {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.people.singer {
  white-space: nowrap;
}

.people-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.programe-div {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  line-height: 1.1;
  display: flex;
}

.song-name {
  color: #f4edeb;
  text-align: center;
  border-bottom: 1.5px #21a8c6;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 100%;
}

.song-name.song-name--eng {
  color: var(--blue);
  font-family: rocky-compressed, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.song-name.song-name--eng.song-name--film {
  font-size: 2.5rem;
  font-weight: 500;
}

.peoplelist {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.program-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.program-list._720 {
  max-width: 720px;
}

.top-button {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #f4edeb;
  text-align: center;
  cursor: pointer;
  background-color: #fff3;
  border: 1px #f4edeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: rocky-compressed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  position: fixed;
  bottom: 60px;
  right: 60px;
}

.top-button:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: #f4edeb;
  transform: scale(1.1);
}

.top-button.w--current {
  margin-bottom: 0;
}

.programename {
  color: #f4edeb;
  text-align: center;
  object-fit: fill;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 2.5rem;
  font-weight: 900;
}

.programename.eng {
  color: #f8d592;
  font-family: rocky-compressed, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: .8;
}

.programename.eng.textblue {
  color: var(--blue);
  text-transform: none;
  font-family: rocky-compressed, sans-serif;
  font-weight: 900;
}

.programename.eng.unit {
  color: var(--blue);
  margin-bottom: .5rem;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 1.5rem;
}

.programename.unit {
  margin-bottom: .25rem;
  font-family: Noto Sans TC, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.notice-text {
  color: #f4edeb;
  text-align: justify;
  width: 100%;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.8;
  display: block;
}

.notice-text.material-icon {
  color: var(--e6312c);
  width: 1rem;
  height: 1rem;
  font-family: Material Icons, sans-serif;
}

.notice-text.notice-text--eng {
  text-align: left;
  font-family: rocky, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
}

.song {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.peopletilte {
  color: #f4edeb;
  text-align: center;
  border-bottom: 1px solid #f8d592;
  width: 100%;
  padding-bottom: .75rem;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.peopletilte.bebas {
  margin-top: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}

.peopletilte.bebas.blueborder {
  border-bottom-color: var(--blue);
}

.peopletilte.bebas.redborder {
  border-bottom-color: var(--e6312c);
}

.notice-section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 240px;
  max-width: 640px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: static;
  inset: 20% 0% auto;
}

.peoplename {
  color: #f4edeb;
  text-align: center;
  border-bottom: 1.5px #21a8c6;
  padding-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
}

.peoplename.eng {
  color: var(--yellow);
  white-space: nowrap;
  font-family: rocky-condensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.peoplename.eng.bluetext {
  color: var(--blue);
}

.peoplename.eng.text-red {
  color: var(--e6312c);
}

.peoplename.peoplename--9m88 {
  font-family: rocky, sans-serif;
  font-weight: 400;
}

.programe-section {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: 60vh;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  display: flex;
}

.programe-section.programe-section--last {
  margin-bottom: 0;
}

.life-name {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
}

.life-name.life-name--eng {
  color: var(--e6312c);
  font-family: rocky-compressed, sans-serif;
  font-size: 64px;
}

.life-award {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
}

.life-award.eng {
  color: var(--e6312c);
  font-family: rocky-compressed, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.nominee-film-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #fff3;
  width: 100%;
  max-width: 24rem;
  transition: transform .5s;
}

.nominee-film-img:hover {
  transform: scale(1.1);
}

.nominee-title {
  white-space: nowrap;
  margin-top: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: .625rem;
}

.nominee-song--name {
  font-size: 1.25rem;
  font-weight: 700;
}

.nominee-song--name.nominee-song--name--eng {
  color: var(--yellow);
  font-family: rocky-condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.div-block-10 {
  height: 25vh;
}

.barba-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-top: -100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.barba-content-wrapper.ad {
  padding-top: 0;
  padding-bottom: 0;
}

.barba-content-wrapper.barba-content--wrappercostume {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50rem;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.flex-block-31 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 30rem;
  font-weight: 500;
  line-height: 1.8;
}

.director-note-name {
  font-size: 1.25rem;
}

.flex-block-32 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  line-height: 1;
}

.close-btn-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.75rem;
  position: sticky;
  bottom: 0;
}

.close-btn-wrapper.top-right {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fff0;
  border-radius: 100px;
  width: 2.4rem;
  padding-bottom: 0;
  transition: transform .4s;
  position: fixed;
  inset: 1.5rem 1.5rem auto auto;
}

.close-btn-wrapper.top-right:hover {
  transform: scale(1.25);
}

.back-text-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #0003;
  border-radius: 5px;
  padding: .38rem .75rem .5rem;
  font-size: .75rem;
  text-decoration: none;
}

.back-text-link.hide-all {
  display: none;
}

.barba-section-bg {
  opacity: .25;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.barba-section-bg.ad {
  z-index: 2;
  opacity: 1;
}

.barba-section-bg.director01 {
  background-image: url('../images/director-bg-01_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.barba-section-bg.director02 {
  background-image: url('../images/director-bg-02.JPG');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.barba-section-bg.director03 {
  background-image: url('../images/director-bg-3.JPG');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
}

.barba-section-bg.director05 {
  background-image: url('../images/director-bg-5_1.webp');
  background-position: 75%;
  background-size: cover;
  background-attachment: fixed;
}

.barba-section-bg.director04 {
  background-image: url('../images/director-bg-4_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.barba-section-bg.barba-section--bgcostume {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: sticky;
}

.bg-director-note {
  filter: blur(24px);
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.dircetor-note-paragraph {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
}

.back-icon-link {
  display: none;
}

.back-icon-link.show-on-desktop {
  aspect-ratio: 1;
  background-image: url('../images/close.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 2.5rem;
  display: block;
}

.barba-section {
  margin-bottom: 0;
  position: relative;
}

.barba-section.barba-section--ad {
  justify-content: flex-start;
  align-items: center;
}

.barba-section.barba-section--costume {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50rem;
}

.barba-wrapper {
  background-color: var(--black);
  display: none;
}

.barba-wrapper.fixed {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: auto;
}

.barba-wrapper.is-poster {
  background-color: #000c;
}

.barba-wrapper.barba-wrapper--costume {
  z-index: 9999;
  grid-column-gap: 100vh;
  grid-row-gap: 100vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.ac-bg-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.ac-fig {
  aspect-ratio: 2;
  object-fit: cover;
  width: 66%;
}

.ac-fig.bigger {
  width: 75%;
}

.adapted-screenplay-note {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100vh;
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  position: relative;
}

.adapted-screenplay-note.screenplay-18x2 {
  justify-content: center;
  align-items: flex-start;
}

.flex-block-35 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 11vh;
  position: absolute;
  inset: 0% 0% auto;
}

.screenplay-type {
  width: 25vw;
}

.screenplay-type.bigger {
  width: 30vw;
}

.screenplay-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 36rem;
}

.screenplay-content.text-jp {
  font-family: Noto Serif JP, sans-serif;
  font-weight: 400;
}

.art-direct-type {
  width: 18rem;
  position: absolute;
  top: 5%;
  left: 5%;
}

.art-direct-type.art-direct-type--2 {
  width: 24rem;
}

.art-direct-type.art-direct-type--4 {
  width: 36rem;
}

.art-direct-type.art-direct-type--5 {
  width: 12rem;
}

.art-direct-img {
  aspect-ratio: auto;
  border: 4px solid var(--white);
  object-fit: contain;
  width: 70%;
  box-shadow: 4px 4px 4px #0006;
}

.art-direct-img.rotate1-1 {
  transform: rotate(7deg);
}

.art-direct-img.rotate1-2 {
  transform: rotate(-7deg);
}

.art-direct-img.rotate1-3 {
  width: 80%;
  transform: rotate(-15deg);
}

.art-direct-img.rotate1-4 {
  width: 80%;
  transform: rotate(4deg);
}

.art-direct-img.rotate1-5 {
  width: 80%;
  transform: rotate(-4deg);
}

.art-direct-img.rotate2-1 {
  width: 80%;
  transform: rotate(7deg);
}

.art-direct-img.rotate2-2 {
  width: 80%;
  transform: rotate(-12deg);
}

.art-direct-img.rotate2-3 {
  width: 80%;
  transform: rotate(-4deg);
}

.art-direct-img.rotate2-4 {
  width: 80%;
  transform: rotate(7deg);
}

.art-direct-img.rotate2-5 {
  width: 80%;
  transform: rotate(15deg);
}

.art-direct-img.rotate2-6 {
  width: 80%;
  transform: rotate(-4deg);
}

.art-direct-img.rotate2-7 {
  width: 80%;
  transform: rotate(-12deg);
}

.art-direct-img.rotate2-8 {
  width: 80%;
  transform: rotate(7deg);
}

.art-direct-img.rotate2-9 {
  width: 80%;
  transform: translate(5%)rotate(-15deg);
}

.art-direct-img.rotate3-1 {
  width: 90%;
  transform: rotate(7deg);
}

.art-direct-img.rotate3-2 {
  width: 90%;
  transform: rotate(-4deg);
}

.art-direct-img.rotate3-3 {
  width: 90%;
  transform: rotate(-12deg);
}

.art-direct-img.rotate3-4 {
  width: 90%;
  transform: rotate(1deg);
}

.art-direct-img.rotate3-5 {
  width: 90%;
}

.art-direct-img.rotate4-1 {
  width: 90%;
  transform: rotate(7deg);
}

.art-direct-img.rotate4-2 {
  width: 90%;
  transform: rotate(-4deg);
}

.art-direct-img.rotate4-3 {
  width: 90%;
  transform: rotate(1deg);
}

.art-direct-img.rotate4-4 {
  width: 90%;
}

.art-direct-img.rotate5-1 {
  width: 100%;
  transform: rotate(-9deg);
}

.art-direct-img.rotate5-2 {
  width: 100%;
  transform: rotate(7deg);
}

.art-direct-img.rotate5-3 {
  width: 100%;
  transform: rotate(-9deg);
}

.art-direct-img.rotate5-4 {
  width: 100%;
  transform: rotate(1deg);
}

.art-direct-img.rotate5-5 {
  width: 100%;
  transform: rotate(9deg);
}

.art-direct-img.rotate5-6 {
  width: 100%;
  transform: rotate(-12deg);
}

.art-direct-img.rotate1-6 {
  width: 60%;
}

.art-direct-container {
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.nomin-peo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nomin-peo.people5, .nomin-peo.people4 {
  flex-flow: wrap;
}

.director-signature {
  max-width: 25%;
}

.director-signature.vertical {
  max-width: 10%;
}

.director-signature.signature-01 {
  max-width: 35%;
}

.director-signature.signature-04 {
  max-width: 20%;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.screenplay-p {
  text-align: justify;
  width: 100%;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 400;
}

.screenplay-p.text-jp {
  font-family: Noto Sans JP, sans-serif;
}

.screenplay-p.act-info {
  background-color: #f8d59280;
  margin-top: 2rem;
  font-family: Noto Sans TC, sans-serif;
}

.screenplay-p.act-info.text-jp {
  font-family: Noto Sans JP, sans-serif;
}

.screenplay-p.dialogue {
  color: var(--yellow);
  width: auto;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Noto Serif TC, sans-serif;
  font-weight: 700;
}

.screenplay-p.dialogue.text-jp {
  font-family: Noto Serif JP, sans-serif;
}

.roliing-logo {
  aspect-ratio: auto;
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 2.25rem;
}

.poster-wrapper {
  flex: 0 50%;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.poster-wrapper.poster19 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.image-9 {
  object-fit: contain;
  background-color: #ffffff1a;
  flex: 0 auto;
  width: 100%;
  max-height: 100vh;
}

.image-9.advertisement06 {
  height: 100vh;
}

.poster-details {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000b3;
  flex: 0 50%;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 3rem;
  padding-left: 0;
  line-height: 1.5;
  position: relative;
}

.poster-details.poster19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.flex-block-39 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex-block-39.poster19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-39.flex-block-39--ad {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.poster-workingimg {
  width: 100%;
  max-width: 40rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.poster-description {
  text-align: justify;
  width: 100%;
  max-width: 30rem;
  font-family: Noto Serif TC, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.8;
}

.poster-description.film-name {
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Noto Serif TC, sans-serif;
  font-size: .75rem;
}

.poster-description.poster-heading {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.poster-description.eng {
  text-align: left;
  font-family: rocky, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.poster-description.eng.film-name {
  text-align: right;
}

.poster-description.noto-serif-jp {
  margin-bottom: 1rem;
  font-family: Noto Serif JP, sans-serif;
}

.poster-description.poster-description--heading {
  font-size: 1.125rem;
  font-weight: 900;
}

.poster-details--text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.special-section, .special-wrapper {
  width: 100%;
  min-height: 100vh;
}

.special-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.special-bg {
  z-index: -1;
  background-image: url('../images/special-1-main_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.special-bg.special-bg--2 {
  background-image: linear-gradient(270deg, #000, #0000 40%), url('../images/special-2-6_1.webp');
  background-position: 0 0, 40%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.special-bg.special-bg--1 {
  background-image: url('../images/special-1-main_1.webp');
  background-position: 60% 0;
  background-size: cover;
  background-attachment: fixed;
}

.special-bg.special-bg--3 {
  z-index: -10;
  background-color: #1d192a;
  background-image: url('../images/special-3-main_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-start;
}

.special-description {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 36rem;
  height: 100%;
  line-height: 1.8;
  display: flex;
}

.special-description.special-description--heading {
  z-index: 2500;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  pointer-events: none;
  background-color: #00000080;
  width: 100%;
  max-width: none;
  height: 100%;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

.special-description.wrapper-20rem {
  max-width: 18rem;
}

.special-award {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.special-award.special-award--eng {
  color: var(--e6312c);
  margin-bottom: 1rem;
  font-family: rocky-compressed, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.special-award.li-si-jian {
  line-height: 1;
}

.timeline-text {
  text-align: left;
  width: 100%;
}

.timeline-text.text-right {
  text-align: right;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.timeline-text.timeline-copyright {
  color: var(--e6312c);
  margin-bottom: 1rem;
  font-family: rocky-condensed, sans-serif;
  font-size: .625rem;
  font-weight: 400;
}

.special-name {
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  font-weight: 900;
  line-height: 1;
  position: fixed;
  inset: auto 0% 0%;
}

.special-name.special-name--eng {
  color: var(--e6312c);
  text-align: left;
  white-space: nowrap;
  font-family: rocky-compressed, sans-serif;
  font-size: 20vw;
  font-weight: 700;
  line-height: .75;
}

.special-name.special-name--eng.text-blue {
  color: var(--blue);
}

.special-name.special-name--eng.text-blue.li-si-jian {
  color: var(--e6312c);
  text-align: right;
  font-size: 30vw;
}

.special-name.special-name--eng.special-name--englin {
  font-size: 21vw;
}

.special-name.li-si-jian {
  text-align: left;
}

.name-inline {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: inline-flex;
}

.nomin-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 15rem;
  max-width: 33%;
  transition: filter .5s;
}

.nomin-info.nomin-info--people5 {
  max-width: 30%;
}

.nomin-info.nomin-info--4people {
  max-width: 48%;
}

.director-note-title {
  font-size: .75rem;
}

.director-note-text {
  text-align: justify;
  font-size: 1.5rem;
}

.director-note-text.smaller {
  font-size: 1.25rem;
}

.text-18 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: #fff3;
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .875rem;
  line-height: 2;
  display: inline-block;
}

.directer-note-fixed {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 5% 0% auto;
}

.actor {
  text-align: center;
  display: block;
}

.tabs {
  width: 100%;
  max-width: 36rem;
}

.tab-pane-tab-1 {
  padding-top: 2rem;
}

.tabs-menu {
  z-index: 100;
  display: flex;
  position: sticky;
  top: 1rem;
}

.tab-link {
  opacity: .5;
  color: var(--white);
  background-color: #0000;
  width: 5rem;
  height: 2.2rem;
  padding: 0 0 .5rem;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  border-bottom: 1px solid var(--yellow);
  opacity: 1;
  color: var(--yellow);
  background-color: #0000;
  flex: auto;
}

.text-block-15 {
  text-align: center;
  transition: all .4s;
}

.tabs-content {
  position: sticky;
  top: 2.2rem;
}

.art-direct-bg {
  z-index: -10;
  aspect-ratio: auto;
  opacity: .5;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  inset: 0% 0% auto;
}

.art-direct-bg.opacity-75 {
  opacity: .75;
}

.costume-type {
  aspect-ratio: auto;
  width: 25%;
  max-width: 15rem;
}

.costume-type.costume-type--2 {
  aspect-ratio: 5906 / 2649;
  width: 40%;
  max-width: 20rem;
}

.costume-type.costume-type--3 {
  aspect-ratio: 1059 / 606;
  width: 30%;
}

.costume-type.costume-type--4 {
  aspect-ratio: 2023 / 1732;
  width: 40%;
  max-width: 20rem;
}

.costume-type.costume-type--5 {
  aspect-ratio: 2602 / 1298;
  width: 50%;
  max-width: 25rem;
}

.costume-type.costume-type--1 {
  aspect-ratio: 1986 / 1895;
}

.costume-container {
  border-style: none;
  width: 35%;
  height: auto;
  position: relative;
}

.costume-container.costume1-1 {
  background-image: url('../images/costume-1-2_1.webp');
  background-position: 0 0;
  background-size: auto;
  border-style: none;
  width: 40%;
  height: auto;
  position: relative;
  top: 0%;
}

.costume-container.costume1-2 {
  width: 60%;
  top: -2.5%;
  left: 15%;
  transform: translate(8%, -23%);
}

.costume-container.costume1-3 {
  width: 60%;
  top: -5%;
  right: 15%;
}

.costume-container.costume1-4 {
  width: 70%;
  top: 0%;
  left: 15%;
  transform: translate(0%, -14%);
}

.costume-container.costume1-5 {
  z-index: 10;
  width: 50%;
  transform: translate(0, 14%);
}

.costume-container.costume1-6 {
  width: 80%;
}

.costume-container.costume2-1 {
  width: 60%;
  position: relative;
  bottom: 0%;
  left: 10%;
}

.costume-container.costume2-2 {
  width: 60%;
  top: 5%;
  right: 10%;
}

.costume-container.costume2-3 {
  width: 70%;
  left: 10%;
}

.costume-container.costume2-4 {
  width: 100%;
  top: 10%;
}

.costume-container.costume2-5 {
  width: 50%;
  top: 5%;
  right: 20%;
}

.costume-container.costume3-6 {
  z-index: 2;
  box-shadow: none;
  border-style: none;
  width: 70%;
  top: 15%;
  right: 10%;
}

.costume-container.costume4-2 {
  z-index: 1;
  width: 100%;
}

.costume-container.costume4-3 {
  width: 50%;
  position: relative;
  top: -10vw;
  right: 10vw;
}

.costume-container.costume5-4 {
  width: 40%;
  top: -2.5%;
  left: 15%;
}

.costume-container.costume5-5 {
  width: 45%;
  top: -5%;
  right: 20%;
}

.costume-container.costume3-7 {
  width: 60%;
  left: 20%;
}

.costume-container.costume3-5 {
  width: 80%;
  top: 7.5%;
}

.costume-container.costume4-6 {
  z-index: 5;
  width: 100%;
  height: auto;
  padding-bottom: 40%;
  position: relative;
  top: auto;
  right: auto;
}

.costume-container.costume1-12 {
  width: 90%;
}

.costume-container.costume1-13 {
  width: 60%;
  position: relative;
  right: 20%;
}

.costume-container.costume4-3 {
  width: 100%;
  top: 20%;
  right: auto;
}

.costume-container.costume1-type {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.costume-img {
  width: 100%;
  transition: transform .4s;
  position: relative;
}

.costume-img.costume-img--3-1 {
  width: 22.5%;
  position: absolute;
  inset: 10% auto auto -10%;
}

.costume-img.costume-img--3-2 {
  z-index: 1;
  width: 22.5%;
  position: absolute;
  inset: 20% auto auto -15%;
}

.costume-img.costume-img--3-3 {
  width: 25%;
  position: absolute;
  top: 10%;
  bottom: auto;
  right: -10%;
}

.costume-img.costume-img--3-4 {
  width: 25%;
  position: absolute;
  top: 20%;
  bottom: auto;
  right: -15%;
}

.costume-img.costume-img--4-1 {
  width: 40%;
  position: absolute;
  inset: auto auto 10% 10%;
}

.costume-img.costume-img--4-2 {
  width: 40%;
  position: absolute;
  top: 20%;
  left: auto;
  right: 0%;
}

.costume-img.costume-img--4-5 {
  width: 80%;
}

.costume-img.costume-img--4-4 {
  width: 80%;
  margin-bottom: 50vh;
  left: 10%;
  right: 0%;
}

.costume-img.costume-img--4-3 {
  width: 40%;
  position: absolute;
  bottom: 20%;
  left: 5%;
  right: auto;
}

.costume-img.cm1 {
  aspect-ratio: 1028 / 1440;
}

.special-description--tc {
  font-family: Noto Serif TC, sans-serif;
}

.special-description--eng {
  color: var(--e6312c);
  margin-bottom: 4rem;
  font-family: rocky, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.flex-block-41 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-16 {
  z-index: 1800;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.text-block-17 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  background-color: #fff3;
  border-radius: 50px;
  padding: 6px 12px 8px;
  font-family: rocky-condensed, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  position: absolute;
  transform: translate(10px, 10px);
}

.text-block-17.m {
  font-family: rocky-condensed, sans-serif;
  font-size: .875rem;
  display: none;
}

.cursor-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 10px;
  height: 10px;
  display: flex;
}

.timeline-textblcok {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  line-height: 1.5;
  display: flex;
}

.timeline-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.timeline_dot {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--e6312c);
  border-radius: 99px;
  width: 1rem;
  position: relative;
}

.timeline_progress {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--e6312c) 25%, var(--black) 80%);
  -webkit-text-stroke-color: var(--t);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.timeline_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.timeline_progress-overlay-top {
  z-index: 0;
  width: 6px;
  height: 2em;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.timeline-bar {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f4edeb1a;
  width: 4px;
  height: 100%;
  padding-right: 0;
  position: absolute;
  top: 0%;
  left: 50%;
  right: 50%;
  transform: translate(-2px);
}

.timeline-highlight {
  color: var(--e6312c);
  white-space: nowrap;
  font-size: .8rem;
}

.img-container {
  width: 16.5rem;
}

.timeline-img {
  pointer-events: none;
  min-width: 45vw;
  margin-bottom: 1rem;
}

.timeline-img.img--withcopyright {
  margin-bottom: 0;
}

.gototop-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 25vh;
  margin-bottom: 25vh;
  display: flex;
  position: static;
  bottom: 5%;
}

.gototop-wrapper.li-si-jian {
  margin-bottom: 10vh;
}

.intro-scroller {
  z-index: 100;
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.intro-logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  padding-left: 2rem;
  display: flex;
}

.intro-logo--text {
  border-right: 1px solid var(--white);
  white-space: nowrap;
  margin-right: .5rem;
  padding-right: .5rem;
  font-size: 12px;
  line-height: 1.2;
}

.notice-text-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.notice-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 90%;
  display: flex;
}

.programmee-bg {
  z-index: -100;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.speical-3-from {
  color: var(--e6312c);
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
}

.special-3-quote {
  width: 100%;
  margin-bottom: 0;
}

.special-3-bgvideo {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.special-3-bgvideo-container {
  z-index: 2400;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
}

.background-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.image-10 {
  max-height: 40rem;
}

.special-description-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 60rem;
  line-height: 1.8;
  display: flex;
  position: relative;
}

.flex-block-43 {
  aspect-ratio: 16 / 9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: sticky;
  top: 0;
}

.advertisment-wrapper {
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: static;
  top: 0;
}

.expand_circle_down {
  font-family: Material Icons, sans-serif;
  line-height: 1;
}

.btn-more {
  font-family: rocky-condensed, sans-serif;
}

._404-ghlogo-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  position: relative;
}

._404-wrapper {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: relative;
}

.gh-logo--404 {
  aspect-ratio: 220 / 240;
  width: 4em;
}

._404-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: rocky-condensed, sans-serif;
  font-size: 60vh;
  font-weight: 700;
  line-height: 1;
}

.image-11 {
  transform: translate(0);
}

.special-imggallery {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 10px;
  line-height: 1.8;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.special-img {
  object-fit: contain;
  width: 80%;
  max-width: 25rem;
  min-height: 100vh;
  position: absolute;
  top: 0;
}

.special-img.img-2-1 {
  transform: translate(20%, -32%)rotate(12deg);
}

.special-img.img-2-2 {
  transform: translate(14%, 23%)rotate(-9deg);
}

.special-img.img-2-3 {
  transform: translate(-26%, -7%)rotate(4deg);
}

.special-3--imgsource {
  z-index: 20;
  font-size: .75rem;
  position: absolute;
  inset: auto .5rem .5rem auto;
}

.text-block-20 {
  font-size: 1rem;
}

.ar-3-2 {
  aspect-ratio: 3 / 2;
}

.ar-16-9 {
  aspect-ratio: 16 / 9;
}

.ar-4-3 {
  aspect-ratio: 4 / 3;
}

.ar-3-4 {
  aspect-ratio: 3 / 4;
}

.text-span-2 {
  font-family: Noto Serif TC, sans-serif;
}

.menu-social {
  transition: transform .4s ease-in-out;
}

.menu-social:hover {
  transform: scale(1.25);
}

.scroll-down {
  z-index: 2000;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  pointer-events: none;
  background-color: #fff3;
  background-image: url('../images/btn-arrow_prev-w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
  border-radius: 50%;
  width: 2rem;
  transition: background-color .2s, box-shadow .2s;
  position: fixed;
  inset: auto auto 3rem 50%;
  transform: translate(-50%)rotate(-90deg);
}

.scroll-down.scroll-down--poster {
  display: none;
}

.scroll-down.scroll-down--poster.scroll-down--poster19 {
  display: block;
  inset: auto 2rem 2rem auto;
}

.scroll-down.nav-next {
  pointer-events: auto;
}

.text-block-21 {
  font-weight: 400;
}

.text-block-23 {
  white-space: nowrap;
}

.menu-slider {
  -webkit-text-stroke-width: 0px;
  background-color: #ddd0;
  width: 100%;
  max-width: 21rem;
  height: auto;
  margin-top: 1rem;
}

.menu-arrow {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff40;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s;
  display: flex;
  inset: 0% auto 0% 1rem;
}

.menu-arrow.menu-arrow--left:hover {
  transform: scale(1.25);
}

.menu-arrow.menu-arrow--right {
  inset: 0% 1rem 0% auto;
  transform: rotate(180deg);
}

.menu-arrow.menu-arrow--right:hover {
  transform: scale(1.25)rotate(180deg);
}

.menu-slide {
  width: 100%;
  height: auto;
}

.mask-2 {
  height: auto;
}

.image-12 {
  width: 50%;
  height: 50%;
  transform: rotate(0);
}

.menu-special {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: text-shadow .2s, color .2s;
  display: flex;
}

.menu-special:hover {
  color: var(--white);
  text-shadow: none;
}

.menu-special.w--current {
  color: var(--white);
}

.programmee-scroll-progress {
  background-color: var(--white);
  filter: blur(1px);
  perspective-origin: 0%;
  transform-origin: 0%;
  border-radius: 25%;
  width: 100%;
  height: .25rem;
  position: absolute;
  inset: auto 0% -.25rem;
}

.not-scrollable {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .loading, .intro {
    height: 100svh;
  }

  .gh-logo {
    width: 12em;
  }

  .fig-2024 {
    width: 10em;
  }

  .flex-block-3 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .heading, .heading-2 {
    font-size: 3em;
  }

  .swiper.swiper-nominees {
    width: 100%;
    position: relative;
  }

  .swiper-wrapper.swiper-wrapper--center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .brand {
    padding-left: 0;
  }

  .text-block {
    display: none;
  }

  .gh-navbar {
    width: 100vw;
  }

  .menu-link {
    font-size: 1.25rem;
  }

  .text-block-2 {
    font-size: 1.125rem;
  }

  .side-menu {
    height: 100dvh;
  }

  .nominees-section {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .text-block-6 {
    text-align: center;
    width: 100%;
  }

  .text-block-7 {
    width: 100%;
  }

  .nominees-section__title {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 6rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .swiper-nav-prev {
    z-index: 2;
    background-size: 1rem;
    width: 2.5rem;
    position: absolute;
    left: .625rem;
  }

  .swiper-nav-next {
    z-index: 2;
    background-size: 1rem;
    width: 2.5rem;
    right: .625rem;
  }

  .nominee-card.w2 {
    width: 16rem;
  }

  .nominee-card.w3 {
    width: 20rem;
    min-width: 50vw;
    max-width: 30rem;
  }

  .nominee-card.w4 {
    width: 20rem;
  }

  .nominee-photo.nominee-photo--s {
    flex: auto;
    max-width: 15rem;
  }

  .name-wrapper.name-wrapper--left {
    justify-content: center;
    align-items: flex-start;
    width: 3rem;
  }

  .name-wrapper.name-wrapper--right {
    justify-content: center;
    align-items: flex-end;
    width: 3rem;
  }

  .film-name--zh {
    font-size: .875rem;
  }

  .btn-note {
    font-size: .625rem;
  }

  .btn-note.intro-page {
    padding: .75rem 1.5rem;
    font-size: 1rem;
  }

  .flex-block-22 {
    flex-flow: row-reverse;
    width: 100%;
  }

  .flex-block-23 {
    justify-content: flex-start;
    align-items: center;
  }

  .swiper-nominees-wrapper {
    position: relative;
  }

  .flex-block-24 {
    flex-flow: row;
  }

  .program-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .top-button {
    bottom: 48px;
    right: 48px;
  }

  .programename {
    font-size: 36px;
  }

  .programename.eng {
    font-size: 48px;
  }

  .notice-text, .notice-section {
    width: 100%;
  }

  .life-name {
    font-size: 2.5rem;
  }

  .life-name.life-name--eng {
    font-size: 48px;
  }

  .life-award {
    font-size: 1.5rem;
  }

  .life-award.eng {
    font-size: 28px;
  }

  .barba-content-wrapper {
    min-height: 100vh;
    margin-top: -100svh;
    padding: 3.12rem 1.5rem;
  }

  .barba-content-wrapper.ad {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-31 {
    font-size: .875rem;
  }

  .director-note-name {
    font-size: 1.5rem;
  }

  .flex-block-32 {
    margin-top: .75rem;
    margin-bottom: 3rem;
  }

  .close-btn-wrapper {
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .close-btn-wrapper.top-right {
    object-fit: fill;
    width: 2rem;
  }

  .back-text-link {
    display: none;
  }

  .barba-section-bg, .bg-director-note {
    height: 100svh;
  }

  .back-icon-link {
    aspect-ratio: 1;
    background-image: url('../images/close.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    width: 2.5rem;
    display: block;
  }

  .back-icon-link.show-on-desktop {
    background-size: .75rem;
  }

  .barba-wrapper {
    position: fixed;
  }

  .barba-wrapper.barba-wrapper--costume {
    grid-column-gap: 100svh;
    grid-row-gap: 100svh;
  }

  .ac-bg-wrapper {
    height: 100svh;
  }

  .adapted-screenplay-note {
    min-height: 100svh;
    padding: 3.12rem 4.5rem;
    font-size: .875rem;
  }

  .adapted-screenplay-note.screenplay-18x2 {
    padding: 3rem 1.5rem;
  }

  .flex-block-35 {
    height: 100svh;
  }

  .screenplay-type {
    width: 35vw;
  }

  .art-direct-container {
    width: 90%;
    min-height: 100svh;
  }

  .nomin-peo {
    grid-column-gap: .5rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .nomin-peo.people5, .nomin-peo.people4 {
    grid-row-gap: .5rem;
  }

  .director-signature {
    max-width: 25%;
  }

  .director-signature.vertical {
    max-width: 10%;
  }

  .poster-wrapper {
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
    padding-left: 0;
    padding-right: 0;
  }

  .poster-details {
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100svh;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
  }

  .flex-block-39 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .poster-details--text {
    padding-left: 0;
    padding-right: 0;
  }

  .special-content {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .special-bg {
    height: 100svh;
  }

  .special-description.wrapper-20rem {
    max-width: 36rem;
  }

  .special-name.special-name--eng.text-blue.li-si-jian {
    font-size: 35vw;
    bottom: 0;
  }

  .special-name.li-si-jian {
    font-size: 20vw;
    bottom: 28vw;
  }

  .nomin-info {
    width: 48%;
    max-width: none;
  }

  .div-block-16 {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10svh;
  }

  .text-block-17 {
    display: none;
    position: static;
    transform: none;
  }

  .text-block-17.m {
    font-size: .875rem;
    display: block;
  }

  .cursor-wrapper {
    width: auto;
    height: auto;
  }

  .image-10 {
    max-height: 32rem;
  }

  .special-description-wrapper {
    flex-flow: column;
  }

  .advertisment-wrapper {
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
    padding-left: 0;
    padding-right: 0;
  }

  ._404-title {
    font-size: 75vw;
  }

  .scroll-down {
    z-index: 2;
    background-size: .75rem;
    width: 1.5rem;
  }

  .scroll-down.scroll-down--poster {
    z-index: 0;
    display: block;
    bottom: 1.5rem;
    left: auto;
    right: 1.5rem;
  }

  .scroll-down.scroll-down--poster.scroll-down--poster19 {
    display: none;
  }

  .menu-slider {
    margin-top: .75rem;
  }

  .menu-special {
    font-size: 1.25rem;
  }

  .text-span-3 {
    color: #bbb5b4;
    font-family: Noto Sans TC, sans-serif;
    font-size: .75em;
    font-weight: 400;
  }

  .programmee-scroll-progress {
    height: .4vh;
  }
}

@media screen and (max-width: 767px) {
  .gh-logo {
    width: 14em;
  }

  .flex-block-2 {
    grid-column-gap: 1.875em;
    grid-row-gap: 1.875em;
  }

  .fig-2024 {
    width: 12em;
  }

  .flex-block-3 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .heading, .heading-2 {
    font-size: 4em;
  }

  .flex-block-4 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .card-sticker {
    margin-top: 2.8125em;
  }

  .card-fig {
    box-shadow: 2px 4px 2px #000000b3;
  }

  .brand {
    width: 1.75em;
  }

  .flex-block-5 {
    font-size: .75rem;
  }

  .text-block {
    display: none;
  }

  .nav-container {
    height: 2.8125em;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-btn-bar {
    width: 16px;
  }

  .flex-block-6 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .menu-link {
    font-size: 1rem;
  }

  .menu-link.menu-link--s, .text-block-2 {
    font-size: .875rem;
  }

  .text-block-2.text-block-2--s {
    font-size: .75rem;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .div-block-3 {
    width: 1rem;
  }

  .social-media-icon {
    width: 1.5rem;
  }

  .flex-block-9 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-top: 1.5rem;
  }

  .flex-block-10 {
    grid-column-gap: .62rem;
    grid-row-gap: .62rem;
    margin-top: .62rem;
  }

  .jury-name-zh {
    margin-top: 0;
  }

  .flex-block-12 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
    padding: 0 0 0 1.25rem;
  }

  .flex-block-13 {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.5rem;
    top: 2.5rem;
  }

  .text-block-4 {
    font-size: 1.25rem;
  }

  .award-category__name {
    padding: .38rem .75rem;
  }

  .award-category__arrow {
    background-size: .625rem;
    width: 1.5rem;
  }

  .award-category__en {
    padding: .25rem .5rem;
    font-size: .875rem;
  }

  .flex-block-14 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex: 1;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .flex-block-15 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .nominees-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .side-menu-btn {
    bottom: 2rem;
  }

  .image-3 {
    width: .625rem;
  }

  .flex-block-16 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1rem .75rem 1rem .5rem;
    font-size: .625rem;
  }

  .text-block-5 {
    font-size: .75rem;
  }

  .nominees-section__title {
    padding-top: 3rem;
  }

  .swiper-nav-prev, .swiper-nav-next {
    background-size: .75rem;
    width: 2rem;
  }

  .div-block-7 {
    height: .5px;
  }

  .btn-note.intro-page, .btn-note.gototop-btn, .btn-note.backtohome {
    padding: .5rem 1rem;
    font-size: .875rem;
  }

  .close-side-menu {
    display: flex;
    position: relative;
    top: .5rem;
    left: -.5rem;
  }

  .programe-div {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .song-name {
    font-size: 16px;
  }

  .song-name.song-name--eng {
    font-size: 3.5rem;
  }

  .song-name.song-name--eng.song-name--film {
    font-size: 2.25rem;
  }

  .programename {
    font-size: 2rem;
  }

  .programename.eng, .programename.eng.textblue {
    font-size: 40px;
  }

  .peopletilte {
    font-size: 14px;
    line-height: 20px;
  }

  .peopletilte.bebas {
    padding-bottom: .5rem;
    font-size: 12px;
  }

  .notice-section {
    max-width: 480px;
  }

  .peoplename, .peoplename.eng {
    font-size: 1rem;
  }

  .programe-section {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
    margin-bottom: 20rem;
  }

  .div-block-10 {
    height: 25svh;
  }

  .barba-content-wrapper.barba-content--wrappercostume {
    top: 0;
  }

  .close-btn-wrapper.top-right {
    top: .5rem;
    right: .5rem;
  }

  .barba-section-bg.ad {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .ac-fig {
    width: 100%;
  }

  .adapted-screenplay-note.screenplay-18x2 {
    flex-flow: column;
  }

  .art-direct-type {
    width: 10rem;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .art-direct-type.art-direct-type--2 {
    width: 16rem;
  }

  .art-direct-type.art-direct-type--4 {
    width: 24rem;
  }

  .art-direct-type.art-direct-type--3 {
    width: 12rem;
  }

  .art-direct-type.art-direct-type--5 {
    width: auto;
    height: 20vh;
  }

  .roliing-logo {
    height: 2rem;
  }

  .flex-block-39 {
    flex-flow: column;
    min-height: 100dvh;
  }

  .poster-description {
    width: 80%;
  }

  .special-award.li-si-jian {
    font-size: 6.75vw;
  }

  .timeline-text.text-right {
    width: 3rem;
    min-width: 3rem;
  }

  .special-name {
    font-size: 16vw;
    bottom: 0;
  }

  .special-name.special-name--eng {
    text-align: left;
    white-space: normal;
    font-size: 32vw;
  }

  .special-name.special-name--eng.text-blue.li-si-jian {
    font-size: 30vw;
  }

  .special-name.special-name--eng.special-name--englin {
    font-size: 32vw;
  }

  .special-name.li-si-jian {
    font-size: 16vw;
    bottom: 0;
  }

  .costume-type {
    width: 40%;
    display: block;
  }

  .costume-type.costume-type--3 {
    width: 45%;
  }

  .timeline-textblcok {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .timeline_progress, .timeline-bar {
    left: 4rem;
  }

  .img-container {
    width: 10rem;
  }

  .timeline-img {
    min-width: 70vw;
  }

  .intro-logo--text {
    font-size: 10px;
  }

  ._404-ghlogo-wrapper {
    grid-column-gap: 1.875em;
    grid-row-gap: 1.875em;
  }

  ._404-wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .special-img.img-2-1 {
    width: 70%;
    transform: translate(8%, -38%)rotate(12deg);
  }

  .special-img.img-2-2 {
    width: 70%;
  }

  .special-img.img-2-3 {
    width: 70%;
    transform: translate(-14%, -7%)rotate(4deg);
  }

  .scroll-down {
    background-size: .75rem;
    width: 2rem;
  }

  .scroll-down.scroll-down--poster {
    right: .5rem;
  }

  .menu-slider {
    max-width: 20rem;
    margin-top: .5rem;
  }

  .menu-special {
    font-size: 1rem;
  }

  .div-block-17 {
    width: auto;
    height: 0;
    position: sticky;
    top: 0;
  }
}

@media screen and (max-width: 479px) {
  .swiper.swiper-nominees {
    padding-top: 1.5rem;
  }

  .card-overflow {
    width: 25%;
  }

  .brand {
    width: 1.5em;
  }

  .div-block-2 {
    height: 100dvh;
  }

  .flex-block-7 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-block-3 {
    margin-top: 1.25rem;
    margin-bottom: .5rem;
    font-size: 1rem;
  }

  .heading-3 {
    width: 3em;
    font-size: 6rem;
  }

  .heading-4 {
    font-size: 3rem;
  }

  .jury-name-zh {
    font-size: 2rem;
  }

  .jury-name-en {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .flex-block-12 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .flex-block-13 {
    font-size: 1rem;
  }

  .text-block-4, .award-category, .award-category__name {
    font-size: .875rem;
  }

  .flex-block-14 {
    padding-left: 1.25rem;
  }

  .nominees-section {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
  }

  .text-block-5 {
    display: none;
  }

  .text-block-6 {
    font-size: 3.6em;
    line-height: .95;
  }

  .text-block-7 {
    font-size: 2.8em;
  }

  .nominees-section__title {
    padding-top: 2.4rem;
  }

  .nominee-card {
    width: 12.5rem;
  }

  .nominee-card.w2 {
    width: 14rem;
  }

  .nominee-card.w5 {
    width: 20rem;
  }

  .nominee-card.w4 {
    width: 16rem;
  }

  .nominee-name--en {
    font-size: .75rem;
  }

  .nominee-name--en.nominee-name--enleft {
    white-space: normal;
    width: 5rem;
  }

  .nominee-name--en.nominee-name--enright {
    text-align: right;
    white-space: normal;
    width: 5rem;
  }

  .nominees-bg {
    display: none;
  }

  .nominees-bg.m {
    display: block;
  }

  .programname {
    margin-left: 0;
    margin-right: 0;
  }

  .people-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .programe-div {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
    margin-bottom: 100px;
  }

  .song-name.song-name--eng {
    font-size: 2.25rem;
  }

  .song-name.song-name--eng.song-name--film {
    font-size: 1.75rem;
  }

  .peoplelist {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    white-space: nowrap;
    flex-flow: wrap;
    justify-content: center;
  }

  .top-button {
    background-color: #ffffff1a;
    border-style: none;
    width: 50px;
    height: 50px;
    font-size: 12px;
    bottom: 32px;
    right: 32px;
  }

  .programename {
    font-size: 1.5rem;
  }

  .programename.eng {
    font-size: 2rem;
  }

  .programename.eng.unit {
    font-size: 1rem;
  }

  .programename.unit {
    font-family: Noto Sans TC, sans-serif;
    font-size: 1rem;
  }

  .notice-text {
    width: 100%;
    font-size: 12px;
  }

  .song {
    margin-bottom: 10px;
  }

  .peopletilte {
    border-bottom-width: .5px;
    width: 50%;
    min-width: 100px;
  }

  .notice-section {
    width: 100%;
    min-width: 180px;
  }

  .peoplename, .peoplename.eng {
    font-size: .875rem;
  }

  .programe-section {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    width: 90%;
    margin-bottom: 100px;
  }

  .life-name {
    font-size: 1.75rem;
  }

  .life-name.life-name--eng {
    font-size: 2.25rem;
  }

  .life-award {
    font-size: 1.125rem;
  }

  .life-award.eng {
    font-size: 1.25rem;
  }

  .barba-section-bg.director03 {
    background-position: 0%;
  }

  .ac-fig {
    height: 28%;
  }

  .adapted-screenplay-note {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .flex-block-35 {
    padding-bottom: 29svh;
  }

  .screenplay-type {
    width: 60vw;
  }

  .director-signature {
    max-width: 35%;
  }

  .image-9 {
    width: 100%;
  }

  .special-description {
    font-size: .875rem;
  }

  .special-award {
    font-size: 2rem;
  }

  .special-description--eng {
    font-size: 1rem;
  }

  .timeline-title {
    font-size: 1.25rem;
  }

  .timeline_dot {
    width: 1.2rem;
    height: 1.2rem;
  }

  .timeline-img {
    min-width: 60vw;
  }

  .intro-scroller {
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .intro-logo-list {
    height: 2rem;
  }

  .special-description-wrapper {
    font-size: .875rem;
  }

  .text-block-20 {
    font-size: .625rem;
  }

  .text-block-22 {
    display: none;
  }

  .italic-text {
    font-size: 2rem;
  }

  .programmee-scroll-progress {
    height: .4vh;
  }
}


