@charset "utf-8";

.post {
  margin: 226px 21% 114px 27%;
}
.post-datetime {
  font-family: "altivo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 14.5px;
}
.post__title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15.5px;
}
.category {
  width: clamp(2.875rem, 1.92rem + 4.77vw, 5.5rem);
  /* 1200vw:88px 320vw:46px */
  height: 32px;
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
  /* 1200vw:16px 320vw:10px */
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #11b91e;
  border: 1px solid #11b91e;
  padding: 4px 12px 3px;
  margin-bottom: 41px;
}
.category:hover {
  color: #fff;
  background-color: #63f26e;
  border: none;
}
.post__img--area {
  max-width: 1000px;
  border-radius: 10px;
  margin: 41px 0 69px 0;
}
.post__img {
  max-width: 1000px;
  width: 100%;
  object-fit: cover;
}
.post__text {
  margin-bottom: 114px;
}
.post__text--inner {
  /* font-size: clamp(1rem, 0.841rem + 0.8vw, 1.438rem); */
  /* 1200vw:23px 320vw:16px */
  font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
  /* 1920vw 22px:320vw 14px*/
  letter-spacing: 0.03em;
  line-height: 1.74;
  margin-bottom: 28px;
}

.online-post__list {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  /* 1200vw:22px 320vw:16px */
  margin: 0 0 16px 16px;
}
.online-post__list--item {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  /* 1200vw:20px 320vw:16px */
  line-height: 1.6;
  margin-left: 16px;
}
.online-post__list--item:last-of-type {
  margin-bottom: 50px;
}
.post__text--shop {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  /* 1200vw:22px 320vw:16px */
  margin-bottom: 10px;
}

/* Back Next */
.back-next {
  display: flex;
  justify-content: space-between;
  color: #11b91e;
  margin: 0 21% 243px 27%;
}
.back__area,
.next__area {
  display: flex;
  gap: 25px;
  align-items: center;
}
.back__area:hover,
.next__area:hover {
  color: #63f26e;
}
.first-next__area {
  margin-left: auto;
}
.back-next__text {
  font-family: "calluna", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 35px;
  letter-spacing: 0.03em;
}
.back__arrow,
.next__arrow {
  width: 18px;
}
.back__arrow:hover,
.back-next:hover {
  color: #63f26e;
}

@media (max-width: 767px) {
  .post {
    margin: 120px 10%;
  }
  .post-datetime {
    font-size: 14px;
  }
  .post__title {
    font-size: 15px;
    font-weight: 400;
    margin: 7px 0 11px 0;
  }
  .back-next {
    margin: 0 10% 80px;
  }
  .back__area,
  .next__area {
    gap: 12px;
  }
  .back-next__text {
    font-size: 24px;
  }
  .back__arrow,
  .next__arrow {
    width: 12px;
  }
}
