.post .post__wrapper {
  background-color: var(--v-color-white);
  border-radius: 24px;
  padding: 48px 56px 40px;
}
.post .post__wrapper .post__date {
  font-size: 14px;
}
.post .post__wrapper .post__cat {
  border: 1px solid var(--v-color-green);
  border-radius: 4px;
  color: var(--v-color-green);
  font-size: 14px;
  margin-left: 16px;
  padding: 0 16px;
}
.post .post__wrapper .post__title {
  font-family: "Zen Maru Gothic";
  font-size: var(--v-fs-h1);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3%;
  margin-top: 16px;
}
.post .post__wrapper .post__cover {
  border-radius: 24px;
  margin: 40px 0;
  overflow: hidden;
}
.post .post__wrapper .post__cover img {
  width: 100%;
}
.post .post__wrapper p {
  font-family: "Zen Kaku Gothic New";
  font-size: var(--v-fs-main);
  line-height: 180%;
  letter-spacing: 3px;
  margin-bottom: 32px;
}
.post .post__wrapper p a {
  color: var(--v-color-red);
}
.post .post__wrapper p a:hover {
  text-decoration: none;
}
.post figure img {
  max-width: 100%;
}
.post figure .caption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 180%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 32px;
}
.post h2 {
  background-color: #f9e1e3;
  border: 1px solid #524741;
  border-radius: 8px;
  font-family: "Zen Maru Gothic";
  font-size: var(--v-fs-h1);
  line-height: 150%;
  letter-spacing: 3%;
  margin-bottom: 45px;
  padding: 8px 16px 10px;
  position: relative;
}
.post h2::before {
  background-color: #f9e1e3;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.post h3 {
  border-bottom: 2px dashed var(--v-color-red);
  font-size: var(--v-fs-h3);
  font-family: "Zen Maru Gothic";
  line-height: 150%;
  letter-spacing: 3%;
  margin-bottom: 45px;
  padding: 8px;
}
.post h4 {
  font-family: "Zen Maru Gothic";
  font-size: var(--v-fs-h4);
  line-height: 150%;
  letter-spacing: 3%;
  margin-bottom: 40px;
  position: relative;
}
.post h4::before {
  content: "";
  background-image: url("./arrow.png");
  background-position: center;
  background-size: 100% 100%;
  display: inline-block;
  height: 28px;
  margin-right: 16px;
  position: relative;
  top: 2px;
  width: 24px;
}
.post ul {
  border: 1px solid #dbdddc;
  border-radius: 16px;
  list-style: none;
  margin-bottom: 32px;
  padding: 24px;
}
.post ul li {
  font-family: "Zen Maru Gothic";
  font-size: var(--v-fs-main);
  line-height: 180%;
  letter-spacing: 3%;
  padding-left: 24px;
  position: relative;
}
.post ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 8px;
  height: 8px;
  background: #d9313c;
  border-radius: 50%;
}
.post ul li:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px dashed #dbdddc;
}
.post ol {
  counter-reset: list-counter;
  list-style: none;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  margin-bottom: 32px;
}
.post ol li {
  font-family: "Zen Maru Gothic";
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 3px;
}
.post ol li::before {
  counter-increment: list-counter;
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: var(--v-color-red);
  /* Red number */
}
.post {
  /* Dotted separator except last item */
}
.post ol li:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px dashed #dbdddc;
}
.post .qoute__box {
  background-color: rgba(249, 247, 234, 0.6);
  border-radius: 16px;
  margin-bottom: 32px;
  padding: 24px;
}
.post .qoute__box p {
  margin-bottom: 24px;
}
.post .qoute__box p + p {
  border-top: 1px solid #dbdddc;
  padding-top: 24px;
  margin-bottom: 0;
}
.post .post__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .post .post__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.post .post__nav .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--v-color-white);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  gap: 24px;
  padding: 24px;
  width: 48%;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1023px) {
  .post .post__nav .nav {
    width: 100%;
    height: 101px;
    gap: 16px;
  }
}
.post .post__nav .nav.next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.post .post__nav .nav.next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.post .post__nav .nav.prev::before,
.post .post__nav .nav.next::before {
  background-image: url("./img-vector.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 11px;
  width: 8px;
}
.post .post__nav .nav .post__cover {
  height: 107px;
  border-radius: 16px;
  width: 160px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .post .post__nav .nav .post__cover {
    width: 80px;
    height: 53px;
    border-radius: 8px;
  }
}
.post .post__nav .nav .post__cover img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.post .post__nav .nav .post__title {
  font-family: var(--v-ff-main);
  font-size: var(--v-fs-main);
  font-weight: var(--v-fw);
  line-height: var(--v-lh);
  letter-spacing: 0.03em;
  width: 240px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post .back__top {
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .post .post__wrapper {
    padding: 24px;
  }
  .post .post .post__wrapper .post__title {
    font-size: var(--v-fs-h1);
  }
  .post .post__wrapper .post__cover {
    border-radius: 16px;
  }
  .post .post__wrapper p {
    font-size: var(--v-fs-main);
  }
  .post h2 {
    font-size: var(--v-fs-h2);
  }
}