.copy {
  background-image: url(../../img/copy/copy-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 75px 0 77px;
}

.copy-inner {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}

.copy-text {
  color: #0a395d;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-size: 48px; */
  font-size: clamp(0.875rem, 0.45rem + 2.13vw, 3rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0px 0px 0px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.copy-text.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.copy-text--gold {
  color: #e1c069;
  /* font-size: 64px; */
  font-size: clamp(1rem, 0.4rem + 3vw, 4rem);
  font-weight: 900;
  line-height: 1.5;
}

.copy-text--gold--ft {
  position: relative;
  right: -30px;
}

.copy-text--pink {
  color: #ff74b8;
  /* font-size: 64px; */
  font-size: clamp(1rem, 0.4rem + 3vw, 4rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.copy-text--lg {
  /* font-size: 64px; */
  font-size: clamp(1rem, 0.4rem + 3vw, 4rem);
}

.copy-icon img {
  max-width: 170px;
  margin: 0 auto;
}

.copy-icon--top {
  margin-bottom: 50px;
}
.copy-icon--bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}

.copy-img {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .copy {
    padding: 55px 0 42px;
    background-image: url(../../img/copy/copy-bg-sp.jpg);
  }

  .copy-text--gold--ft {
    right: -10px;
  }

  .copy-inner {
    padding: 0;
  }

  .copy-icon img {
    max-width: 85px;
    margin: 0 auto;
  }

  .copy-icon--top {
    margin-bottom: 20px;
  }
  .copy-icon--bottom {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .copy-img {
    max-width: 375px;
  }
}
