.js-fadeinTxt {
  opacity: 0;
}

.voice-mv {
  width: min(100%, 1720px);
  padding: 0 clamp(20px, 3.4722222222vw, 40px);
  margin: 0 auto;
  max-width: 995px;
  padding-top: clamp(53px, 4.65vw, 80px);
  margin-top: 62px;
}
@media (min-width: 1200px) {
  .voice-mv {
    margin-top: 102.5px;
  }
}

.voice-mv__inner {
  width: 71.585%;
}

.voice-mv__title {
  width: 39.695% !important;
  aspect-ratio: 260/81;
  margin-bottom: clamp(10px, 0.87vw, 15px);
}
.voice-mv__title svg {
  width: 100%;
  height: 100%;
}

.voice-mv__subtitle {
  display: flex;
  align-items: center;
  gap: 0.75em;
  font-family: vdl-v7mincho, sans-serif;
  font-size: clamp(15px, 1.34vw, 23px);
  line-height: clamp(21px, 1.86vw, 32px);
  letter-spacing: 0.14em;
  opacity: 0;
}
.voice-mv__subtitle::after {
  content: "";
  position: static;
  display: block;
  background: #ffffff;
  height: 1px;
  opacity: 0.5;
}
.voice-mv__subtitle.active {
  opacity: 1;
}
.voice-mv__subtitle.active::after {
  -webkit-animation: mv-line 0.8s 0.5s forwards;
          animation: mv-line 0.8s 0.5s forwards;
}

.voice {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: clamp(40px, 3.49vw, 60px);
  padding-bottom: clamp(40px, 3.49vw, 60px);
}

.voice__inner {
  width: min(100%, 1720px);
  padding: 0 clamp(20px, 3.4722222222vw, 40px);
  margin: 0 auto;
  font-weight: normal;
  letter-spacing: normal;
  max-width: 995px;
}
.voice__inner::before {
  content: none;
}

.voice__title {
  font-size: clamp(28px, 2.44vw, 42px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: clamp(23px, 2.03vw, 35px);
}
.voice__title.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.voice__intro {
  display: flex;
  gap: clamp(23px, 2.03vw, 35px);
  margin-bottom: clamp(106px, 9.3vw, 160px);
}
@media (max-width: 767px) {
  .voice__intro {
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .voice__intro {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .voice__intro-image {
    width: min(60%, 350px);
  }
}
@media (min-width: 768px) {
  .voice__intro-image {
    flex: 0 1 clamp(198px, 17.27vw, 297px);
  }
}

.voice__intro-text-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: clamp(16px, 1.45vw, 25px);
}
@media (min-width: 768px) {
  .voice__intro-text-box {
    flex: 1 1;
  }
}

.voice__intro-description {
  font-size: clamp(13px, 1.16vw, 20px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.voice__intro-description.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.voice__profile.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.voice__profile-name-en {
  font-size: clamp(10px, 0.7vw, 12px);
  line-height: clamp(13px, 1.16vw, 20px);
  letter-spacing: 0.28em;
}

.voice__profile-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(10px, 0.87vw, 15px);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: clamp(16px, 1.45vw, 25px);
}

.voice__profile-name-ja {
  font-size: clamp(37px, 3.26vw, 56px);
  line-height: clamp(47px, 4.13vw, 71px);
}

.voice__profile-name-age {
  font-size: clamp(12px, 1.05vw, 18px);
  line-height: clamp(15px, 1.34vw, 23px);
}
@media (max-width: 767px) {
  .voice__profile-name-age {
    font-size: 14px;
  }
}

.voice__profile-info {
  font-size: clamp(10px, 0.7vw, 12px);
  line-height: clamp(13px, 1.16vw, 20px);
  letter-spacing: 0.12em;
  margin-bottom: clamp(6px, 0.58vw, 10px);
}

.voice__profile-tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(6px, 0.58vw, 10px);
}

.voice__profile-tag {
  display: inline-block;
  background-color: #de1b15;
  color: #ffffff;
  font-size: clamp(10px, 0.7vw, 12px);
  font-weight: 700;
  line-height: clamp(14px, 0.93vw, 16px);
  letter-spacing: 0.26em;
  border-radius: 20px;
  padding-top: clamp(2px, 0.17vw, 3px);
  padding-right: clamp(6px, 0.58vw, 10px);
  padding-bottom: clamp(2px, 0.17vw, 3px);
  padding-left: clamp(6px, 0.58vw, 10px);
}

.voice__content {
  font-family: "Noto Sans JP", sans-serif;
}
.voice__content:nth-last-of-type(n+2) {
  margin-bottom: clamp(33px, 2.91vw, 50px);
}
.voice__content:last-of-type {
  margin-bottom: clamp(60px, 5.23vw, 90px);
}
.voice__content:nth-of-type(2) .voice__content-title.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.voice__content:nth-of-type(2) .voice__content-text.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.voice__content:nth-of-type(3) .voice__content-title.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.voice__content:nth-of-type(3) .voice__content-text.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.voice__content:nth-of-type(4) .voice__content-title.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.voice__content:nth-of-type(4) .voice__content-text.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.voice__content-title {
  font-size: clamp(24px, 2.09vw, 36px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: clamp(20px, 1.74vw, 30px);
}

.voice__content-text {
  font-size: clamp(14px, 0.93vw, 16px);
  line-height: clamp(16px, 1.28vw, 22px);
  letter-spacing: 0.32em;
}

.voice__button {
  background-color: #ffffff;
  width: max(46.99%, 285px);
  border-radius: clamp(8px, 0.7vw, 12px);
  margin-right: auto;
  margin-left: auto;
}
.voice__button a {
  background-color: #de1b15;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(23px, 2.03vw, 35px);
  font-weight: 700;
  line-height: clamp(32px, 2.85vw, 49px);
  text-align: center;
  letter-spacing: 0.26em;
  border-radius: clamp(8px, 0.7vw, 12px);
  padding-top: clamp(6px, 0.52vw, 9px);
  padding-bottom: clamp(6px, 0.52vw, 9px);
}
@media (hover: hover) {
  .voice__button a:hover {
    opacity: 1;
  }
  .voice__button a:hover span {
    -webkit-animation: arrowToRight 0.8s forwards;
            animation: arrowToRight 0.8s forwards;
  }
}
.voice__button a span {
  position: relative;
  display: inline-block;
  padding-right: clamp(30px, 2.62vw, 45px);
}
.voice__button a span::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_arrow_bl.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: clamp(22px, 1.92vw, 33px);
  aspect-ratio: 1/1;
  top: 50%;
  right: 0;
  margin-top: calc(clamp(22px, 1.92vw, 33px) / -2);
}