#mo {
  display: none;
}

#kv h3 {
  margin-top: 40px;
}

#kv p {
  margin-top: 12px;
  margin-bottom: 80px;
}

.center-block {
  padding-bottom: 50px;
}

.prizes-title {
  margin-top: 50px;
  padding: 50px;
  padding-bottom: 0px;
}

.prizes {
  background-color: #1d1d1d;
  border-radius: 10px;
  position: relative;
}

.bonus-items li:nth-child(2) {
  padding-left: 40px;
  padding-right: 40px;
}

.bonus-items li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bonus-items li span {
  display: block;
  width: 80%;
  text-align: center;
}

.bonus {
  margin-top: 70px;
  background-color: #1d1d1d;
  border-radius: 10px;
}

.bonus h4 {
  padding: 50px;
  padding-bottom: 0;
}

.bonus ul {
  width: 100%;
  padding: 40px;
  padding-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prizes-swiper {
  overflow: hidden;
  width: 100;
  padding-bottom: 20px;
  margin: 0 auto;
}

.prizes-swiper h4 {
  padding: 40px;
  padding-bottom: 20px;
}

.img-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  width: 70%;
}

.last {
  padding: 2px 5px 2px 8px;
  background-color: #b40331;
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
}

.last::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 5px;
  border-color: transparent transparent transparent #b40331;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(98%, -50%);
  -ms-transform: translate(98%, -50%);
  transform: translate(98%, -50%);
}

.control {
  position: absolute;
  top: 60%;
}

.left {
  position: absolute;
  z-index: 2;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  left: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.left:hover {
  opacity: 0.7;
}

.right {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  z-index: 2;
  cursor: pointer;
}

.right:hover {
  opacity: 0.7;
}

.swiper-pagination {
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 30px;
  background: #393939;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  width: 45px;
  background: #b40331;
  opacity: 1;
}

.detail {
  font-size: 16px;
  font-weight: 300;
}

.bonus-items li span {
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  #pc {
    display: none;
  }

  #mo {
    display: block;
  }

  .prizes-swiper,
  .bonus {
    background-color: transparent;
  }

  .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .last {
    display: block;
    width: 68px;
    margin-bottom: 12px;
  }

  .detail {
    width: 70%;
    font-size: 16px;
  }

  .w850 {
    width: 90%;
  }

  #kv p {
    margin-bottom: 50px;
  }

  .txt {
    width: 80%;
    text-align: center;
    font-size: 12px;
  }

  .controlssss img {
    width: 30px;
    height: 30px;
  }

  .swiper-slide img {
    width: 100%;
    margin-bottom: 12px;
  }

  .left {
    left: 10px;
  }

  .right {
    right: 10px;
  }

  .control {
    top: 78%;
  }

  .prizes-swiper h4 {
    padding: 25px;
  }

  .bonus h4 {
    padding: 25px;
    padding-bottom: 0;
  }

  .bonus ul {
    padding: 0;
  }

  .bonus-items li:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  .bonus-items {
    margin-bottom: 30px;
  }

  .bonus-items img {
    width: 72%;
  }

  .bonus-items .b-txt {
    margin-top: 20px;
    font-size: 16px;
  }

  #howToWin p {
    margin-top: 40px !important;
  }

  .swiper-pagination-bullet-active {
    width: 25px;
  }

  .swiper-pagination-bullet {
    height: 15px;
  }

  #mo {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .bonus.left {
    bottom: 20%;
    left: 0;
    width: 30px;
    height: 30px;
  }

  .bonus.right {
    bottom: 20%;
    right: 0;
    width: 30px;
    height: 30px;
  }

  .box {
    min-height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .prizes-swiper {
    width: 100%;
  }

  .prizes {
    background-color: transparent;
  }

  .prizes-title {
    padding: 25px;
  }
}

#gaikokujin {
  color: #d8d8d8;
  font-size: 2.3rem;
}

@media screen and (max-width: 1024px) {
  #gaikokujin {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #gaikokujin {
    font-size: 1.6rem;
  }
}