
.mo {
  display: none;
}

/* header start */

header {
  position: relative;
  margin-bottom: auto;
  z-index: 2;
}

.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem;
}

.header-contents a {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  align-items: flex-start;
}

.header-contents a:last-child {
  display: flex;
  font-weight: 600;
  height: fit-content;
}

/*.header-contents a img {*/
/*  display: block;*/
/*}*/

/*.header-contents a img:nth-child(1) {*/
/*  width: 233px;*/
/*  height: auto;*/
/*  margin-bottom: 50px;*/
/*}*/

/*.header-contents a img:nth-child(2) {*/
/*  display: none*/
/*}*/

/*.header-contents a span:nth-child(3) {*/

/*}*/

.home-link {
  color: #ededed;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  padding: 10px 20px;
  background-color: rgba(108, 108, 108, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.home-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* body start */

.container {
  width: 100vw;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 90%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/*.video-container {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  min-width: 100%;*/
/*  min-height: 100%;*/
/*  width: auto;*/
/*  height: 90%;*/
/*  transform: translate(-50%, -50%);*/
/*  object-fit: cover;*/
/*  background-image: url("../img/main_bg_img.png");*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-position: center center;*/
/*}*/

.game-start {
  width: 304px;
  height: 164px;
}

.contents-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.body-contents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; ;
}

.body-main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 20px;
  text-align: center;
  font-size: 64px;
}

.body-main-title span {
  background: #7F7F7F;
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #fff;
  padding: 5px;
  text-shadow: 0 4px 4px #000;
}

.mobile-main-title {
  display: none;
}

/* footer start*/

footer {
  position: relative;
  margin-top: auto;
  z-index: 2;
  background-image: linear-gradient(to top, black 25%, transparent 100%);
}

.footer-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.footer-contents .main-title {
  background: linear-gradient(to top, #DF0000, #C86B19 );
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  color: white;
  padding: 5px;
}

.footer-contents > * {
  order: 0;
}

.footer-contents button {

}

.footer-contents div.footer-title {
  text-align: center;
}

.footer-contents div.footer-title span {
  font-weight: bold;
  font-size: 48px;
  margin-left: 20px;
  color: #fff;
}

.footer-contents div.footer-star {
  /*display: flex;*/
  /*align-items: center;*/
  /*gap: 1rem;*/
  /*font-weight: 700;*/
  /*font-size: 24px;*/
  /*color: #fff;*/
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  background-color: rgba(108, 108, 108, 0.5);
  border-radius: 15px;
  padding: 10px 15px;
  font-size: 20px;
}

.footer-contents div.footer-star img {
  width: 125px;
  height: 25px;
}

.footer-contents div.footer-rating {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-contents div.footer-sub-title {
  padding: 20px;
  text-align: center;
  width: 100vw;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 20px;
  color: #fff;
}

.img_title_text {
  max-width: 1200px;
  text-align: center;
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.footer-sub-text {
  padding: 20px;
  text-align: center;
  width: 100vw;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
}

@media (max-width: 1200px) {

  .pc {
    display: none;
  }

  .mo {
    display: block;
  }

  header {
    background-color: #000;
  }

  .header-contents {
    padding: 1rem;
    align-items: center;
  }

  .header-contents {
    height: 72px;
  }

  .header-contents a img {
    display: block;
  }

  /*.header-contents a img:nth-child(1) {*/
  /*  display: none;*/
  /*}*/

  /*.header-contents a img:nth-child(2) {*/
  /*  display: block;*/
  /*  width: 175px;*/
  /*  height: auto;*/
  /*}*/

  .home-link {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    text-shadow: none;
  }

  .body-contents {
    position: absolute;
    top: 70px
  }

  .body-main-title {
    align-items: center;
    justify-content: center;
  }

  .body-main-title span{
    width: 800px;
    background: linear-gradient(to top, #991616, #FFC15E);
    -webkit-background-clip: text;
    -webkit-text-stroke: 6px transparent;
    color: white;
    padding: 5px;
    text-shadow: 0 4px 4px #000;
  }

  .body-main-title span:nth-child(1) {
    order: 2;
    margin-right: 0.5rem;
  }

  .body-main-title span:nth-child(2) {
    order: 1;
    margin-left: 0.5rem;
  }

  .game-start {
    width: 228px;
    height: 124px;
    margin-bottom: 10px;
  }

  footer {
    padding: 1rem;
    background-image: linear-gradient(to top, black 25%, transparent 100%);
  }

  .footer-contents {
    gap: 1rem;
  }

  .footer-contents .logo {
    width: 400px;
    height: 198px;
  }

  .footer-contents div.footer-title {
    order: 2;
  }

  .footer-contents div.footer-title span {
    font-size: 30px;
  }

  .footer-contents div.footer-star {
    order: 1;
    font-size: 20px;
    flex-direction: row;
  }

  .footer-contents div.footer-star img {
    width: 110px;
    height: 21px;
  }

  .footer-contents div.footer-rating {
    order: 3;
  }

  .footer-contents div.footer-sub-title {
    order: 4;
    font-size: 14px;
    letter-spacing: 10px;
  }

  .img_title_text {
    display: none;
  }

  .footer-sub-text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {


  .header-contents {
    height: 44px;
  }

  .header-contents a img:nth-child(1) {
    display: block;
    width: 105px;
    height: auto;
  }

  /*.header-contents a img:nth-child(1) {
    display: none;
  }

  .header-contents a img:nth-child(2) {
    display: block;
    width: 105px;
    height: auto;
  }*/

  .home-link {
    font-size: 15px;
    font-weight: bold;
  }

  main {
    min-height: 400px;
  }

  .body-main-title {
    align-items: center;
  }

  .body-main-title span {
    font-size: 36px;
  }

  .body-contents img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 295px;
    height: 146px;
  }

  .mobile-main-title {
    display: none;
    position: absolute;
    width: 67px;
    height: auto;
    left: 0;
    bottom: calc(100% - 400px);
  }

  video {
    left: 70%;
  }

  .game-start {
    width: 130px;
    height: 71px;
    margin-bottom: 0;
  }

  footer {
    padding: 0.5rem;
    background-image: linear-gradient(to top, black 25%, transparent 100%);
  }

  .footer-contents {
    gap: 1rem;
  }

  .footer-contents .logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 295px;
    height: 146px;
  }

  .footer-contents div.footer-title {
    width: 360px;
    order: 2;
  }

  .footer-contents div.footer-title span {
    font-size: 20px;
    margin: 0;
  }

  .footer-contents div.footer-star {
    order: 1;
    font-size: 10px;
    gap: 0.2rem;
  }

  .footer-contents div.footer-star img {
    width: 59px;
    height: 11px;
  }

  .footer-contents div.footer-rating {
    order: 3;
    gap: 0;
  }
  .footer-contents div.footer-rating img {
    width: 120px;
    height: 27px;
  }

  .footer-contents div.footer-sub-title {
    order: 4;
    display: none;
  }

  .footer-sub-text {
    font-size: 10px;
  }
}