@charset "UTF-8";

@media screen and (max-width: 768px) {
  .c-display-pc {
    display: none;
  }
}

.c-display-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-display-sp {
    display: block;
  }
}

.c-title {
  position: relative;
  z-index: 2;
  width: 42.47vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-title {
    width: 90%;
    margin: 50px auto 0;
  }
}

.js-fadein {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 500px) {
  .js-fadein {
    transform: translate3d(0, 30px, 0);
  }
}

.js-fadein.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.kv-wrapper {
  position: relative;
  background-color: #680000;
}

.kv-comingsoon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.kv-comingsoon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 58.39vw;
}
@media screen and (max-width: 768px) {
  .kv-comingsoon img {
    width: 85%;
  }
}

.kv-closing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.kv-closing img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 58.39vw;
}
@media screen and (max-width: 768px) {
  .kv-closing img {
    width: 85%;
  }
}

.divider01 {
  position: absolute;
  bottom: -42.6vw;
  z-index: 1;
}

.divider02 {
  position: absolute;
  bottom: -38vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .divider01 {
    bottom: -34.6vw;
  }
  .divider02 {
    bottom: -33vw;
  }
}

.info-wrapper {
  position: relative;
  background-image: url(../images/info_bg_pc.webp);
  background-size: 100%;
  background-position: top;
  padding: 7.03vw 0 14vw;
  border-top: 0.1vw solid #FAC800;
}
@media screen and (max-width: 768px) {
  .info-wrapper {
    background-image: url(../images/info_bg_sp.webp);
    border-top: 3px solid #FAC800;
  }
}

.info-title {
  width: 66.56vw;
  margin: 0 auto;
  padding-bottom: 1.56vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info-title {
    width: 90%;
    padding: 30px 0;
  }
}

.info-title-point {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .info-title-point {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.info-contents {
  width: 37.6vw;
  margin: 0 auto 0.4vw;
}
@media screen and (max-width: 768px) {
  .info-contents {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.info-challenge {
  width: 33.33vw;
  margin: 0 auto 1.04vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .info-challenge {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.info-challenge-point-text {
  width: 90%;
  margin: 10px auto 20px;
}
@media screen and (max-width: 768px) {
  .info-challenge-point-text {
    margin: 10px auto 40px;
  }
}

.info-terms {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .info-terms {
    padding-bottom: 50px;
  }
}

.info-terms-anchor {
  color: #fff;
  font-weight: 700;
  font-size: max(20px, 1.46vw);
  letter-spacing: 10%;
  position: relative;
  padding-bottom: 1.04vw;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .info-terms-anchor {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.prize-wrapper {
  position: relative;
  background-image: url(../images/prize_bg_pc.webp);
  background-size: 100%;
  background-position: top;
  padding: 9.8vw 0 9vw;
  border-top: 0.1vw solid #FAC800;
}
@media screen and (max-width: 768px) {
  .prize-wrapper {
    background-image: url(../images/prize_bg_pc.webp);
  }
}

.prize-flex {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.6vw 4.69vw;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .prize-flex {
    gap: 0;
    padding: 0 0 50px;
  }
}

.prize-contents {
  width: calc(50% - 2.345vw);
}
@media screen and (max-width: 768px) {
  .prize-contents {
    width: 80%
  }
}
@media screen and (max-width: 500px) {
  .prize-contents {
    width: 100%
  }
}

.contents-bg {
  padding: 16vw 0 0;
  background-image: url(../images/info_bg_pc.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: repeat-y;
}

.product-wrapper {
  padding-bottom: 6.944vw;
}
@media screen and (max-width: 768px) {
  .product-wrapper {
    padding-top: 20px;
  }
}

.product-contents-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1.69vw;
}
@media screen and (max-width: 768px) {
  .product-contents-flex {
    margin-bottom: 30px;
  }
}

.product-contents {
  width: calc(50% - 2.345vw);
  padding: 0 0 6.944vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-contents {
    padding: 0 0 12px;
  }
}

.product-contents-images {
  width: 505px;
}
@media screen and (max-width: 1270px) {
  .product-contents-images {
    width: 100%;
  }
}

.product-contents-text {
  height: clamp(20px, 1.3vw, 25px);
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .product-contents-text {
    height: 14px;
    margin: 8px auto 0;
  }
}

.product-contents-text img {
  width: auto;
  height: 100%;
}

.product-anchor {
  display: block;
  width: 33.33vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product-anchor {
    width: 285px;
  }
}

.howto-contents {
  margin: 30px auto 0;
}

.howto-text {
  margin: 0 auto 6.944vw;
}
@media screen and (max-width: 768px) {
  .howto-contents {
    margin: 30px 40px 50px;
  }

  .howto-text {
    margin: 0 40px 100px;
  }
}
@media screen and (max-width: 500px) {
  .howto-contents {
    margin: 30px 40px 30px;
  }

  .howto-text {
    margin: 0 40px 100px;
  }
}

.contact-wrapper {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    padding: 0 0 50px;
  }
}

.contact-contents {
  margin: 2.78vw auto 0;
}
@media screen and (max-width: 768px) {
  .contact-contents {
    text-align: center;
    margin: -2px 1px 0;
    padding: 25px;
    border: 2px solid #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }

  .contact-text-01 {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
  }

  .contact-text-02 {
    height: 27px;
    width: auto;
    margin-bottom: 20px;
  }

  .contact-text-03 {
    height: 85px;
    width: auto;
    margin-bottom: 10px;
  }

  .contact-text-04 {
    height: 52px;
    width: auto;
    margin-bottom: 10px;
  }

  .contact-text-05 {
    height: 10px;
    width: auto;
    margin-bottom: 10px;
  }

  .contact-text-06 {
    height: 10px;
    width: auto;
    margin-bottom: 20px;
  }

  .contact-tel-01 {
    display: block;
  }

  .contact-tel-02 {
    display: block;
  }

  .contact-border {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    margin-bottom: 12px;
    background-color: #fff;
  }
}

.contact-contents-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact-contents-tb {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .contact-contents-tb {
    display: none;
  }
}

.contact-contents-sp {
  display: none;
}

.contact-title-sp {
  display: none;
}

@media screen and (max-width: 500px) {
  .contact-title-sp {
    display: block;
    margin-top: 20px;
  }
  .contact-contents-sp {
    display: block;
    text-align: center;
    margin: -2px 1px 0;
    padding: 25px;
    border: 2px solid #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }

  .contact-text-01 {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
  }

  .contact-text-02 {
    height: 27px;
    width: auto;
    margin-bottom: 20px;
  }

  .contact-text-03 {
    height: 85px;
    width: auto;
    margin-bottom: 10px;
  }

  .contact-text-04 {
    height: 52px;
    width: auto;
    margin-bottom: 10px;
  }

  .contact-text-05 {
    height: 10px;
    width: auto;
    margin-bottom: 10px;
  }

  .contact-text-06 {
    height: 10px;
    width: auto;
    margin-bottom: 20px;
  }

  .contact-tel-01 {
    display: block;
  }

  .contact-tel-02 {
    display: block;
  }

  .contact-border {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    margin-bottom: 12px;
    background-color: #fff;
  }
}
