.hero-bg::after {
  background-color: rgba(0, 0, 0, 0.6);
}

.hero-awards {
  width: 430px;
  height: 430px;
  background-image: url(../images/v2/title_bg.png);
  background-size: 430px 430px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hero-awards div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  color: #FDECD4;
  margin-top: -90px;
  white-space: nowrap;
  font-weight: 300;
}

.hero-awards div span {
  display: inline-block;
  font-family: Work Sans;
  letter-spacing: 0.15em;
  margin-left: 0.15em;
}

.hero-awards p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  width: max-content;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
}

[lang="en"] .hero-awards p {
  font-family: 'Josefin Sans';
  margin-top: -6px;
}


.details-btn {
  display: inline-block;
  width: 207px;
  height: 50px;
  background-size: 207px 50px;
  position: absolute;
  right: -2px;
  top: 120px;
  z-index: 2;
  cursor: pointer;
}

[lang="th"] .details-btn {
  background-image: url(../images/v2/btn/pbtn-th.png);
}

[lang="en"] .details-btn {
  background-image: url(../images/v2/btn/pbtn-en.png);
}

[lang="ja"] .details-btn {
  background-image: url(../images/v2/btn/pbtn-ja.png);
}

[lang="zh-CN"] .details-btn {
  background-image: url(../images/v2/btn/pbtn-cn.png);
}

[lang="zh-TW"] .details-btn {
  background-image: url(../images/v2/btn/pbtn-tw.png);
}


.details-title {
  display: none;
}

.fixed-controller {
  width: 40px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  transform-origin: right bottom;
  display: none;
}

.fixed-controller .icon-home {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/images/v2/home.png);
  background-size: 40px 40px;
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
  outline: none;
}

.fixed-controller .icon-top {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/images/v2/top.png);
  background-size: 40px 40px;
  cursor: pointer;
}


/** Artist **/
.cover h1 {
  width: 46px;
  height: 32px;
  position: absolute;
  left: 5px;
  top: 5px;
  transform-origin: left top;
}

.item-one .cover h1 {
  transform: scale(1.2);
}

.item-box {
  position: relative;
  width: 1280px;
  padding-top: 50px;
  margin: 0 auto 50px;
  overflow: hidden;
  display: none;
}

.item-box .item-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.item-box .item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  text-align: center;
}

.item-box .item-header b.lf {
  display: inline-block;
  width: 37px;
  height: 120px;
  background-image: url('/images/v2/icon_lf.png');
  background-size: 37px 120px;
  margin-right: 20px;
  margin-top: -6px;
}

.item-box .item-header b.rt {
  display: inline-block;
  width: 37px;
  height: 120px;
  background-image: url('/images/v2/icon_rt.png');
  background-size: 37px 120px;
  margin-left: 20px;
  margin-top: -6px;
}

.item-box .item-header span {
  display: inline-block;
  max-width: 590px;
  font-size: 50px;
  color: #E6C7A6;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Josefin Sans';
}

.item-box .item-image {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 730px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.item-box .item-desc {
  white-space: pre-wrap;
  font-size: 14px;
  color: #FDECD4;
  text-align: center;
  width: 100%;
  max-width: 630px;
  margin: 0 auto 40px;
  font-family: Work Sans;
  display: none;
}

[lang="th"] .item-box .th-desc {
  display: block;
}

[lang="en"] .item-box .en-desc {
  display: block;
}

[lang="ja"] .item-box .jp-desc {
  display: block;
}

[lang="zh-CN"] .item-box .cn-desc {
  display: block;
}

[lang="zh-TW"] .item-box .tw-desc {
  display: block;
}

.item-box .item-list {
  width: 100%;
}

.item-box .item-list .item-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.item-box .item-list .count3 {
  padding: 0 240px;
}

.item-box .item-list .count4 {
  padding: 0 100px;
}

.item-box .item-list .item-row .item {
  width: 240px;
  height: auto;
  cursor: pointer;
}

.item-row .item .cover {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin: 0 auto 10px;
}

.item-row .item .cover div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
}

.item-row .item:hover .cover div {
  transform: scale(1.05);
}

.item-row .item .name {
  width: 100%;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;

  background: linear-gradient(to right, rgba(254, 206, 157, 1),rgba(255, 251, 245, 1) 40%,rgba(255, 205, 161, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; 
}

.item-row .item .certificate,
.item-row .item-one .certificate,
.item-row .item-two .certificate {
  box-sizing: border-box;
  border: 1px solid #F1D0AE;
  width: max-content;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  margin: 6px auto 20px;
  text-align: left;
  font-size: 12px;
  color: #FDECD4;
  font-weight: 400;
  font-family: Josefin Sans;
  transition: all 0.3s ease;
  background-image: url('/images/v2/certification.png?a=1');
  background-size: 24px 24px;
  background-position: 4px 2px;
  background-repeat: no-repeat;
  padding-left: 28px;
  padding-right: 16px;
  display: block;
}

.item-row .item-one .certificate {
  margin: 15px auto 20px;
  transform: scale(1.4);
}

.certificate:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: rgba(1, 130, 150, 1) 2px 2px 10px;
  -moz-box-shadow: rgba(1, 130, 150, 1) 2px 2px 10px;
  box-shadow: rgba(1, 130, 150, 1) 2px 2px 10px;
}

/*** ONE ***/

.item-box .item-list .item-row .item-one {
  width: 400px;
  height: auto;
  cursor: pointer;
  margin: 0 auto;
}

.item-row .item-one .cover {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin: 0 auto 20px;
}

.item-row .item-one .cover div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
}

.item-row .item-one:hover .cover div {
  transform: scale(1.05);
}

.item-row .item-one .name {
  width: 100%;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;

  background: linear-gradient(to right, rgba(254, 206, 157, 1),rgba(255, 251, 245, 1) 40%,rgba(255, 205, 161, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; 
}










@media (max-width: 1280px) {
  .hero-awards {
    width: 360px;
    height: 360px;
    background-size: 360px 360px;
  }
  .hero-awards p {
    font-size: 70px;
  }

  .item-box {
    width: 1024px;
  }

  .item-box .item-list .item-row .item {
    width: 192px;
    height: auto;
  }

  .item-row .item .name {
    font-size: 16px;
  }

  .item-box .item-list .count3 {
    padding: 0 192px;
  }

  .item-box .item-list .count4 {
    padding: 0 80px;
  }

}




@media (max-width: 1024px) {
  .hero-awards {
    width: 320px;
    height: 320px;
    background-size: 320px 320px;
  }

  .hero-awards p {
    font-size: 60px;
  }

  .item-box {
    width: 768px;
  }

  .item-box .item-list .item-row .item {
    width: 144px;
    height: auto;
  }

  .item-row .item .name {
    font-size: 15px;
  }

  .item-box .item-list .count3 {
    padding: 0 144px;
  }

  .item-box .item-list .count4 {
    padding: 0 60px;
  }

  .item-box .item-header span {
    max-width: 472px;
    font-size: 40px;
  }
}


#top10Pc {
  display: block;
}

#top10Mobile {
  display: none;
}


@media (max-width: 768px) {

  .details-title {
    width: 200px;
    font-size: 20px;
    color: #FDECD4;
    font-weight: 400;
    position: absolute;
    left: 20px;
    top: 90px;
    z-index: 2;
    text-align: left;
    font-family: Work Sans;
    letter-spacing: 0.1em;
    display: block;
  }

  .details-btn {
    width: 190px;
    height: 80px;
    background-size: 190px 80px;
    position: absolute;
    right: -2px;
    top: 100px;
    z-index: 2;
    cursor: pointer;
    transform: scale(0.7);
    transform-origin: right top;
  }

  [lang="th"] .details-btn {
    background-image: url(../images/v2/btn/mbtn-th.png);
  }

  [lang="en"] .details-btn {
    background-image: url(../images/v2/btn/mbtn-en.png);
  }

  [lang="ja"] .details-btn {
    background-image: url(../images/v2/btn/mbtn-ja.png);
  }

  [lang="zh-CN"] .details-btn {
    background-image: url(../images/v2/btn/mbtn-cn.png);
  }

  [lang="zh-TW"] .details-btn {
    background-image: url(../images/v2/btn/mbtn-tw.png);
  }


  .hero {
    width: 100vw !important;
    height: 100vw !important;
    min-height: 100vw !important;
  }

  .hero-footer {
    bottom: 1rem !important;
  }

  .coming-soon {
    margin-bottom: 0.5rem !important;
  }


  #top10Pc {
    display: none;
  }

  #top10Mobile {
    display: block;
  }

  #top10Mobile .item-row {
    justify-content: center;
  }

  .hero-awards {
    width: 280px;
    height: 280px;
    background-size: 280px 280px;

    -webkit-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);

  }

  .hero-awards div {
    font-size: 16px;
    display: none;
  }

  .hero-awards p {
    font-size: 48px;
  }

  [lang="th"] .hero-awards p {
    font-size: 45px;
  }

  .item-box {
    width: 100%;
    padding-top: 30px;
    margin: 0 auto 30px;
  }

  .item-box .item-desc {
    padding: 0 20px;
    margin: 0 auto 20px;
  }

  .item-box .item-header b.lf {
    width: 22px;
    height: 72px;
    background-size: 22px 72px;
    margin-right: 4px;
  }

  .item-box .item-header span {
    max-width: 378px;
    font-size: 32px;
  }

  .item-box .item-header b.rt {
    width: 22px;
    height: 72px;
    background-size: 22px 72px;
    margin-left: 4px;
  }

  .item-box .item-list .item-row .item {
    width: 25%;
    height: auto;
  }

  .item-row .item .name {
    font-size: 14px;
  }

  .item-box .item-list .count3 {
    padding: 0;
    justify-content: center;
  }

  .item-box .item-list .count3 .item {
    margin: 0 5px;
  }

  .item-box .item-list .count4 {
    padding: 0;
    justify-content: center;
  }



  .item-box .item-list .item-row .item-one {
    width: 53%;
  }

  .item-box .item-list .item-row .item-two {
    width: 40%;
    height: auto;
    cursor: pointer;
    margin: 0 10px;
  }

  .item-row .item-two .cover {
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin: 0 auto 20px;
  }

  .item-row .item-two .cover div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
  }

  .item-row .item-two:hover .cover div {
    transform: scale(1.05);
  }

  .item-row .item-two .name {
    width: 100%;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;

    background: linear-gradient(to right, rgba(254, 206, 157, 1),rgba(255, 251, 245, 1) 40%,rgba(255, 205, 161, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; 
  }
  
}






@media (max-width: 480px) {
  .item-one .cover h1 {
    left: 0;
    transform: scale(1);
  }

  .item-two .cover h1 {
    left: 0;
    transform: scale(0.7);
  }

  .details-title {
    width: 160px;
    font-size: 15px;
    left: 15px;
  }

  .details-btn {
    transform: scale(0.5);
  }

  .hero-awards {
    width: 180px;
    height: 180px;
    background-size: 180px 180px;
  }

  .hero-awards p {
    font-size: 38px;
  }

  [lang="th"] .hero-awards p {
    font-size: 30px;
  }

  [lang="ja"] .hero-awards p {
    font-size: 30px;
  }

  .item-box .item-header {
    margin: 0 auto 25px;
  }

  .item-box .item-header b.lf {
    width: 17.6px;
    height: 57.6px;
    background-size: 17.6px 57.6px;
    margin-right: 4px;
  }

  .item-box .item-header span {
    max-width: 280px;
    font-size: 22px;
  }

  .item-box .item-header b.rt {
    width: 17.6px;
    height: 57.6px;
    background-size: 17.6px 57.6px;
    margin-left: 4px;
  }

  .item-row .item .name {
    font-size: 12px;
  }

  .item-row .item-one .name {
    font-size: 16px;
  }

  .fixed-controller {
    right: 15px;
    bottom: 15px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  
}


/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .scroll-indicator {
    animation: none;
  }
}
