.cp-big-quote-img-scroll {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cp-big-quote-img-scroll * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-big-quote-img-scroll .is-pc {
  display: block;
}

.cp-big-quote-img-scroll .is-mo {
  display: none;
}

.cp-big-quote-img-scroll {
  overflow: hidden;
  background: #000;
}

.cp-big-quote-img-scroll__intro {
  background: #000;
}

.cp-big-quote-img-scroll__item {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.cp-big-quote-img-scroll__item + .cp-big-quote-img-scroll__item {
  position: absolute;
  top: 100%;
  left: 0;
}

.cp-big-quote-img-scroll__item-img {
  width: 100%;
  height: 100vh;
}

.cp-big-quote-img-scroll__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-big-quote-img-scroll__item-wrap {
  position: relative;
  height: 100vh;
}

.cp-big-quote-img-scroll__item-wrap::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  height: 40rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(68.23%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 68.23%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 68.23%, rgba(0, 0, 0, 0.8) 100%);
}

.cp-big-quote-img-scroll__text {
  font-family: "genesis-text-office", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  width: 533px;
  width: 53.3rem;
  opacity: 0;
}

.cp-big-quote-img-scroll__text + .cp-big-quote-img-scroll__text {
  position: absolute;
  bottom: 0;
  right: 140px;
  right: 14rem;
}

.cp-big-quote-img-scroll__text-wrap {
  position: absolute;
  left: 0;
  bottom: 100px;
  bottom: 10rem;
  width: 100%;
  z-index: 1;
}

.cp-big-quote-img-scroll__text-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  max-width: 1920px;
  max-width: 192rem;
  padding: 0 140px;
  padding: 0 14rem;
  margin: 0 auto;
}

.cp-big-quote-img-scroll__title {
  color: #fff;
}

.cp-big-quote-img-scroll__title .is-pc {
  display: contents;
}

.cp-big-quote-img-scroll__title sup {
  font-size: 0.75em;
  vertical-align: top;
}

.cp-big-quote-img-scroll__desc {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1919px) {
  .cp-big-quote-img-scroll__text:not(:first-child) {
    right: 120px;
    right: 12rem;
  }
  .cp-big-quote-img-scroll__text-inner {
    padding: 0 120px;
    padding: 0 12rem;
  }
}

@media screen and (max-width: 1599px) {
  .cp-big-quote-img-scroll__text:not(:first-child) {
    right: 100px;
    right: 10rem;
  }
  .cp-big-quote-img-scroll__text-inner {
    padding: 0 100px;
    padding: 0 10rem;
  }
}

@media screen and (max-width: 1359px) {
  .cp-big-quote-img-scroll__text:not(:first-child) {
    right: 76px;
    right: 7.6rem;
  }
  .cp-big-quote-img-scroll__text-inner {
    padding: 0 76px;
    padding: 0 7.6rem;
  }
}

@media (max-width: 1199px) {
  .cp-big-quote-img-scroll__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 1023px) {
  .cp-big-quote-img-scroll .is-pc {
    display: none;
  }
  .cp-big-quote-img-scroll .is-mo {
    display: block;
  }
  .cp-big-quote-img-scroll__item-wrap::after {
    height: 280px;
    height: 28rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(66.67%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 66.67%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 66.67%, rgba(0, 0, 0, 0.9) 100%);
  }
  .cp-big-quote-img-scroll__text {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
  }
  .cp-big-quote-img-scroll__text-wrap {
    bottom: 60px;
    bottom: 6rem;
  }
  .cp-big-quote-img-scroll__text:not(:first-child) {
    left: 20px;
    left: 2rem;
    right: auto;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .cp-big-quote-img-scroll__text-inner {
    padding: 0 20px;
    padding: 0 2rem;
  }
  .cp-big-quote-img-scroll__title .is-mo {
    display: contents;
  }
}
