.post__wrapper {
  display: grid;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .post__wrapper {
    gap: 6.8333333333%;
    grid-template-columns: 1fr 15rem;
  }
}
@media screen and (min-width: 992px) {
  .post__wrapper {
    grid-template-columns: 1fr 16.25rem;
  }
}
@media screen and (min-width: 1200px), print {
  .post__wrapper {
    grid-template-columns: 1fr 18.75rem;
  }
}

.post-head__ad {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .post-head__ad {
    display: none;
  }
}

.post-head__ad_list {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
@media screen and (min-width: 576px) {
  .post-head__ad_list {
    gap: 0.625rem;
    flex-direction: row;
  }
}

.post-head__ad_item img {
  width: 100%;
  aspect-ratio: 390/48;
  object-fit: cover;
}

.post-head h1 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .post-head h1 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  .post-head h1 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1200px), print {
  .post-head h1 {
    font-size: 1.875rem;
  }
}

.post-head__info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .post-head__info {
    margin-bottom: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .post-head__info .category {
    padding: 0.8em 1em;
  }
}

.post-head__info .date {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .post-head__info .date {
    font-size: 1.0625rem;
  }
}

.post-head__status {
  display: flex;
  align-items: center;
  gap: 0.625rem 1.5rem;
  flex-wrap: wrap;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .post-head__status {
    margin-top: 1.125rem;
  }
}

.post-head__status_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.post-head__status_member {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 0.8125rem;
  color: #153E68;
  letter-spacing: 0.022em;
}
@media screen and (min-width: 576px) {
  .post-head__status_member {
    font-size: 1rem;
  }
}

.post-head__social {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .post-head__social {
    margin-top: 2.375rem;
  }
}

.post__article_content {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .post__article_content {
    margin-top: 1.25rem;
  }
}

.post__article_content--news {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .post__article_content--news {
    margin-top: 3.125rem;
  }
}

.post__article_ad {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .post__article_ad {
    margin-top: 5rem;
  }
}

.post__article_social {
  text-align: center;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .post__article_social {
    margin-top: 3.75rem;
  }
}

.post__article_social_title {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post__article_social_title {
    font-size: 1rem;
  }
}

.post__article_social .social {
  justify-content: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .post__article_social .social {
    margin-top: 1.125rem;
  }
}

.post__article_content.is-member {
  position: relative;
}

.post__article_content.is-member::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.8125rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0));
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .post__article_content.is-member::before {
    height: 4.6875rem;
  }
}

.post__article_author {
  padding: 1.875rem;
  margin-top: 1.875rem;
  background-color: #FFFAF3;
}
@media screen and (min-width: 768px) {
  .post__article_author {
    margin-top: 2.5rem;
    padding: 1.875rem 1.5625rem;
  }
}

.post__article_author_position {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #3C3C3C;
}
@media screen and (min-width: 768px) {
  .post__article_author_position {
    font-size: 1rem;
  }
}

.post__article_author_name {
  font-size: 0.9375rem;
  color: #3C3C3C;
  font-weight: 700;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .post__article_author_name {
    font-size: 1.0625rem;
  }
}

.post__article_author_text {
  font-size: 0.8125rem;
  color: #3C3C3C;
  line-height: 1.9285714286;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .post__article_author_text {
    font-size: 0.875rem;
  }
}

.post__article_pagination {
  margin-top: 3.75rem;
}

.post__article_member {
  padding: 1.875rem 6%;
  margin-top: 0.9375rem;
  border-radius: 1.25rem;
  background-color: #F8F6EF;
}
@media screen and (min-width: 321px) {
  .post__article_member {
    padding: 1.875rem 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .post__article_member {
    margin-top: 1.25rem;
    padding: 3.125rem 1.5625rem;
  }
}
@media screen and (min-width: 1400px) {
  .post__article_member {
    padding: 3.125rem 6.1124694377%;
  }
}

.post__article_member_inner {
  position: relative;
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .post__article_member_inner {
    display: grid;
    gap: 1.25rem;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "member-body member-body" "member-image-l member-image-r";
  }
}
@media screen and (min-width: 1200px), print {
  .post__article_member_inner {
    align-items: flex-end;
    gap: 4.6454767726%;
    grid-template-columns: repeat(3, auto);
    grid-template-areas: "member-image-l member-body member-image-r";
    max-width: 100%;
    margin-inline: 0;
  }
}

.post__article_member_body {
  max-width: 24.0625rem;
  grid-area: member-body;
  justify-self: center;
}

.post__article_member_head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 576px) {
  .post__article_member_head {
    gap: 1.125rem;
  }
}

.post__article_member_head .icon {
  width: 1.25rem;
}
@media screen and (min-width: 400px) {
  .post__article_member_head .icon {
    width: 1.5625rem;
  }
}

.post__article_member_head_text {
  font-size: 0.75rem;
  letter-spacing: 0.022em;
  line-height: 1.625;
}
@media screen and (min-width: 576px) {
  .post__article_member_head_text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 992px) {
  .post__article_member_head_text {
    font-size: 1rem;
  }
}

.post__article_member_buttons {
  display: grid;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .post__article_member_buttons {
    margin-top: 2rem;
    gap: 0.875rem;
  }
}

.post__article_member_buttons .button {
  font-size: 0.875rem;
}
@media screen and (min-width: 321px) {
  .post__article_member_buttons .button {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .post__article_member_buttons .button {
    font-size: 1rem;
  }
}

.post__article_member_image-l,
.post__article_member_image-r {
  display: none;
}
@media screen and (min-width: 768px) {
  .post__article_member_image-l,
  .post__article_member_image-r {
    display: block;
  }
}

.post__article_member_image-l {
  justify-self: center;
  grid-area: member-image-l;
}

.post__article_member_image-r {
  justify-self: center;
  grid-area: member-image-r;
}
@media screen and (min-width: 1200px), print {
  .post__article_member_image-r {
    transform: translateY(20px);
  }
}

.post__article_button {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post__article_button {
    margin-top: 3.75rem;
  }
}

.post__article_button .button {
  max-width: 21.125rem;
}
@media screen and (min-width: 768px) {
  .post__article_button .button {
    max-width: 21.75rem;
  }
}

.post__article_entry {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .post__article_entry {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .post__article_entry {
    margin-top: 7.5rem;
  }
}

.post__article_entry .entry__title {
  text-align: center;
}/*# sourceMappingURL=style-post.css.map */