
.event-platform img {
  width: 100%;
}

.event-platform__box {
  margin: 0 auto;
  padding: 0 4.44%;
  background-color: #f4d36b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event-platform__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0px auto;
}

.event-platform__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event-platform img {
  width: 100%;
}

.content-video {
  text-align: center;
}

.content-video__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.content-video__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.content-video__area.is-active {
  z-index: 20;
  opacity: 1;
}

.content-video__intro {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: url("https://cdn.louisclub.com/static/fr/img/specialty/20200710/video_bg_16.jpg") no-repeat center center/cover;
}

.content-video__intro.is-hide {
  display: none;
}

.content-video__play {
  width: 100%;
  height: 100%;
  background: url("https://cdn.louisclub.com/static/fr/img/specialty/20200710/play_btn.png") no-repeat center center/cover;
  cursor: pointer;
}

.content-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 10;
}

.content-button__box {
  background-color: #f4d36b;
  text-align:center;
  padding: 20px 0;
}

.content-button_image {
  width: 120px !important;
}
/*# sourceMappingURL=platform.css.map */