/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== z index ==========*/
.l-inner {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .l-inner {
    width: 90%;
  }
}

.point {
  color: #FF405D !important;
}

.l-center {
  text-align: center;
}

.l-pd6 {
  padding: 3.75rem 0;
}

.l-m {
  display: none;
}

@media (max-width: 500px) {
  .l-m {
    display: block !important;
  }
}

.l-pc {
  display: block;
}

@media (max-width: 500px) {
  .l-pc {
    display: none !important;
  }
}

.l-play-btn {
  width: 5rem;
  height: 5rem;
  background: url(../images/icon/l-play-btn.svg) center no-repeat;
  background-size: cover;
}
