body {
  margin: 0;
  padding: 0;
}

.halloween .fv {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain fixed;
  background-image: url(../img/bg_fv_pc.png), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3d125f), color-stop(70%, #972999));
  background-image: url(../img/bg_fv_pc.png), linear-gradient(#3d125f 30% 90deg, #972999 70%);
  border-bottom: 10px solid #ffbb00;
  position: relative;
}

@media screen and (max-width: 768px) {
  .halloween .fv {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3d125f), color-stop(70%, #972999));
    background-image: linear-gradient(#3d125f 30% 90deg, #972999 70%);
  }
}

.halloween .fv__main {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.halloween .fv__main img {
  width: 100%;
}

.halloween .fv__button {
  max-width: 768px;
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .halloween .fv__button {
    width: 94%;
  }
}

.halloween .fv__button img {
  width: 100%;
}

.halloween .fv__h2 {
  margin: 0;
  padding: 0;
}

.halloween .fv__h2 img {
  display: block;
}

.halloween .player {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #3d125f), color-stop(90%, #972999));
  background-image: linear-gradient(#3d125f 10% 90deg, #972999 90%);
  border-bottom: 10px solid #ffbb00;
}

.halloween .player__wrapper {
  max-width: 768px;
  margin: 0 auto;
}

.halloween .player h3 {
  margin: 0;
}

.halloween .player h3 img {
  width: 100%;
}

.halloween .player__item {
  background: #fff;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .halloween .player__item {
    width: 94%;
    margin: 0 auto;
  }
}

.halloween .player__item img {
  width: 100%;
  display: block;
}

.halloween .player__item__title {
  display: block;
  margin: 0;
  padding: 0;
}

.halloween .player__item__wrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0em auto 1em auto;
}

.halloween .player__item__image {
  width: 40%;
  padding: 1em 1em;
}

.halloween .player__item__detail {
  text-align: center;
  width: 60%;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.halloween .player__item__detail__name {
  font-size: 24px;
  font-weight: bold;
  color: #972999;
}

@media screen and (max-width: 768px) {
  .halloween .player__item__detail__name {
    font-size: 16px;
  }
}

.halloween .player__item__detail__price {
  margin: 0 0 1em 0;
  font-size: 24px;
  font-weight: bold;
  color: #972999;
}

@media screen and (max-width: 768px) {
  .halloween .player__item__detail__price {
    font-size: 16px;
  }
}

.halloween .player__item__detail__button {
  max-width: 80%;
  margin: 0 auto;
}
/*# sourceMappingURL=style_event_halloween.css.map */