/*------------------------------------------
  ly_archive
------------------------------------------*/
.ly_archive {
  padding-inline: 20px;
/*   padding-block: 80px 40px; */
  /* background-color: #f0e4de; */
}

.ly_archive.ly_result {
  padding-block: 130px 80px;
}

.ly_archive .bl_intro {
  position: relative;
  max-width: 400px;
  margin-inline: auto;
}

.ly_archive .bl_intro::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-width: 335px;
  height: 100%;
  min-height: 60px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('/wp-content/themes/Haliitokyo-child/img/top/top-voiceHeading.svg');
}

.ly_archive.ly_result .bl_intro::before {
  background-image: url('/wp-content/themes/Haliitokyo-child/img/top/top-beforeafterHeading.svg');
}

.ly_archive .bl_intro h2 {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 10;
}

.ly_archive .bl_intro p {
  position: absolute;
  font-size: 40px;
  font-weight: 800;
  height: 100%;
  opacity: 0.8;
  line-height: 1em;
  z-index: 0;
}

.ly_archive .bl_intro p:nth-of-type(1) {
  top: -20px;
  left: 0px;
}

.ly_archive .bl_intro p:nth-of-type(2) {
  top: -20px;
  right: 0px;
}

.ly_archive.ly_Comment .bl_intro p:nth-of-type(1) {
  top: -20px;
  left: 8px;
}

.ly_archive.ly_Comment .bl_intro p:nth-of-type(2) {
  top: 20px;
  right: 8px;
}

.ly_archive .bl_contWrap {
  max-width: 1040px;
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

.bl_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bl_archive_list {
  padding-block: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}

.bl_archive_item {
  /* min-width: 335px; */
  max-width: 375px;
  margin-inline: auto;
  padding-inline: 8px;
  height: 100%;
}

.bl_archive_thumb {
  width: 100%;
  overflow: hidden;
  padding: 28px 28px 0 28px;
  border-radius: 16px 16px 0 0;
  background-image: url('../img/footer/footer-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.bl_archive_thumb::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 13.435L1.06066 7.42462L6.01041 12.3744L0 13.435Z' fill='black'/%3E%3Cpath d='M13.435 0L7.42462 1.06066L12.3744 6.01041L13.435 0Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2922 3.84992L3.88909 10.253L3.18198 9.54594L9.5851 3.14282L10.2922 3.84992Z' fill='black'/%3E%3C/svg%3E");
}

.bl_archive_thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px 12px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

.ly_result .bl_archive_thumb {
  padding: 0;
}

.ly_result .bl_archive_thumb img {
  padding: 0;
  border-radius: 0;
  aspect-ratio: unset;
}

.bl_archive_text {
  padding: 20px;
  background-color: #f5f5f5;
}

.ly_archiveVoice .bl_archive_text .bl_content,
.ly_archiveVoice .bl_archive_text .bl_content {
  min-height: 240px;
}

.bl_archive_text h3 a {
  font-size: 18px;
  font-weight: 800;
  color: #000000;
}

.bl_archive_text p {
  margin-top: 14px;
}

.bl_content>p {
  /* min-height: 220px; */
}

.bl_archive_text .bl_category {
  padding-block: 4px;
  border-bottom: 1px solid #000000;
}

.modal img {
  max-width: unset;
  height: unset;
}

/*------------------------------------------
  ly_voice 推薦者のお声
------------------------------------------*/
.ly_voice {
  padding-inline: 20px;
  padding-block: 80px;
}

.bl_voice_intro {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  width: 224px;
  margin-top: 88px;
  margin-inline: auto;
  position: relative;
  font-weight: 600;
}

/* カテゴリー選択タブ */
.ly_archiveVoice .bl_category_dropdown {
  margin-top: unset;
  margin-inline: 0;
}

.bl_voice_intro::before {
  position: absolute;
  content: '';
  top: -92px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-image: url('/wp-content/themes/Haliitokyo-child/img/top/top_voice_heading.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.bl_voice_intro h2 {
  font-size: 20px;
}

.bl_voice_intro p {
  font-size: 14px;
}

.ly_voice ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-top: 40px;
  margin-inline: auto;
}

.ly_voice ul li {
  display: flex;
  flex-direction: column;
  position: relative;
}

.ly_voice ul li .el_comment {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  padding: 4px;
}

.ly_voice ul li .el_comment::before {
  content: '';
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/themes/Haliitokyo-child/img/top/top-voiceComment-svgL.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.ly_voice ul li .el_comment::after {
  content: '';
  position: absolute;
  right: -6px;
  top: -6px;
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/themes/Haliitokyo-child/img/top/top-voiceComment-svgR.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.ly_voice ul li .el_imgWrap {
  margin-top: 20px;
}

.ly_voice ul li .el_voiceName {
  font-size: 18px;
  font-weight: 800;
  margin-top: 16px;
}

.ly_voice ul li>p {
  font-size: 14px;
  margin-top: 10px;
}

@media (min-width: 375px) {}

@media (min-width: 768px) {
  .Breadcrumb {
	margin-bottom: 0 !important;
  }
	
  .ly_archive {
    padding-inline: 40px;
  }

  .bl_archive_item {
    margin-inline: unset;
  }

  .bl_archive_list {
    justify-content: center;
    padding-block: 80px;
    gap: 40px 18px;
  }
}

@media (min-width: 1280px) {
  .ly_archive .bl_contWrap {
    max-width: 1208px;
  }

  .bl_archive_item {
    min-width: unset;
    max-width: unset;
    width: 50%;
  }

  .bl_archive_list {
    justify-content: flex-start;
    padding-block: 80px;
    gap: 40px 0px;
  }
}

@media (min-width: 1640px) {}