@charset "utf-8";

/* -----------------------------------------------------
一覧
----------------------------------------------------- */
.post_list_wrapper.voice .introduction {
  margin-bottom: 32px;
}

.post_list_wrapper.voice .post_list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 31%);
  grid-gap: 18px 3.5%;
}
body.post_type_slug_voice .post_list_wrapper.voice .post_list {
  justify-content: normal;
}
.post_list_wrapper.voice a {
  flex-flow: column;
  gap: 14px;
}

.post_list_wrapper.voice .content {
  display: flex;
  flex-flow: column;
  gap: 2px;
}
.post_list_wrapper.voice .private_label {
  font-size: 1.4rem;
}

.post_list_wrapper.voice .title {
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.6;
}
.post_list_wrapper.voice .name {
  font-size: 1.3rem;
  color: var(--gray_color);
}

.post_list_wrapper.voice .img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.post_list_wrapper.voice .img img,
.post_list_wrapper.voice .img svg {
  transition: transform 0.4s;
  transform: scale(1);
  will-change: transform;
}
.post_list_wrapper.voice a:hover .img img,
.post_list_wrapper.voice a:hover .img svg {
  transform: scale(1.04);
}
.post_list_wrapper.voice .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1000px) {
  .post_list_wrapper.voice .post_list {
    grid-template-columns: repeat(auto-fit, 47.5%);
    grid-gap: 24px 5%;
  }
}

@media (max-width: 640px) {
  .post_list_wrapper.voice .post_list {
    grid-template-columns: repeat(auto-fit, 100%);
    grid-gap: 24px;
  }
}

/* -----------------------------------------------------
詳細
----------------------------------------------------- */
.post_detail_wrapper.voice .main_img {
  text-align: center;
  background-color: var(--gray_color_super_light);
  margin-bottom: 30px;
}
.post_detail_wrapper.voice .main_img img {
  max-height: 660px;
}
.post_detail_wrapper.voice header .title {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.post_detail_wrapper.voice header .name {
  margin-bottom: 1em;
}

.post_detail_wrapper.voice .voice_contents {
  border: 1px solid var(--black_color);
  padding: 4% 5.5%;
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.post_detail_wrapper.voice .voice_contents h3 {
  font-size: 1.9rem;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  letter-spacing: 0.01em;
  margin-bottom: 0.8em;
}
.post_detail_wrapper.voice .voice_contents h3::before {
  position: absolute;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 1, 'wght' 100, 'GRAD' 0, 'opsz' 24;
  content: '\e253';
  top: 5px;
  left: 0;
  font-size: 23px;
}

.post_detail_wrapper.voice .voice_handwriting {
  max-width: 640px;
  margin: 0 auto;
  text-align: right;
}
.post_detail_wrapper.voice .voice_handwriting .img {
  border: 1px dotted var(--gray_color);
  padding: 4px;
  cursor: pointer;
}
.post_detail_wrapper.voice .voice_handwriting:hover img {
  opacity: 0.7;
}
.post_detail_wrapper.voice .voice_handwriting .notes {
  margin-top: 0.6em;
  font-size: 1.4rem;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.post_detail_wrapper.voice .voice_handwriting .notes::before {
  position: absolute;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 24;
  content: '\e8ff';
  top: 2px;
  left: 0;
  font-size: 21px;
}

.post_detail_wrapper.voice #modal_voice_handwriting.modal_common .wrap_modal_contents {
  max-width: 1200px;
}

.post_detail_wrapper.voice .wrap_voice_comment {
  margin-top: 50px;
  background-color: var(--gray_color_super_light);
  padding: 24px;
}
.post_detail_wrapper.voice .wrap_voice_comment .staff {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.post_detail_wrapper.voice .wrap_voice_comment .staff .img {
  aspect-ratio: 1 / 1;
  width: 70px;
}
.post_detail_wrapper.voice .wrap_voice_comment .staff .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .post_detail_wrapper.voice .wrap_profile_main {
    flex-flow: column;
    flex-direction: column-reverse;
  }
  .post_detail_wrapper.voice .profile_main {
    gap: 16px;
  }
  .post_detail_wrapper.voice .has_image .profile_main,
  .post_detail_wrapper.voice .no_image .profile_main,
  .post_detail_wrapper.voice .wrap_profile_main .voice_img {
    width: 100%;
  }
  .post_detail_wrapper.voice .profile_main header {
    line-height: 1.5;
  }
  .post_detail_wrapper.voice .profile_main header .katagaki {
    font-size: 1.5rem;
  }
  .post_detail_wrapper.voice .profile_main header .name {
    font-size: 3.6rem;
  }
  .post_detail_wrapper.voice .profile_main header .kana {
    font-size: 1.5rem;
  }
  .post_detail_wrapper.voice .message {
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: 40px;
  }
  .post_detail_wrapper.voice .profile .wrap_loop_contents .loop_content {
    gap: normal;
  }
  .post_detail_wrapper.voice .profile .wrap_loop_contents .loop_content .midashi {
    font-size: 1.7rem;
  }
}
