.p-post {
  padding-bottom: clamp(4rem, 8.3333333333vw, 10rem);
}
.p-post__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: clamp(1.5rem, 2.6041666667vw, 3.125rem);
}
.p-post__header__title {
  width: 100%;
  margin-bottom: clamp(1rem, 1.40625vw, 1.6875rem);
  padding-bottom: 0.2em;
  font-weight: 700;
}
.p-post__header__deta {
  margin-right: 1rem;
}
.p-post__header__category {
  padding: 0 0.5rem;
  background-color: var(--color_mono04);
  color: var(--color_mono02);
  font-size: 0.8rem;
}
.p-post__content > * {
  margin-bottom: 1.5rem;
}
.p-post__content a {
  color: var(--color_pink01);
}
.p-post__content__name {
  text-align: right;
}
.p-post__profile {
  margin-top: clamp(4rem, 6.4583333333vw, 7.75rem);
}
.p-post__profile__title {
  margin-bottom: 1rem;
  color: var(--color_pink01);
  font-size: 1.25rem;
  font-weight: 700;
}
.p-post__profile__owner {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
.p-post__profile__name {
  line-height: 1.25;
  font-size: clamp(1.5em, 2.3958333333vw, 2.875rem);
  font-weight: 700;
}
.p-post__back {
  margin-top: clamp(4rem, 5.625vw, 6.75rem);
  padding: clamp(0.5rem, 1.1458333333vw, 1.375rem);
  display: grid;
  justify-content: center;
  background-color: var(--color_mono06);
}
.p-post__back__text {
  display: flex;
  align-items: center;
}
.p-post__back__text:after {
  content: "";
  display: block;
  width: clamp(1rem, 1.0416666667vw, 1.25rem);
  aspect-ratio: 1/1;
  margin-left: 0.5rem;
  background-image: url(../img/pink-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .p-post__header__title {
    font-size: var(--f36);
    border-bottom: 1px solid var(--color_pink01);
  }
  .p-post__header__deta, .p-post__header__category {
    font-size: var(--f20);
  }
  .p-post__content {
    font-size: var(--f20);
  }
  .p-post__content > * {
    margin-bottom: 2.5rem;
  }
  .p-post__profile__title {
    font-size: var(--f30);
  }
  .p-post__back {
    font-size: var(--f20);
  }
}/*# sourceMappingURL=single.css.map */