.cp-overview-contents * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-overview-contents .is-pc {
  display: block;
}

.cp-overview-contents .is-mo {
  display: none;
}

.cp-overview-contents {
  overflow: hidden;
  background-color: #000;
}

.cp-overview-contents {
  direction: rtl;
}

.cp-overview-contents__cover {
  width: 100%;
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
  max-height: 110vw;
}

.cp-overview-contents__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.cp-overview-contents__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cp-overview-contents__bg:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  height: 60rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.6;
}

.cp-overview-contents__bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  height: 30rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(51.04%, rgba(0, 0, 0, 0.24)), color-stop(75.52%, rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.24) 51.04%, rgba(0, 0, 0, 0.08) 75.52%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.24) 51.04%, rgba(0, 0, 0, 0.08) 75.52%, rgba(0, 0, 0, 0) 100%);
}

.cp-overview-contents__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-overview-contents__dimmed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.cp-overview-contents__content {
  position: relative;
  z-index: 10;
  width: 100%;
}

.cp-overview-contents__content-inner {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 0 140px;
  padding: 0 14rem;
}

.cp-overview-contents__content-inner {
  direction: rtl;
}

.cp-overview-contents__content-box {
  position: relative;
  width: 100%;
}

.cp-overview-contents__content-box--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100vh;
  pointer-events: none;
}

.cp-overview-contents__content-box--2 {
  pointer-events: none;
  margin: 25px 0 0;
  margin: 2.5rem 0 0;
}

.cp-overview-contents__title {
  width: 533px;
  width: 53.3rem;
  position: absolute;
  bottom: 0;
  display: block;
  padding: 0 0 120px;
  padding: 0 0 12rem;
  font-family: "genesis-head-office-light", sans-serif;
  font-weight: 300;
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 1.1;
  letter-spacing: -1.36px;
  color: #fff;
}

.cp-overview-contents__title-small {
  font-size: 40px;
  font-size: 4rem;
}

.cp-overview-contents__desc {
  width: 800px;
  width: 80rem;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.275;
  letter-spacing: -0.03em;
  color: #fff;
}

.cp-overview-contents__sub-desc {
  width: 520px;
  width: 52rem;
  margin: 60px 0 0;
  margin: 6rem 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #7c7c7c;
}

.cp-overview-contents__toggle-btn-wrap {
  max-width: 1920px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.cp-overview-contents .cm-replay-btn--toggle {
  z-index: 20;
  right: 140px;
  right: 14rem;
  top: 158px;
  top: 15.8rem;
}

@media screen and (max-width: 1919px) {
  .cp-overview-contents__content-inner {
    padding: 0 120px;
    padding: 0 12rem;
  }
  .cp-overview-contents .cm-replay-btn--toggle {
    right: 120px;
    right: 12rem;
  }
}

@media screen and (max-width: 1599px) {
  .cp-overview-contents__content-inner {
    padding: 0 100px;
    padding: 0 10rem;
  }
  .cp-overview-contents .cm-replay-btn--toggle {
    right: 100px;
    right: 10rem;
  }
}

@media screen and (max-width: 1359px) {
  .cp-overview-contents__content-inner {
    padding: 0 76px;
    padding: 0 7.6rem;
  }
  .cp-overview-contents .cm-replay-btn--toggle {
    right: 78px;
    right: 7.8rem;
  }
}

@media (max-width: 1199px) {
  .cp-overview-contents__cover {
    max-height: 250vw;
  }
  .cp-overview-contents__bg-img {
    will-change: auto;
  }
  .cp-overview-contents__title {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: normal;
  }
  .cp-overview-contents__desc {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
  .cp-overview-contents__sub-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (max-width: 1023px) {
  .cp-overview-contents {
    background: #000;
  }
  .cp-overview-contents .is-pc {
    display: none;
  }
  .cp-overview-contents .is-mo {
    display: block;
  }
  .cp-overview-contents__iamge::after {
    height: 320px;
    height: 32rem;
  }
  .cp-overview-contents__iamge:before {
    height: 180px;
    height: 18rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(41.67%, rgba(0, 0, 0, 0.36)), color-stop(75.52%, rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.36) 41.67%, rgba(0, 0, 0, 0.12) 75.52%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.36) 41.67%, rgba(0, 0, 0, 0.12) 75.52%, rgba(0, 0, 0, 0) 100%);
  }
  .cp-overview-contents__content-inner {
    margin: auto;
    padding: 0 20px;
    padding: 0 2rem;
  }
  .cp-overview-contents__title {
    width: 100%;
    padding: 0 0 40px;
    padding: 0 0 4rem;
  }
  .cp-overview-contents__title-small {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .cp-overview-contents__desc {
    width: 84.47761194%;
  }
  .cp-overview-contents__sub-desc {
    width: 85.07462687%;
    margin: 40px 0 0;
    margin: 4rem 0 0;
  }
  .cp-overview-contents__toggle-btn-wrap {
    max-width: none;
    position: static;
  }
  .cp-overview-contents .cm-replay-btn--toggle {
    right: 20px;
    right: 2rem;
    top: 132px;
    top: 13.2rem;
  }
}
