/* Voice Detail Page Styles */
.voice-top {
  background-color: #f8f6f3;
  padding-top: 17rem;

  .voice-top-title {
    margin: 6rem 0;
  }

  .label-title {
    font-size: 2rem;
    line-height: 100%;
    margin-bottom: 1rem;

    &::before {
      height: 2.1rem;
    }
  }

  .voice-top-title-main {
    font-size: 4rem;
    font-family: "Zen Old Mincho", serif;
    line-height: 160%;
    letter-spacing: 0;
    font-weight: 700;
  }

  .voice-top-image {
    height: 44.5rem;
    width: 100%;
    object-fit: cover;
    object-position: 50% 35%;
  }

  .breadcrumb-wrapper {
    position: unset;
  }
}

@media (max-width: 780px) {
  .voice-top {
    padding-top: 9.4rem;

    .voice-top-title {
      margin-top: 4rem;
      margin-bottom: 2.4rem;
    }

    .label-title {
      font-size: 1.4rem;

      &::before {
        height: 1.4rem;
      }
    }

    .voice-top-title-main {
      font-size: 1.8rem;
      line-height: 180%;
      font-weight: 500;
    }

    .voice-top-image {
      height: 26rem;
    }
  }
}

.member {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #f8f6f3;

  .member-wrapper {
    padding: 4rem;
    display: grid;
    gap: 6rem;
    background-color: #fff;
  }

  .member-content {
    display: grid;
    gap: 4rem;
  }

  .member-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
    border-bottom: #6b6b6b solid 1px;
    padding-bottom: 2rem;
  }

  .member-item-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
  }

  .member-item {
    display: grid;
    gap: 2rem;
  }

  .member-item-image {
    height: 19rem;
    width: 100%;
    object-fit: cover;
  }

  .member-item-info {
    font-size: 1.4rem;
    line-height: 100%;
  }

  .member-item-name {
    font-size: 2rem;
    font-weight: 500;
    line-height: 100%;
  }
}

@media (max-width: 780px) {
  .member {
    padding-top: 3.3rem;
    padding-bottom: 4.2rem;

    .member-wrapper {
      padding: 3.2rem 2rem;
    }

    .member-content {
      gap: 2rem;
    }

    .member-title {
      font-size: 1.6rem;
      padding-bottom: 1.6rem;
    }

    .member-item-wrapper {
      grid-template-columns: 1fr 1fr;
      row-gap: 2rem;
      column-gap: 1rem;
    }

    .member-item {
      display: grid;
      gap: 1.2rem;
    }

    .member-item-image {
      height: 12.4rem;
    }

    .member-item-info {
      font-size: 1.2rem;
    }

    .member-item-name {
      font-size: 1.6rem;
    }
  }
}

.voice-content {
  background-color: #f8f6f3;
  padding-bottom: 2rem;

  .voice-content-item {
    margin-bottom: 12rem;

    &:last-of-type {
      margin-bottom: 0;
    }
  }

  .voice-content-item-title {
    font-family: "Zen Old Mincho", serif;
    font-size: 3.2rem;
    line-height: 160%;
    font-weight: 700;
    margin-bottom: 6rem;
  }

  .voice-content-item-image {
    height: 44rem;
    width: 100%;
    object-fit: cover;
    margin-bottom: 6rem;
    object-position: 50% 30%;
  }

  .voice-content-item-content {
    margin-bottom: 4rem;
    display: grid;
    grid-template-columns: 12rem 1fr;
    gap: 1rem;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .voice-content-item-content-name {
    font-weight: 500;
    font-size: 2rem;
  }

  .main-button {
    margin: 8rem auto;
  }
}

@media (max-width: 780px) {
  .voice-content {
    .voice-content-item {
      margin-bottom: 6rem;
    }

    .voice-content-item-title {
      font-size: 1.6rem;
      line-height: 180%;
      font-weight: 500;
      margin-bottom: 2rem;
    }

    .voice-content-item-image {
      height: 21.6rem;
      margin-bottom: 3.2rem;
    }

    .voice-content-item-content {
      margin-bottom: 3.2rem;
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .voice-content-item-content-name {
      font-size: 1.6rem;
      line-height: 100%;
    }

    .main-button {
      margin-top: 6rem;
      margin-bottom: 4rem;
    }
  }
}
