:root {
  --font1: "Zen Antique", serif;
  --font2: "Zen Maru Gothic", serif;
}

.champion {
  background-color: #000;
  overflow-x: hidden;
  
  /* background-attachment: fixed; */
  font-family: var(--font2);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 996px) {
  .champion {
    font-size: 20px;
    line-height: 1.8;
  }
}
.champion img {
  max-width: 100%;
  vertical-align: bottom;
}
.champion picture {
  display: block;
}
.champion h1.common-title {
  margin-top: 0;
}
.champion .common-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: var(--font1);
  line-height: 1.2;
  padding-bottom: 25px;
  font-style: italic;
  margin-top: 30px;
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}
.champion .common-title::before {
  content: "";
  width: 50px;
  height: 66px;
  background: url("../images/crown.png") center left no-repeat ;
  background-size: cover;
}
.champion .common-title::after {
  content: "";
  width: 50px;
  height: 66px;
  background: url("../images/crown2.png") center right no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .champion .common-title {
    font-size: 44px;
    margin-top: 60px;
  }
}
.champion .common-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
.champion .common-subtitle::before {
  content: "~";
  font-size: 200%;
  font-weight: normal;
  margin-right: 10px;
}
.champion .common-subtitle::after {
  content: "~";
  font-size: 200%;
  font-weight: normal;
  margin-left: 5px;
}
@media (min-width: 996px) {
  .champion .common-subtitle {
    font-size: 36px;
  }
}
.champion .common-note {
  font-size: 17px;
}
.champion .common-notice ul {
  background: #f00;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  margin-top: 15px;
  font-weight: normal;
}

.champion .common__title {
  width: 100%;
  margin: 50px auto 10px;
  max-width: auto;
}

.common__box {
  width: 100%;
  margin: 0 auto;
  max-width: auto;
  background: #000;
  padding: 20px 25px;
  filter: drop-shadow(0px 0px 10px #6a7d8f);

}
.common__box h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 0;
  color: #bfdcfc;
}

.common__box h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 0;
 
}
.common__box h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 0;
 
}

.common__box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 0;
}

.common__box p b {
  font-size: 120%;
  font-weight: bolder;
}
.common__box p span {
  color: #d5af14;
  font-size: 120%;
}
.common__box .common__icon {
  /* width: 50px;
  height: 50px; */
  margin: 10px auto 30px;
  max-width: auto;
}
.common__box .common__icon img {
  /* width: 100%; */
  height: 120px;
}
.common__box .common__note {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  color: #86aeff;
}
.common__btn {
  display: inline-block;
  background: #d2111b;
  color: #fff;
  padding: 10px 25px;
  margin: 20px auto;
  border: #d2111b 1px solid;
  border-radius: 50px;
  width: 300px;
  max-width: 100%;
}

.common__btn:hover {
  background: none;
  color: #f72a34;
}

.common__pic {
  width: 100%;
  margin: 0 auto 40px;
  display: inline-block;
}




.common__box hr {
  border: none;
  border-top: 1px solid #fff;
  margin: 20px 0;
}
.common__box .common__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common__box .common__flex-item {
  width: 100%
}



.common__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: auto;
  padding-bottom: 0px;
  padding-top: 0px;
  padding: 0 25px;
  
}

@media (min-width: 996px) {
  .common__pic {
    width: 75%;
    margin: 0 auto 100px;
  }
  .common__box {
    padding: 40px 40px;
  }
  .common__box h2 {
    font-size: 50px;
  }
  .common__box h3 {
    font-size: 24px;
  }
  .champion .common__title {
    margin: 100px auto 30px;
  }
  
  .common__inner {
    width: 75%;
    padding-bottom: 60px;
    padding-top: 100px;
    margin-top: -40px;
  }
  .common__box .common__flex-item {
    width: 48%
  }
  .common__btn {
    max-width: 350px;
    margin: 50px auto;
  }
}


.kv {
  position: relative;
  z-index: 5;
  padding: 25px;
  background: url("https://storage-asset.msi.com/event/2025/JP/custom-pc-champion-2025/images/kv-bg.jpg") top center no-repeat ;
  background-size: cover;
}
.kv::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, #000 0%, #000 30%, rgba(0, 0, 0, 0));
}
.kv__pd {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media (min-width: 996px) {
  .kv__inner {
    width: 90%;
    margin: 0 auto;
    max-width: 2000px;
    position: relative;
  }
  .kv__title {
    width: 70%;
    margin: 0 auto 5%;
    max-width: auto;
    position: relative;
    z-index: 2;
  }
  .kv__text {
    width: 45%;
    margin: 12% auto 0;
    max-width: auto;
    position: relative;
    z-index: 2;
    max-width: 375px;
  }
  .kv__pd1 {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 5%;
    width: 35%;
  }
  .kv__pd2 {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 5%;
    width: 35%; 
  }
}

.wrapper {
  background: url("https://storage-asset.msi.com/event/2025/JP/custom-pc-champion-2025/images/bg.jpg") top center no-repeat;
  color: #fff;
  background-size: cover;
}

/* .wrapper::before {
  content: "";
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #000 0%, #000 30%, rgba(0, 0, 0, 0));
} */

.reel {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  background: url("../images/reel.png") top center repeat-y;
  background-size: 100% auto;
}
.reel.show {
  display: block;
}
.reel__inner {
  position: relative;
  z-index: 2;
  width: 75%;
  margin: 0 auto;
  max-width: auto;
  padding-bottom: 60px;
  padding-top: 100px;
  margin-top: -40px;
}

.tab {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
}
.tab.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.9);
}
.tab::before {
  content: "";
  display: block;
  z-index: 3;
  top: 100%;
  left: 0;
  width: 100%;
  background: linear-gradient(tobottom, #000 0%, #000 30%, rgba(0, 0, 0, 0));
}
.tab__bg {
  position: relative;
  z-index: 0;
}
.tab__bg img {
  vertical-align: bottom;
}


.tab__item {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tab__item a {
  display: inline-block;
  
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: calc(100% / 2);
  padding: 15px 0 15px;
}
.tab__item a:nth-child(3) {
  border-bottom: none;
}

.tab__item a:last-child {
  border-right: none;
  border-bottom: none;
}

.tab__item a img {
  height: 30px;
}

.tab__item a:hover img {
  filter: drop-shadow(0px 0px 10px #ffffff);
}

@media (min-width: 996px) {
  .tab__item a {
    padding: 0 5%;
    border-bottom: none;
    width: auto;
  }
  .tab__item a img {
    height: 50px;
  }
  
}

.logos {
  position: sticky;
  z-index: 5;
  margin-top: -40px;
  background-color: #fff;
  padding: 10px 0 10px;
}
.logos__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 700px;
}
.logos.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 996px) {
  .logos {
    padding: 20px 0 10px;
  }
  .logos__inner {
    width: 50%;
  }
}

.intro {
  padding-bottom: 0px;
}

.intro__title {
  width: 100%;
  margin: 0 auto 20px;
  max-width: auto;
}
.intro__txt {
  width: 100%;
  margin: 0 auto;
  max-width: auto;
  font-size: 16px;
}
.intro p span {
  color: #f00;
  font-size: 110%;
}
.intro .common-note {
  padding-top: 20px;
}
.intro__date {
  text-align: center;
  margin: 70px auto 30px;
}

.intro__pic {
  display: inline-block;
  margin-bottom: 20px;
  transition: 0.2s;
}

.intro__pic:hover {
  transform: scale(1.02);
  filter: drop-shadow(0px 0px 3px #fffb03);
}

@media (min-width: 996px) {
  .intro {
    padding-bottom: 40px;
  }
  .intro__title {
    width: 70%;
    margin: 0 auto 50px;
  }
  .intro__date {
    width: 100%;
    
  }
  .intro__txt {
    width: 70%;
    font-size: 18px;
  }
}
@media (min-width: 996px) {
  .intro__location {
    display: flex;
    justify-content: center;
  }
  .intro__location figure {
    margin: 0 20px;
  }
}

.join__box {
  width: 100%;
  margin: 30px 0 10px;
  max-width: auto;
  background: #000;
  padding: 20px 20px 0px;
  border: 1px solid #fff;
}

.join__note {
  background-color: #3c3e41;
  padding: 10px;
}

.join__step img {
  max-width: 250px;
}
@media (min-width: 996px) {
  .join__step img {
    max-width: 320px;
  }
}
.join__step-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  margin-top: 10px;
  font-family: var(--font1);
  font-style: italic;

}
.join__step-item img {
  width: 30px;
  margin-right: 10px;
}
.join__step-item p {
  display: inline-block;
  border-bottom: #111 1px solid;
}
.join__step-item b {
  font-size: 120%;
}
@media (min-width: 996px) {
  .join__step-item {
    font-size: 36px;
  }
  .join__step-item img {
    width: 50px;
  }
}
.join__text span {
  color: #f00;
  font-style: italic;
  font-weight: bolder;
  font-size: 30px;
}
.join__text b {
  font-size: 120%;
  font-weight: bolder;
}
@media (min-width: 996px) {
  .join__text {
    font-size: 24px;
  }
}
.join__btn {
  display: inline-block;
  width: 50%;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  margin: 25px auto 40px;
}
.join__btn img:last-child {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.join__btn img:last-child:hover {
  filter: drop-shadow(0px 0px 20px #fff);
}
@media (min-width: 996px) {
  .join__btn {
    max-width: 400px;
  }
}
.join__arrow {
  margin: 20px auto 10px;
}
.join__arrow img {
  width: 40px;
}
.join__player {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.join__player-item {
  position: relative;
  display: block;
  width: calc(50% - 20px);
  margin: 10px;
  background-color: #6a7d8f;
}
@media (min-width: 996px) {
  .join__player-item {
    width: calc(33% - 20px);
  }
}
.join__player-item p {
  /* position: absolute; */
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding: 50px 0;
}
.join__player-item p b {
  font-size: 120%;
  text-shadow: #fff 0 0 15px;
}
@media (min-width: 996px) {
  .join__player-item p {
    font-size: 16px;
  }
}

.prize {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  background: url(../images/reel.png) top center repeat-y;
  background-size: 100% auto;
}
.prize__inner {
  position: relative;
  z-index: 2;
  width: 75%;
  margin: 0 auto;
  max-width: auto;
  padding-bottom: 60px;
  padding-top: 100px;
  margin-top: -40px;
}

.event {
  margin-top: 60px;
}

.event__inner {
  position: relative;
  z-index: 2;
  width: 75%;
  margin: 0 auto;
  max-width: auto;
  padding-bottom: 60px;
  padding-top: 100px;
  margin-top: -40px;
}

.event__journey {
  margin-top: 25px;
}
.event__journey-pic {
  max-width: 300px;
  width: 300px;
  margin: 0 auto 30px;
}

.event__journey ul {
  text-align: left;
  font-size: 17px;
  line-height: 1.2;
}
.event__journey ul li {
  padding-bottom: 20px;
}
.event__journey ul b {
  background: #f00;
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 2px;
}
.event__journey ul span {
  display: inline-block;
  text-decoration: underline;
}
@media (min-width: 996px) {
  .event__journey {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .event__journey-pic {
    margin: 0 auto;
  }
}
.event__journey-txt {
  text-align: left;
  margin-bottom: 40px;
}

.event__journey-txt h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0px 0;
  color: #bb1212;
}
.event__journey-txt h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 0;
}

.event__journey-txt p {
  padding: 12px 0 0;
}

.event__journey__note {
  text-align: left;
  /* margin-top: 20px; */
  margin-left: 20px;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 10px;
}
.event__journey__note li {
  list-style: disc;
  font-size: 14px;
}
.event__journey__note .red {
  color: #f00;
}
.event__standard {
  padding-bottom: 60px;
}

.schedule {
  padding-top: 0px;
}
.schedule__inner {
  position: relative;
  z-index: 2;
  width: 75%;
  margin: 0 auto;
  max-width: auto;
  padding-bottom: 60px;
  padding-top: 100px;
  margin-top: -40px;
}


.schedule__img {
  position: relative;
  margin-bottom: 30px;
}
.schedule__img-flag {
  position: absolute;
  z-index: 2;
  width: 50%;
  right: -20%;
  top: -80%;
}
.schedule__img-flag img {
  width: 100%;
}
@media (min-width: 996px) {
  .schedule {
    padding-top: 60px;
  }
  .schedule__img-flag {
    width: 30%;
    top: -30%;
  }
}
.schedule__img a {
  display: inline-block;
  background: #f00;
  color: #fff;
  padding: 10px 25px;
  margin-top: 20px;
  border: #f00 1px solid;
}
.schedule__img a:hover {
  background: none;
  color: #f00;
}
.schedule__mc {
  width: 60%;
  margin: 0 auto;
  max-width: auto;
  margin-bottom: 50px;
}

.video {
  width: 100%;
  margin-top: 20px;
}
.video-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.video-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.influencer__inner {
  position: relative;
  z-index: 2;
  width: 75%;
  margin: 0 auto;
  max-width: auto;
  padding-bottom: 60px;
  padding-top: 100px;
  margin-top: -40px;
}

.promo {
  padding-top: 60px;
}

.promo__inner {
  position: relative;
  z-index: 2;
  width: 75%;
  margin: 0 auto;
  max-width: auto;
  padding-bottom: 60px;
  padding-top: 100px;
  margin-top: -40px;
}

.promo__pic {
  margin-bottom: 30px;
}

.promo__title {

  padding-bottom: 20px;
}
@media (min-width: 996px) {
  .promo-title {
    font-size: 28px;
  }
}

.promo__subtitle {
  margin-bottom: 30px;
}

.promo__banner {
  width: 70%;
  margin: 0 auto;
  max-width: auto;
  padding-bottom: 40px;
}
.promo__dm {
  width: 40%;
  margin: 0 auto;
  max-width: 300px;
  padding-bottom: 40px;
}
.promo__note {
  font-size: 18px;
  color: #401f01;
  padding-bottom: 30px;
}
.promo__note span {
  color: #f00;
  font-size: 120%;
}
.promo__link img{
  transition: 0.2s;
}
.promo__link:hover img{
  background: rgb(207, 139, 139);
}