@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Sawarabi+Mincho&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-family: Futura, "Futura", sans-serif;
  font-size: clamp(24px, 5vw, 50px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h2,
.h2-like {
  font-family: Futura, "Futura", sans-serif;
  font-size: 50px;
  font-weight: 500;
}

h3,
.h3-like {
  font-family: Futura, "Futura", sans-serif;
  font-size: clamp(25px, 3.5vw, 35px);
  font-weight: 700;
}

h4,
.h4-like {
  font-size: clamp(20px, 2.5vw, 25px);
  font-weight: 700;
}

p,
.p-like {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 250%;
}

.p-small,
.p-16 {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: clamp(16px, 1.8vw, 18px);
}

.p-64 {
  font-size: clamp(32px, 6vw, 64px);
}

.p-60 {
  font-size: clamp(50px, 6vw, 60px);
}

.p-50 {
  font-size: clamp(20px, 2.8vw, 50px);
}

.p-45 {
  font-size: clamp(20px, 4vw, 45px);
}

.p-35 {
  font-size: clamp(18px, 3vw, 35px);
}

.p-24 {
  font-size: clamp(16px, 2vw, 24px);
}

.p-20 {
  font-size: clamp(16px, 2vw, 20px);
}

.post-main {
  width: 100%;
  padding-bottom: clamp(40px, 10vw, 140px);
}
.post-main h1 {
  margin: clamp(40px, 10vw, 140px) auto clamp(30px, 6vw, 60px) auto;
  text-align: center;
}

.news-landing {
  background-color: #F3FCEC;
  margin-bottom: clamp(80px, 12vw, 120px);
}

.post-landing {
  background-color: #FCF5EA;
}

.navigation .nav-links {
  margin: auto;
  width: fit-content;
}
.navigation .nav-links .page-numbers {
  margin: auto 0.5em;
  color: #575757;
}
.navigation .nav-links .page-numbers.current {
  font-size: 1.2em;
  color: #707070;
}

.post-body {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  align-self: center;
  position: relative;
  min-height: 40vh;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 40px 2% clamp(40px, 10vw, 100px) 2%;
  overflow-x: hidden;
}
.post-body .post-date {
  margin-bottom: 1em;
}
.post-body .tag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}
.post-body .tag-list a {
  color: #D7EBD3;
}
.post-body .tag-list a:hover {
  color: #F3FCEC;
}
.post-body .tag-list a {
  margin-right: 10px;
}
.post-body .tag-list a:before {
  content: "#";
}

/*# sourceMappingURL=post.css.map */
