@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.home .secTtl_inner {
  margin-bottom: 3rem;
}
.home .secTtl-eng {
  font-size: 4.7rem;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.home .articleList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
}
.home .articleList_wrap {
  position: relative;
  padding-bottom: 10rem;
  margin-bottom: 6rem;
}
.home .swiper-wrapper {
  transition-timing-function: ease-out;
}
.home .swiper-pagination-bullet {
  width: 100%;
  height: 6px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.home .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-bullet-inactive-color);
}
.home .swiper-pagination-bullet-active::before {
  background-color: var(--color-primary);
  animation: slide-progress 6s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.home .swiper-horizontal > .swiper-pagination-bullets, .home .swiper-pagination-bullets.swiper-pagination-horizontal, .home .swiper-pagination-custom, .home .swiper-pagination-fraction {
  max-width: 22rem;
  left: auto;
  bottom: 1.8rem;
  right: 12rem;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  z-index: 1;
}
.home .topicsContents {
  background-color: #000;
  background-image: url(../../Contents/ImagesPkg/entertainment/top/topics_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.home .topicsContents_inner {
  position: relative;
  width: 100%;
  padding: 5.4rem 0 5rem;
  margin: 0 auto;
}
.home .topicsContents .secTtl_inner {
  text-align: center;
}
.home .topicsContents .secTtl-eng {
  color: #fff;
}
.home .topicsContents .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home .topicsContents .swiper-slide {
  position: relative;
  margin: 0 1.5rem;
  padding-bottom: 8.5rem;
  width: 75rem;
}
.home .topicsContents .swiper-slide .item {
  position: relative;
  transform-origin: center center;
  transform: scale(0.8);
  transition: all 1s;
}

.home .topicsContents .swiper-slide .item .item_img_wrap{
  border-radius: 1.5rem;
  overflow: hidden;
}

.home .topicsContents .swiper-slide .item-information {
  opacity: 0;
  position: absolute;
  top: calc(100% - 4.3rem);
  left: 3rem;
  width: 50rem;
  margin-top: 0;
  padding: 1.6rem 2rem 1.85rem;
  background-color: #DBDBDB;
  transition: all 0.5s;
  transition-delay: 0.9s;
  box-sizing: border-box;
  z-index: -1;
}
.home .topicsContents .swiper-slide .item-information_mediaName {
  margin: 0 auto 1.5rem;
  font-size: 1.6rem;
  line-height: 1.725;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #141414;
}
.home .topicsContents .swiper-slide .item-information_mediaType {
  margin-top: 0;
}
.home .topicsContents .swiper-slide .item-information_mediaType.type-limited {
  background-color: var(--media-typePrime-color);
  color: #141414;
}
.home .topicsContents .swiper-slide .item-information_mediaType.type-limited::before {
  background-image: url(../../Contents/ImagesPkg/entertainment/common/mediaType_limited_blk.svg);
}
.home .topicsContents .swiper-slide .item-information_mediaType.type-free {
  background-color: var(--media-typeFree-color);
  color: #141414;
}
.home .topicsContents .swiper-slide-prev .item {
  transform-origin: center right;
}
.home .topicsContents .swiper-slide-next .item {
  transform-origin: center left;
}
.home .topicsContents .swiper-slide-active {
  z-index: 10;
}
.home .topicsContents .swiper-slide-active .item {
  transform: scale(1);
}
.home .topicsContents .swiper-slide-active .item-information {
  opacity: 1;
  z-index: 1;
}
.home .topicsContents .swiper-pagination-bullet-active::before {
  animation: slide-progress 6.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.home .topicsContents .swiper-horizontal > .swiper-pagination-bullets, .home .topicsContents .swiper-pagination-bullets.swiper-pagination-horizontal, .home .topicsContents .swiper-pagination-custom, .home .topicsContents .swiper-pagination-fraction {
  width: 17.3rem;
  bottom: 5.8rem;
  left: calc(50% + 26rem);
  transform: translateX(-50%);
  --swiper-pagination-bullet-horizontal-gap: 0.2rem;
}
.home .topicsContents .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 32rem;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}
.home .topicsContents .swiper-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  transform: rotate(-45deg);
}
.home .topicsContents .swiper-btn span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.home .topicsContents .swiper-btn.slick-disabled {
  opacity: 0;
}
.home .topicsContents .swiper-btn-next {
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(-90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.home .topicsContents .swiper-btn-next span {
  margin-right: 3rem;
}
.home .topicsContents .swiper-btn-prev {
  left: 0;
  justify-content: flex-start;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.home .topicsContents .swiper-btn-prev span {
  margin-left: 3rem;
  transform: rotate(135deg);
}
.home .informationContents {
  background-color: #EDEDED;
}
.home .informationContents_inner .btnWrap .button.arrow {
  border: 1px solid var(--color-black);
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 0.4rem;
  font-size: 1.8rem;
}
.home .archive {
  position: relative;
  padding-bottom: 5rem;
}
.home .archiveContents {
  width: 100%;
  padding: 7rem 0 10rem;
  background-color: #060611;
}
.home .archiveContents .secTtl_inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: var(--container-main);
  margin: 0 auto 3rem;
  line-height: 1;
  padding: 0 2rem;
}
.home .archiveContents .secTtl-eng {
  margin-right: 6rem;
  color: #fff;
}
.home .archive_search {
  display: flex;
  align-items: center;
  height: 4rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.home .archive_search_txt {
  display: flex;
  align-items: center;
  width: 29rem;
  height: 100%;
  padding: 1rem 1.4rem;
  background-color: #2B2B2B;
  border: 1px solid #707070;
  border-right: 0;
  border-radius: 0.4rem 0 0 0.4rem;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 1;
}
.home .archive_search_txt img {
  width: 2.5rem;
  margin-right: 1.2rem;
}
.home .archive_search_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 100%;
  background-color: var(--color-primary);
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #141414;
  font-weight: 500;
  border: 1px solid transparent;
  border-left: 0;
}
.home .archive_list::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 6.25%;
  height: 1px;
}
.home .archive_ttl {
  display: flex;
  align-items: center;
  font-size: 3.1rem;
  font-family: var(--media-font-en);
  letter-spacing: 0.01em;
  color: #fff;
  font-style: italic;
  font-weight: 500;
}
.home .archive_ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--container-main);
  margin: 0 auto 2rem;
  padding: 0 2rem;
}
.home .archive_ttl::before {
  content: "";
  display: block;
  border-style: solid;
  margin-right: 1.3rem;
  border-width: 0.9rem 0 0.9rem 1.3rem;
  border-color: transparent transparent transparent var(--color-primary);
}
.home .archive_viewAll {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #C1C1C1;
  font-family: var(--media-font-en);
  font-style: italic;
}
.home .archive_viewAll::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.home .archive_area {
  overflow: hidden;
  position: relative;
}
.home .archive_area:nth-of-type(5) .archive_list_wrap {
  height: 5rem;
}
.home .archive_area:nth-of-type(n + 6) {
  display: none;
}
.home .archive_area + .archive_area {
  margin-top: 5rem;
}
.home .archive_viewMore {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 15.3rem;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  transition: all 0.4s;
}
.home .archive_moreBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26rem;
  height: 5.4rem;
  margin-bottom: 2.6rem;
  background-color: var(--color-primary);
  font-size: 1.8rem;
  font-family: var(--media-font-en);
  font-style: italic;
  border-radius: 0.4rem;
  font-weight: 600;
}
.home .archive_moreBtn .icon-plus {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  margin-right: 1.1rem;
}
.home .archive_moreBtn .icon-plus::before, .home .archive_moreBtn .icon-plus::after {
  content: "";
  position: absolute;
  background-color: #060611;
}
.home .archive_moreBtn .icon-plus::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.2rem;
}
.home .archive_moreBtn .icon-plus::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 100%;
}
.home .archive.open .archive_area:nth-of-type(5) .archive_list_wrap {
  display: block;
  height: 100%;
}
.home .archive.open .archive_viewMore {
  display: none;
}
.home .archive_list_wrap {
  position: relative;
}
.home .archive_list_inner {
  width: 100%;
  max-width: var(--container-main);
  margin: 0 auto;
  padding: 0 2rem;
}
.home .archive_list_inner .swiper-container {
  max-height: 38.6rem;
}

.home .archive_list_inner .swiper-wrapper { align-items: stretch!important; }
.home .archive_list_inner .swiper-slide { height: auto; }

.home .archive_list_inner .swiper-slide {
  margin-right: 1.3rem;
  position: static;
}
.home .archive_list_inner .swiper-slide .item_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 135/76;
  object-fit: cover;
}
.home .archive_list_inner .swiper-list {
  overflow: visible;
}
.home .archive_list_inner .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.5rem;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}
.home .archive_list_inner .swiper-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  transform: rotate(-45deg);
}
.home .archive_list_inner .swiper-btn span::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.home .archive_list_inner .swiper-btn-next {
  right: 0;
  background: linear-gradient(-90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.home .archive_list_inner .swiper-btn-prev {
  left: 0;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.home .archive_list_inner .swiper-btn-prev span {
  transform: rotate(135deg);
}
.home .archive_list_inner .swiper-button-disabled {
  opacity: 0;
}
.home .archive .product_item {
  flex-shrink: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .home .secTtl_inner {
    margin-bottom: 2rem;
  }
  .home .secTtl-eng {
    font-size: 3rem;
  }
  .home .articleList {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: 4rem;
  }
  .home .articleList_wrap {
    padding-bottom: 7rem;
    margin-bottom: 6.4rem;
  }
  .home .swiper-horizontal > .swiper-pagination-bullets, .home .swiper-pagination-bullets.swiper-pagination-horizontal, .home .swiper-pagination-custom, .home .swiper-pagination-fraction {
    bottom: 2rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .home .firstviews_text {
    inset: 12.7rem 2.8rem auto;
  }
  .home .topicsContents {
    background-image: url(../../Contents/ImagesPkg/entertainment/top/topics_bg_sp.png);
    background-size: cover;
  }
  .home .topicsContents_inner {
    padding: 3.3rem 0 4rem;
  }
  .home .topicsContents .swiper-container {
    padding-bottom: 2.6rem;
  }
  .home .topicsContents .swiper-slide {
    margin: 0 0.4rem;
    width: 33.5rem;
  }
  .home .topicsContents .swiper-slide .item {
    max-height: none;
  }
  .home .topicsContents .swiper-slide .item-information {
    top: calc(100% - 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    transition-delay: 0.8s;
    width: 94.6268656716%;
    padding: 1rem 1.7rem 1.65rem;
  }
  .home .topicsContents .swiper-slide .item-information_mediaName {
    margin: 0 auto 0.95rem;
    font-size: 1.2rem;
    line-height: 1.25;
    white-space: normal;
  }
  .home .topicsContents .swiper-horizontal > .swiper-pagination-bullets, .home .topicsContents .swiper-pagination-bullets.swiper-pagination-horizontal, .home .topicsContents .swiper-pagination-custom, .home .topicsContents .swiper-pagination-fraction {
    bottom: 0;
    left: 50%;
  }
  .home .topicsContents .swiper-btn {
    width: 8rem;
  }
  .home .topicsContents .swiper-btn span {
    width: 1rem;
    height: 1rem;
  }
  .home .topicsContents .swiper-btn span::before {
    width: 1rem;
    height: 1rem;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
  }
  .home .topicsContents .swiper-btn-next span {
    margin-right: 2rem;
  }
  .home .topicsContents .swiper-btn-prev span {
    margin-left: 2rem;
  }
  .home .informationContents_inner .btnWrap .button.arrow {
    max-width: 22rem;
    height: 4.5rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
  }
  .home .archive {
    padding-bottom: 5rem;
  }
  .home .archiveContents {
    padding: 4.6rem 0 0;
  }
  .home .archiveContents .secTtl_inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 1.5rem;
  }
  .home .archiveContents .secTtl-eng {
    margin-right: 0;
    margin-bottom: 1.7rem;
  }
  .home .archive_search {
    width: 100%;
  }
  .home .archive_search_txt {
    width: 76.8115942029%;
    height: 100%;
    padding: 0.8rem 1.4rem;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .home .archive_search_txt img {
    width: 2.4rem;
    margin-right: 1rem;
  }
  .home .archive_search_btn {
    width: 23.1884057971%;
    font-size: 1.2rem;
  }
  .home .archive_list::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 6.25%;
    height: 1px;
  }
  .home .archive_ttl {
    font-size: 2.5rem;
  }
  .home .archive_ttl_wrap {
    padding: 0 1.5rem;
    margin-bottom: 0 auto 1.5rem;
  }
  .home .archive_ttl::before {
    margin-right: 1.2rem;
    border-width: 6px 0 6px 8px;
  }
  .home .archive_viewAll {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    z-index: 1;
  }
  .home .archive_area + .archive_area {
    margin-top: 3.1rem;
  }
  .home .archive_area:nth-of-type(5) {
    height: 10.5rem;
    overflow: hidden;
  }
  .home .archive_area:nth-of-type(5) .archive_list_wrap {
    height: auto;
  }
  .home .archive_area:nth-of-type(5) .archive_list_wrap .swiper-slide:nth-of-type(1) {
    display: block;
  }
  .home .archive_area:nth-of-type(5) .archive_list_wrap .swiper-slide:nth-of-type(n + 2) {
    display: none;
  }
  .home .archive_area:nth-of-type(5) .archive_viewAll {
    display: none;
  }
  .home .archive_viewMore {
    position: absolute;
    bottom: 3rem;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 15.3rem;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    transition: all 0.4s;
  }
  .home .archive_moreBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26rem;
    height: 5.4rem;
    margin-bottom: 1.5rem;
    background-color: var(--color-primary);
    font-size: 1.8rem;
    font-family: var(--media-font-en);
    font-style: italic;
    border-radius: 0.4rem;
  }
  .home .archive_moreBtn .icon-plus {
    width: 1.1rem;
    height: 1.1rem;
    position: relative;
    margin-right: 1.1rem;
  }
  .home .archive_moreBtn .icon-plus::before, .home .archive_moreBtn .icon-plus::after {
    content: "";
    position: absolute;
    background-color: #060611;
  }
  .home .archive_moreBtn .icon-plus::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0.2rem;
  }
  .home .archive_moreBtn .icon-plus::after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.2rem;
    height: 100%;
  }
  .home .archive.open .archive_area:nth-of-type(5) {
    height: 100%;
  }
  .home .archive.open .archive_area:nth-of-type(5) .archive_viewAll {
    display: block;
  }
  .home .archive.open .archive_area:nth-of-type(5) .archive_list_wrap {
    display: block;
    padding-bottom: 8rem;
  }
  .home .archive.open .archive_area:nth-of-type(5) .archive_list_wrap .swiper-slide:nth-of-type(1) {
    display: block;
  }
  .home .archive.open .archive_area:nth-of-type(5) .archive_list_wrap .swiper-slide:nth-of-type(-n + 3) {
    display: block;
  }
  .home .archive.open .archive_area:nth-of-type(5) .archive_list {
    display: block;
  }
  .home .archive.open .archive_viewMore {
    opacity: 0;
  }
  .home .archive_list_wrap {
    padding-bottom: 8rem;
    border-bottom: 1px solid #2b2b2b;
  }
  .home .archive .archive_more {
    position: absolute;
    bottom: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5.9rem;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  .home .archive .archive_more_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .home .archive .archive_more_arrow::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
  }
  .home .archive_list_inner {
    width: 100%;
    max-width: var(--container-main);
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .home .archive_list_inner .swiper-container {
    max-height: none;
  }
  .home .archive_list_inner .swiper-wrapper {
    flex-direction: column;
    gap: 1rem 0;
  }
  .home .archive_list_inner .swiper-slide {
    margin-right: 0;
  }
  .home .archive_list_inner .swiper-slide:nth-of-type(n + 4) {
    display: none;
    opacity: 0;
  }
  .home .archive_list_inner .swiper-slide .item {
    max-height: none;
  }
  .home .archive_list_inner .swiper-slide .item_img {
    width: 52.1739130435%;
    max-width: 30rem;
  }
  .home .archive_list_inner .swiper-slide .item_img img {
    width: 100%;
  }
  .home .archive_list_inner .swiper-slide .item-information {
    display: flex;
    align-items: center;
  }
  .home .archive_list_inner .swiper-slide .item-information_inner {
    min-width: 0;
  }
  .home .archive_list_inner .swiper-slide .item-information_mediaName {
    display: block;
  }
  .home .archive_list_inner .swiper-list {
    overflow: visible;
  }
  .home .archive_list_inner .swiper-btn {
    display: none;
  }
  .home .archive_list_inner .swiper-button-disabled {
    opacity: 0;
  }
  .home .archive_list_inner.open .swiper-slide:nth-of-type(n + 4) {
    display: block;
    animation: fadeIn 0.3s ease-in 0s forwards;
  }
  .home .archive_list_inner.open + .archive_more .archive_more_arrow {
    transform: rotate(-135deg);
  }
  .home .archive .product_item {
    flex-shrink: 0;
    width: 100%;
  }
}