/* 英文比較長 */
body.lang-en .system_tab span {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

body.lang-en .hero_desc {
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 100%;
}

body.lang-en .slogan img:nth-child(2) {
  width: 80%;
  margin-bottom: -9%;
}

/* body.lang-en .hero_name {
  max-width: 300px;
} */

body.lang-en .story_text {
  font-size: 1rem;
  line-height: 1.9;
  width: 90%;

  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  scroll-behavior: smooth;

  /* 底部 fade 提示還有內容 */
  /* -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0.75) 90%, rgba(0, 0, 0, 0.35) 96%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0.75) 90%, rgba(0, 0, 0, 0.35) 96%, rgba(0, 0, 0, 0) 100%); */
  z-index: 9;
}

body.lang-en .movie_swiper .swiper-slide h3 span {
  white-space: normal;
  min-width: 280px;
  max-width: 420px;
  font-size: 17px;
  line-height: 1.4;
  padding: 10px 22px;
}

/* body.lang-en .rank_con ul li {
  text-align: left;
  font-size: 0.7rem;
  line-height: 1.6;
  padding: 0.5rem 0.5rem;
} */

body.lang-en .icon-baha,
body.lang-en .icon-fb {
  display: none;
}

body.lang-en .social_gp li:nth-child(2),
body.lang-en .social_gp li:nth-child(3),
body.lang-en .social_gp li:nth-child(4),
body.lang-en .social_gp li:nth-child(5),
body.lang-en .social_gp li:nth-child(6),
body.lang-en .social_gp li:nth-child(7),
body.lang-en .social_gp li:nth-child(8) {
  display: none;
}

@media (max-width: 768px) {
  /* 英文比較長 */
  body.lang-en .system_tab span {
    font-size: 0.9rem;
    letter-spacing: 0em;
  }
}
