* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "HelveticaNowDisplay";
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  overflow-x: hidden;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: bold;
}

.font-exbold {
  font-weight: 600;
}

body.index {
  position: relative;
  background: url(../images/home/07.webp) center center no-repeat #000;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  body.index {
    background: url(../images/home/07.webp) center center no-repeat #000;
    background-size: cover;
    background-attachment: fixed;
  }
}

.index sup {
  vertical-align: revert;
  font-size: 0.5rem; 
  display: inline-block;
  transform: translateY(-24%);
  transform: scale(0.8);
}

.note__text {
  font-size: 0.5rem;
  display: inline-block;
  transform: translateY(-24%);
}
.index img {
  width: 100%;
}

.index .wrap {
  max-width: 87.5rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .index .wrap {
    max-width: 345px;
  }
}

@media screen and (max-width: 750px) {
  .index {
    font-size: 15px;
  }
  .index .button {
    display: block;
    margin: auto;
  }
}
.video_box:hover {
  cursor: pointer;
}
/* .kv {
  width: 100%;
  height: 800px;
  position: relative;
  background: url(../images/home/01_kv.webp) center center no-repeat #000;
  background-size: cover;
} */

/* 暗背景 */
.kv {
  width: 100%;
  height: 41.66667vw;
  position: relative;
  background-image: url(../images/home/KV_web.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #000;

}
@media screen and (max-width: 1000px) {
  .kv {
    width: 100vw;
    height: 900px;
    background: url(../images/home/KV_mob.webp) center top no-repeat #000;
    background-size: cover;
  }
}

@media screen and (max-width: 750px) {
  .kv {
    width: 100vw;
    height: 700px;
    background: url(../images/home/KV_mob.webp) center center no-repeat #000;
    background-size: cover;
  }
}

/* 亮背景 */
.kv__bg--0 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 41.66667vw;
  background-image: url(../images/home/kv/kv_01.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  filter: brightness(0%);

}

/* 亮背景 */
.kv__bg--1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 41.66667vw;
  background-image: url(../images/home/kv/kv_02.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  opacity: 0;

}

@media screen and (max-width: 1000px) {
  .kv__bg--0, .kv__bg--1,.kv__bg--2, .kv__bg--3, .kv__bg--4, .kv__bg--5 {
    display: none;
  }
}

/* 細圈圈 */
.kv__bg--2 {
  position: absolute;
  top: 5.72917vw;
  left: 45.3125vw;
  width: 31.25vw;
  height: 31.25vw;
  background-image: url(../images/home/kv/kv_04.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  /* animation: light-circle 5s infinite linear; */
  opacity: 0;
  transform:scale(0.9);
}

/* 粗圈圈 */
.kv__bg--3 {
  position: absolute;
  top: -9vw;
  left: 30.3125vw;
  width: 61.25vw;
  height: 61.25vw;
  background-image: url(../images/home/kv/kv_05.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  opacity: 0;
  /* animation: light-circle2  5s infinite linear; */
  /* animation: light-circle 5s infinite linear; */
}

/* 光芒 */
.kv__bg--4 {
  position: absolute;
  top: 5.72917vw;
  left: 45.3125vw;
  width: 31.25vw;
  height: 31.25vw;
  background-image: url(../images/home/kv/kv_06.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  opacity: 0;
  /* animation: light-circle2  5s infinite linear; */
  /* animation: light-circle 5s infinite linear; */
}

/* 樹 */
.kv__bg--5 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 41.66667vw;
  background-image: url(../images/home/kv/kv_03.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  opacity: 1;
  filter: brightness(0%);
}

.kv__text {
  position: absolute;
  top: 15.625vw;
  left: 14.89583vw;
}

@media screen and (max-width: 1000px) {
  .kv__text {
    position: relative;
    top: 440px;
    left: 0;
    text-align: center;
  }
}

.kv__text--1 {
  font-size: 2.5rem;
  line-height: 3.02083vw;
}

@media screen and (max-width: 1000px) {
  .kv__text--1 {
    font-size: 1.5rem;
    line-height: 40px;
  }
}

.kv__text--2 {
  font-size: 2.5rem;
  /* line-height: 3.02083vw; */
  margin-bottom: 2vw; 
}

@media screen and (max-width: 1000px) {
  .kv__text--2 {
    font-size: 1.5rem;
    line-height: 40px;
  }
}

.kv__text--3 {
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: 1.2px;
  /* margin-bottom: 3.125vw; */
}

@media screen and (max-width: 750px) {
  .kv__text--3 {
    font-size: 0.9375rem;
    line-height: 40px;
    margin-bottom: 0px;
  }
}

.kv__text--4 {
  font-size: 1.1rem;
  line-height: 36px;
  letter-spacing: 1.2px;
  margin-bottom: 3.125vw;
}
.kv__text--4 span {
  color: #D4496F;
  font-weight: 600;
}


@media screen and (max-width: 750px) {
  .kv__text--4 {
    font-size: 0.9375rem;
    line-height: 20px;
    margin-bottom: 30px;
  }
}


/* .kv__text {
  position: absolute;
  top: 15.625vw;
  left: 14.8958333333vw;
}
@media screen and (max-width: 750px) {
  .kv__text {
    position: relative;
    top: 440px;
    left: 0;
    text-align: center;
  }
}
.kv__text--1 {
  font-size: 2.5rem;
  line-height: 58px;
}
@media screen and (max-width: 750px) {
  .kv__text--1 {
    font-size: 1.5rem;
    line-height: 40px;
  }
}
.kv__text--2 {
  font-size: 2.5rem;
  line-height: 58px;
}
@media screen and (max-width: 750px) {
  .kv__text--2 {
    font-size: 1.5rem;
    line-height: 40px;
  }
}
.kv__text--3 {
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: 1.2px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .kv__text--3 {
    font-size: 0.9375rem;
    line-height: 40px;
    margin-bottom: 30px;
  }
} */
.kv .logos {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.875rem;
      column-gap: 1.875rem;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 2.5rem;
}
@media screen and (max-width: 750px) {
  .kv .logos {
    display: none;
  }
}
/* @media screen and (max-width: 1280px) {
  .kv .logos {
    width: calc(100% - 4.375rem);
  }
} */
.kv .logos__item {
  /* width: auto; */
  /* width: 80px; */
  line-height: 3.75rem;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
}
.kv .logos__item img {
  /* height: 3.75rem; */
}

.kv__artist {
  position: absolute;
  top: 80px;
  right: 2.5rem;
}

.index__2 {
  background-color: #1E1D1F;
}
.index__2 img {
  /* border-radius: 20px; */
}
.index__2__main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5.75rem;
  -moz-column-gap: 4.125rem;
      column-gap: 4.125rem;
}
@media screen and (max-width: 1000px) {
  .index__2__main {
    flex-direction: column;
    -moz-column-gap: 0;
        column-gap: 0;
    row-gap: 2.5rem;
    -moz-row-gap: 2.5rem;
    padding-top: 2.8125rem;
  }
}
.index__2__main:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .index__2__main:nth-child(2) {
    flex-direction: column-reverse;
    -moz-column-gap: 0;
        column-gap: 0;
    row-gap: 2.5rem;
    -moz-row-gap: 2.5rem;
  }
}

.index__2__img2 {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}

.index__2__img2:hover img:not([data-video="control"]) {
  transform: scale(1.1)!important;
  transition: all 0.5s;
}
.index__2__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}

.index__2__img:hover:after {
  content: '';
  background-image: linear-gradient(180deg,transparent 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.index__2__img:hover p {
  background: transparent linear-gradient(-90deg, #E2E689 0%, #D4496F 35%, #A03250 70%, #4B0067 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.index__2__img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.index__2__img p {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}
.index__2__img img {
  transition: all 0.5s;
}
.index__2__text {
  /* width: 80%; */
}
@media screen and (max-width: 750px) {
  .index__2__text {
    width: 100%;
  }
  .index__2__img, .index__2__img2 {
    width: 100%;
  }
}
.index__2__title {
  font-size: 3.125rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 3.3125rem;
}
@media screen and (max-width: 750px) {
  .index__2__title {
    font-size: 28px;
    line-height: 2.0625rem;
  }
}
.index__2__content {
  margin-top: 2.1875rem;
  line-height: 1.5rem;
}
.index__2__content a {
  width: auto;
}
.index__timeline {
  padding-top: 9.0625rem;
  /* background-color: #000; */
  text-align:center;
}
@media screen and (max-width: 750px) {
  .index__timeline {
    padding-top: 2.8125rem;
  }
}
.index__timeline__title {
  margin: 0 auto;
  font-size: 3.125rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 3.3125rem;
}
@media screen and (max-width: 750px) {
  .index__timeline__title {
    font-size: 28px;
    line-height: 2.0625rem;
  }
}
.index__timeline .timeline {
  height: 100px;
}

.index__timeline__progressbar {
  width: 52.08333vw;
  margin: 0 auto;
  margin-top: 4.6875rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  .index__timeline__progressbar {
    width: 80%;
  }
}

.index__timeline__progressbar .line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.index__timeline__progressbar .line__time {
  width: 0%;
  height: 2px;
  background: transparent linear-gradient(-90deg, #E5D281 0%, #D4496F 41%, #4B0067 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 750px) {
  .index__timeline__progressbar .line {
    width: 100%;
  }
}
.index__timeline__progressbar .dot {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 20px;
  background-color: #B92449;
}
.index__timeline__progressbar .dot--2 {
  left: 50%;
}
@media screen and (max-width: 750px) {
  .index__timeline__progressbar .dot--2 {
    left: calc(50% - 10px);
  }
}
.index__timeline__progressbar .dot--3 {
  left: 100%;
}
@media screen and (max-width: 750px) {
  .index__timeline__progressbar .dot--3 {
    left: calc(100% - 18px);
  }
}
.index__timeline__progressbar .dot .date {
  position: absolute;
  top: 3.75rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  line-height: 1.5rem;
}
@media screen and (max-width: 750px) {
  .index__timeline__progressbar .dot .date p:last-child {
    font-size: 0.75rem;
  }
}
.index__type {
  /* background-color: #000; */
  padding-top: 9.0625rem;
  text-align:center;
}
@media screen and (max-width: 750px) {
  .index__type {
    padding-top: 2.8125rem;
  }
}
.index__type__text {
  margin: 3.25rem 0;
  text-align: center;
  line-height: 1.875rem;
}
.index__type__title {
  margin: 0 auto;
  font-size: 3.125rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 3.3125rem;
}
@media screen and (max-width: 750px) {
  .index__type__title {
    font-size: 28px;
    line-height: 2.0625rem;
  }
}
.index__type__main {
  display: flex;
  -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1000px) {
  .index__type__main {
    display: flex;
    -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
    margin-bottom: 4rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    row-gap: 1.25rem;
    -moz-row-gap: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  .index__type__main {
    display: flex;
    -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    margin-bottom: 4rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    row-gap: 1.25rem;
    -moz-row-gap: 1.25rem;
  }
}
.index__type__item {
  width: 385px;
  height: -moz-fit-content;
  height: fit-content;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.index__type__item:nth-child(even) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .index__type__item:nth-child(even) {
    margin-top: 0;
  }
}
.index__type__item:hover .img__text {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
}
@media screen and (max-width: 1000px) {
  .index__type__item:hover .img__text {
    background-color: transparent;
  }
  .index__type__item:hover .img__text {
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
  }
}
.index__type__item:hover .img__text__content {
  display: block;
}
.index__type__item:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.index__type__item img {
  display: block;
  max-width: 100%;
  transition: all 0.5s;

}
.index__type__item .img {
  display: block;
  max-width: 100%;
  height: 350px;
  transition: all 0.5s;
  background-position: center center;
  background-size: cover;
}
.index__type__item:hover .img {
  transform: scale(1.1);
  transition: all 0.5s;
}
@media screen and (max-width: 1000px) {
  .index__type__item {
    width: 48%;
    /* height: 500px; */
    /* border-radius: 0px; */
  }
  .index__type__item .img {
    width: auto;
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
    background-position: center center;
    background-size: cover;
  }
  .index__type__item:hover .img {
    transform: scale(1);
    transition: all 0.5s;
  }
}

@media screen and (max-width: 750px) {
  .index__type__item {
    width: 100%;
    height: 500px;
    border-radius: 0px;
  }
  .index__type__item .img {
    width: auto;
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
    background-position: center center;
    background-size: cover;
  }
  .index__type__item:hover .img {
    transform: scale(1);
    transition: all 0.5s;
  }
}

@media screen and (max-width: 750px) {
  .index__type__item {
    width: 100%;
    min-height: 320px;
    height: auto;
    border-radius: 0px;
    background-color: transparent;
  }

  .index__type__item .img__text__content {
    top: 240px;
    bottom: auto;
  }
}

@media screen and (max-width: 750px) {
  .index__type__item .img {
    width: auto;
    height: 220px;
    /* height: 300px; */
    overflow: hidden;
    border-radius: 20px;
    background-position: center center;
    background-size: cover;
  }
  .index__type__item:hover .img {
    transform: scale(1);
    transition: all 0.5s;
  }
}
.index__type__item .img__text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* text-align: center; */
  font-size: 1.875rem;
  line-height: 3.125rem;
  /* display: none; */
  padding: 0 20px ;
}
.index__type__item .img__text ul, .index__type__item .img__text li {
  /* list-style: disc;
  margin: auto;
  padding:  revert; */
  /* text-align: left; */
}

.img__text__content__mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  .index__type__item .img__text {
    display: inline-block;
    justify-content: space-between;
    height: 60%;
    top: auto;
    padding: 0 0px;
  }
  .index__type__item .img__text ul, .index__type__item .img__text li {
    display: none;
  }
  .img__text__content__mobile {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .index__type__item .img__text {
    display: inline-block;
    /* justify-content: space-between; */
    height: 100%;
    top: auto;
    padding: 0 0px ;
  }
  .index__type__item .img__text ul, .index__type__item .img__text li {
    display: none;
  }
  .img__text__content__mobile {
    display: block;
  }
  .img__text .font-bold {
    position: absolute;
    left: 0;
    right: 0;
    top: 27%;
    margin: auto;
    width: fit-content;
    height: fit-content;
  }
  .img__text__content {
    position: absolute;
    bottom: 0;
  }
}
.index__type__item .img__text__content {
  font-size: 1rem;
  line-height: 1.5rem;
  display: none;
}
@media screen and (max-width: 1000px) {
  .index__type__item .img__text__content {
    display: block;
    font-size: 15px;
    
  }
}
.index__pantone {
  /* background-color: #000; */
  padding: 1rem 0;
}
@media screen and (max-width: 1000px) {
  .index__pantone {
    padding:  2.8125rem 0;
  }
}
.index__pantone button {
  margin-top: 3.125rem;
}
.pantone__btn__mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pantone__btn {

    display: none !important;
  }
  .index__pantone button {
    /* margin-top: 3.125rem !important; */
  }
  .pantone__btn__mobile {
    display: block!important;
  }
}
.index__pantone img {
  border-radius: 20px;
}
.index__pantone .index__2__img:hover img {
  transform: scale(1);

}
.index__pantone .index__2__img:hover:after {
  background-image: linear-gradient(180deg,transparent 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
}
.index__prizes {
  padding-top: 7.5520833333vw;
  height: 64.70833vw;
  background: url(../images/home/06.webp) center bottom no-repeat ;
  background-size: cover;
  position: relative;
  text-align:center;
}

@media screen and (max-width: 1000px) {
  .index__prizes {
    padding-top: 7.5520833333vw;
    height: 100vw;
    background: url(../images/home/06.webp) center center no-repeat ;
    background-size: 100% auto;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .index__prizes {
    padding-top: 2.8125rem;
    height: auto;
    width: 100vw;
    background: url(../images/home/06.webp) center center no-repeat ;
    background-size: 100% auto;
    padding-bottom: 50px;
  }
}
.index__prizes__title__item {
  position: absolute;
  top: 7.2916666667vw;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .index__prizes__title__item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
  }
}
.index__prizes__title {
  margin: 0 auto;
  font-size: 3.125rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 3.3125rem;
}
@media screen and (max-width: 750px) {
  .index__prizes__title {
    font-size: 28px;
    line-height: 2.0625rem;
  }
}
.index__prizes__title__2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2.5rem;
}

.index__prizes__title__2 sup {
  vertical-align: revert;
  font-size: 1rem;
  display: initial;
}
.index__prizes__title__2 p:nth-child(1) {
  font-size: 1.875rem;
}
@media screen and (max-width: 750px) {
  .index__prizes__title__2 p:nth-child(1) {
    font-size: 24px;
    line-height: 2.5rem;
  }
  .index__prizes__title__2 p:nth-child(1) span {
    display: block;
    font-size: 34px;
    line-height: 2.5rem;
  }
}
.index__prizes__title__2 span {
  /* font-style: italic; */
  background: transparent linear-gradient(-90deg, #E2E689 0%, #D4496F 30%, #A03250 53%, #4B0067 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.625rem;
}
.index__prizes__title__2 p:nth-child(2) {
  font-size: 1.5rem;
  /* font-style: italic; */
  margin-top: 1.25rem;
}
@media screen and (max-width: 750px) {
  .index__prizes__title__2 p:nth-child(2) {
    font-size: 18px;
    margin-top: 8px;
  }
}

.index__prizes__title__2 .sup {
  transform: scale(0.5);
  display: inline-block!important;
  margin-left: 0;
  transform: translateY(-24%);
}

.index__prizes .list {
  position: absolute;
  top: 23.5vw;
  /* bottom: 32.2916666667vw; */
  left: 61.854167vw;
}

@media screen and (max-width: 1000px) {
  .index__prizes .list {
    position: absolute;
    top: 30.5vw;
    left: 61.854167vw;
  }
}
@media screen and (max-width: 750px) {
  .index__prizes .list {
    position: relative;
    top: auto;
    left: auto;
    /* margin-top: 350px; */
    margin-top: 280px;
  }
}
.index__prizes .list ul {
  list-style: disc !important;
  padding: 20px;
  text-align: left;
}
.index__prizes .list ul li {
  list-style: disc !important;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 750px) {
  .index__prizes .list ul li {
    font-size: 15px;
    line-height: 24px;
  }
}
.index__prizes .list p {
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .index__prizes .list p {
    margin-top: 20px;
    font-size: 12px;
  }
}
.index__prizes .button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 6.25vw;
  width: 160px;
}
@media screen and (max-width: 750px) {
  .index__prizes .button {
    position: relative;
    bottom: auto;
    margin-top: 38px;
  }
}
.index__win {
  padding-top: 9.0625rem;
  height: 34.375rem;
  text-align:center;
}
@media screen and (max-width: 750px) {
  .index__win {
    height: 650px;
    padding-top: 2.8125rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.index__win__title {
  margin: 0 auto;
  font-size: 3.125rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 3.3125rem;
}
@media screen and (max-width: 750px) {
  .index__win__title {
    font-size: 1.75rem;
    line-height: 2.0625rem;
    text-align: center;
  }
}
.index__win__main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.875rem;
      column-gap: 1.875rem;
  margin: 4.75rem 0;
}
@media screen and (max-width: 750px) {
  .index__win__main {
    flex-direction: column;
  }
}
.index__win__main__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.index__win__main__item img {
  width: auto;
  height: 3.125rem;
  margin-right: 12px;
}
@media screen and (max-width: 750px) {
  .index__win__main__item img {
    height: 40px;
  }
}
.index__win__main__item span {
  font-size: 2.1875rem;
  line-height: 3.75rem;
}
@media screen and (max-width: 750px) {
  .index__win__main__item span {
    font-size: 24px;
  }
}
.index__win__main__item .line {
  width: 100px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .index__win__main__item .line {
    transform: rotate(90deg);
    width: 50px;
    margin: 30px;
  }
}
.index__judges {
  background-color: #E5E5E5;
  padding-top: 9.0625rem;
  padding-bottom: 11.25rem;
  text-align:center;
}
@media screen and (max-width: 750px) {
  .index__judges {
    padding-top: 2.8125rem;
    padding-bottom: 120px;
  }
}
.index__judges__title {
  margin: 0 auto;
  font-size: 3.125rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  line-height: 3.3125rem;
}
@media screen and (max-width: 750px) {
  .index__judges__title {
    font-size: 28px;
    line-height: 2.0625rem;
  }
}
.index__judges__text {
  margin: 3.25rem 0;
  text-align: center;
  line-height: 1.875rem;
  color: #000;
}
@media screen and (max-width: 750px) {
  .index__judges__text {
    margin: 40px 0;
  }
}
.index__judges__card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.875rem;
      column-gap: 1.875rem;
  row-gap: 1.875rem;
  margin: auto;
  margin-bottom: 4.375rem;
  /* width: 70%; v    */
}

@media screen and (max-width: 750px) {
  .index__judges__card {
    -moz-column-gap: 10px;
        column-gap: 10px;
    -moz-row-gap: 10px;
    row-gap: 10px;
    width: 100%;
  }
}
.index__judges__card__item {
  /* width: 18.75rem;
  height: 18.75rem; */
  width: 18vw;
  height: 18vw;
  border-radius: 20px;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  background-color: #000;
  flex-grow: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 2230px) {
  .index__judges__card__item {
    width: 16vw;
    height: 16vw;
  }
}

@media screen and (max-width: 1820px) {
  .index__judges__card__item {
    width: 20vw;
    height: 20vw;
  }
}

@media screen and (max-width: 1230px) {
  .index__judges__card__item {
    width: 22vw;
    height: 22vw;
  }
}

@media screen and (max-width: 750px) {
  .index__judges__card__item {
    width: 160px;
    height: 160px;
  }
}
.index__judges__card__item:hover .index__judges__card__text {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  transition: all 0.5s;
}
.index__judges__card__item:hover .info, .index__judges__card__item:hover .line {
  display: block;
}
.index__judges__card__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
  transition: all 0.5s;
  padding: 1.25rem;
  text-align: left;
}
.index__judges__card__text .name {
  font-size: 1.125rem;
}
.index__judges__card__text .info {
  display: none;
}
.index__judges__card__text .line {
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin: 1.25rem 0;
  display: none;
}
.index__check {
  background-color: #000;
  position: relative;  
}
.index__check__main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
  justify-content: flex-end;
  padding-top: 5.75rem;
  -moz-column-gap: 4.125rem;
      column-gap: 4.125rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1400px) {
  .index__check__main {
    -moz-column-gap: 0;
    column-gap: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}


@media screen and (max-width: 750px) {
  .index__check__main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 0;
       column-gap: 0;
    padding-bottom: 30px;
  }
}


.index__check__text {
  width: 50%;
}
@media screen and (max-width: 1400px) {
  .index__check__text {
    width: 100%;
  }
}
.index__check__title {
  font-size: 3.125rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 3.3125rem;
}
@media screen and (max-width: 750px) {
  .index__check__title {
    font-size: 28px;
    line-height: 2.0625rem;
  }
  .index__check__title p {
    /* display: inline-block; */
  }
}
.index__check__content {
  margin-top: 2.1875rem;
  line-height: 1.5rem;
}
.index__check .button {
  margin-top: 3.75rem;
}

.index__check__btn__mobile {
  display: none;
}

@media screen and (max-width: 750px) {
  .index__check__btn {
    display: none!important;
  }

  .index__check .button {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .index__check__btn__mobile {
    display: block;
  }
}

.index__check__img__mobile {
  /* margin-top: -8.125rem; */
  display: none;

}

@media screen and (max-width: 750px) {
  .index__check img {
    display: block;
    margin-top: 40px;
    width: 140%;
    /* transform: translate(-15%, 0%); */
  }
}


.index__check__img {
  position: relative;
  width: 800px;
  height: 600px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: -120px;
}

@media screen and (max-width: 1400px) {
  .index__check__img {
    position: relative;
    width: 1000px;
    height: 600px;
    margin-top: 0vw;  
    transform: scale(0.7);
  }
}


@media screen and (max-width: 750px) {
  .index__check__img {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0vw;  
    transform: scale(1);
  }
}

.index__check__img--1 {
  width: 335.05px;
  height: 335.05px;
  background: url(../images/home/09_5.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  left: 660px;
  top: 100px;
  opacity: 0;
}

.index__check__img--2 {
  width: 250px;
  height: 200px;
  background: url(../images/home/09_4.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  left: 612px;
  top: 40px;
  opacity: 0;
}

.index__check__img--3 {
  width: 245px;
  height: 179.71px;
  background: url(../images/home/09_6.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  left: 0vw;
  top: 125px;
  opacity: 0;
}

.index__check__img--4 {
  width: 419.97px;
  height: 272.12px;
  background: url(../images/home/09_2.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  left: 180px;
  top: 0vw;
  opacity: 0;
}

.index__check__img--5 {
  width: 588px;
  height: 398px;
  background: url(../images/home/09_1.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  left: 224px;
  bottom: 0;
  opacity: 0;
}

.index__check__img--6 {
  width: 240px;
  height: 240px;
  background: url(../images/home/09_3.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .index__check__img--1, .index__check__img--2, .index__check__img--3, .index__check__img--4, .index__check__img--5, .index__check__img--6 {
    display: none;
  }
}

.index__artworks a {
  width: 100%;
  height: 100%;
}

.index .artworks__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  -moz-column-gap: 20px;
  margin: 50px 0;
}

.index .button2 {
  width: 200px;
}

@media screen and (max-width: 750px) {
  .index .artworks__buttons {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
  }
  .index .button2 {
    width: 165px;
  }
}
.index .button2::before {
  background-color: #E5E5E5!important;
}

.index__artworks {
  position: relative;
  background-color: #E5E5E5;
  padding-top: 0rem;
  padding-bottom: 13.25rem;
  text-align:center;
}

.index__artworks sup {
  vertical-align: revert;
  font-size: 1.3rem;
  display: initial;
}

.artworks__pics {
  padding-left: 200px;
  opacity: 0;
  display: flex;
  min-height: 684px;
  
}
.slick-list {
  overflow: visible!important;
}


.index .slick-initialized .slick-slide {
  display: flex;
}

.prev, .next {
  position: absolute;
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.prev {
  right: 17%;
  bottom: 110px;
}

.next {
  right: 12%;
  bottom: 110px;
}

.artworks__pics__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 50px;
}

.artworks__pics__item div:before {
  content: '';
  background: transparent linear-gradient(0deg, #000000 0%, #00000000 30%) 0% 0% no-repeat padding-box;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
.artworks__pics__item div:hover:before {
  opacity: 1;
  transition: all 0.5s;
}

.artworks__pics__item div {
  width: 489px;
  height: 317px;
  border-radius: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.artworks__pics__item div p {
  opacity: 0;
  position: relative;
  z-index: 2;
  text-align: left;
  transition: all 0.5s;
}

.artworks__pics__item div:hover p {
  opacity: 1;
  transition: all 0.5s;
}

.art__name {
  font-size: 1.5rem;
  color: #fff;
  line-height: 37px;
  font-weight: 500;
}

.art__place {
  font-size: 1rem;
  color: #fff;
  line-height: 24px;

}

/* .artworks__pics .slick-track {
  display: flex;
} */

.artworks__pics__item div:first-child {
  margin-left: 40px;
}

.artworks__pics__item div:last-child {
  /* margin-left: -50px; */
}

@media screen and (max-width: 750px) {
  .art__name {
    font-size: 1rem;
    line-height: 1rem;
  }

  .art__place {
    margin-top: 20px;
    font-size: 0.5rem; 
    line-height: 0.5rem; 
  }
  .index__artworks {
    padding-bottom: 9.25rem;
  }

  .artworks__pics {
    padding-left: 50px;
    min-height: 350px;
  }

  .artworks__pics__item {
    row-gap: 20px;
  }
  
  .artworks__pics__item div {
    width: 250px;
    height: 162px;

  }

  .artworks__pics__item div:first-child {
    margin-left: 20px;
  }

  .artworks__pics__item div:last-child {
    /* margin-left: -30px; */
  }

  .artworks__pics__item div p {
    opacity: 1;
  }

  .artworks__pics__item div:before {
    opacity: 1;
  }

  .prev, .next {
    width: 40px;
    height: 40px;
  }

  .prev {
    right: 17%;
    bottom: 90px;
  }

  .next {
    right: 5%;
    bottom: 90px;
  }
}

.note {
  /* width: 100%; */
  font-size: 0.75rem;
  background-color: #000;
  padding: 10px 0;
}
.note__text {
  width: 100%;
  margin: auto;
  line-height: 1rem;
}
@media screen and (max-width: 750px) {
  .note__text {
    width: 100%;
  }
}

.bg {
  background: transparent linear-gradient(180deg, #1E1D1F 0%, #0D0C12 100%);
}


/* [data-video=box].is-ended::after, [data-video=box].is-paused::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
} */

video {
  width: 100%;
  vertical-align: middle;
}

[data-video=box] {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 0;
  /* cursor: pointer; */
}

/* [data-video=box].is-ended::after, [data-video=box].is-paused::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
} */

[data-video=box].is-ended [data-video=control], [data-video=box].is-paused [data-video=control] {
  display: block;
}

[data-video=box].is-paused [data-video=poster] {
  display: block;
}

[data-video=poster] {
  display: none;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
      object-fit: cover;
}

[data-video=control] {
  width: 136px!important;
  transform: translate(-50%, -50%);
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  cursor: pointer;
  border-radius: 0!important;
}
/* @keyframes light-circle {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
} */
/* 
@keyframes light-circle2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
} */


@keyframes light-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}