@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap");
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
}

.responsive-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .responsive-small {
    display: unset;
  }
}

.responsive-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .responsive-mid {
    display: unset;
  }
}

.responsive-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .responsive-wide {
    display: unset;
  }
}

.responsive-xl {
  display: none;
}
@media screen and (min-width: 1921px) {
  .responsive-xl {
    display: unset;
  }
}

.no-sp {
  display: none;
}
@media screen and (min-width: 801px) {
  .no-sp {
    display: unset;
  }
}

.no-sp-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .no-sp-small {
    display: unset;
  }
}

.no-sp-small-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .no-sp-small-mid {
    display: unset;
  }
}

.no-sp-small-mid-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .no-sp-small-mid-wide {
    display: unset;
  }
}

.xl-only {
  display: none;
}
@media screen and (min-width: 1921px) {
  .xl-only {
    display: unset;
  }
}

@font-face {
  font-family: hamburgHand;
  font-weight: bold;
  src: url(../assets/fonts/HamburgHand-Bold.otf) format("opentype");
}
@font-face {
  font-family: hamburgHandReg;
  font-weight: 400;
  src: url(../assets/fonts/HamburgHand-Regular.otf) format("opentype");
}
.f-hamb-reg {
  font-family: hamburgHandReg !important;
  font-weight: 400;
}

.f-hamb {
  font-family: hamburgHand !important;
  font-weight: bold;
}

.f-source-b {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}

.f-source-reg {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 400;
}

.f-source-med {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 500;
}

.f-yumin-exb {
  font-family: YuMincho, "YuMincho", "Yu Mincho", "Noto Serif JP", serif !important;
  font-weight: 900;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-family: hamburgHand !important;
  font-weight: bold;
  font-size: clamp(4rem, 8vw, 11.6rem);
  font-weight: 700;
  line-height: 110%;
}

h2,
.h2-like {
  font-family: hamburgHand !important;
  font-weight: bold;
  font-size: clamp(4rem, 7vw, 11.6rem);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.1em;
}

h3,
.h3-like {
  font-size: clamp(2.4rem, 3vw, 5rem);
  line-height: 170%;
  font-weight: 700;
  letter-spacing: 0.1em;
}

h4,
.h4-like {
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 700;
}

.p-36 {
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
}

.p-small {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.p-bold {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

.news-container {
  width: 1400px;
  max-width: 82%;
  margin: 100px auto 0 auto;
}
.news-container .newest-post {
  margin: 0 0 60px 0;
}
.news-container .newest-post h3 {
  font-size: 24px;
  margin-bottom: 0.5em;
  padding-bottom: 0.4em;
}
.news-container .newest-post p.newest-date {
  font-size: 0.8em;
}
.news-container .bloglist-area {
  width: 100%;
}
.news-container .bloglist-area h3 {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #3A9366;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
}
.news-container .bloglist-area .post-row {
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 2px solid #CCCCCC;
  padding: 1em 0.25em;
  width: 100%;
  max-width: 100%;
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}
.news-container .bloglist-area .post-row span.blog-date,
.news-container .bloglist-area .post-row span.blog-title {
  box-sizing: border-box;
  width: 100%;
  padding: 0.25em 0;
  margin: 0 0 0 0;
  font-weight: bold;
}
.news-container .post-nav {
  margin: clamp(20px, 4vw, 40px) auto 0 auto;
}
@media screen and (min-width: 801px) {
  .news-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news-container .newest-post {
    order: 2;
    width: 35%;
    max-width: 300px;
    margin: clamp(60px, 8vw, 120px) 0 0 0;
  }
  .news-container .bloglist-area {
    order: 1;
    width: 60%;
    max-width: 800px;
  }
  .news-container .bloglist-area h3 {
    max-width: 440px;
    margin-bottom: 1em;
  }
  .news-container .bloglist-area .post-row {
    flex-direction: row;
  }
  .news-container .bloglist-area .post-row span.blog-date {
    width: 30%;
    padding: 1em 1em 1em 0;
  }
  .news-container .bloglist-area .post-row span.blog-title {
    width: 70%;
    padding: 1em 1em 1em 0;
  }
  .news-container .post-nav {
    order: 3;
    width: 100%;
  }
}

.post-main .breadcrumbs {
  margin: 1.6em 0 1em 0;
  flex-wrap: wrap;
  font-weight: 700;
}
.post-main .breadcrumbs .spacer {
  margin: 0 1em;
}

.post-landing {
  margin-top: clamp(30px, 8vw, 160px);
}

.post-body {
  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#article-area {
  scroll-margin-top: 200px;
}
.post-body .post-meta {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1em;
}
.post-body .post-date {
  width: 35%;
}
.post-body .tag-list {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
}
.post-body .tag-list a {
  margin: 0.1em 0.5em;
}
.post-body .tag-list a:before {
  content: "#";
}

.nav-elements {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav-elements a {
  box-sizing: border-box;
  width: 50%;
}
.nav-elements a:first-child {
  padding-right: 1em;
  text-align: start;
}
.nav-elements a:last-child {
  padding-left: 1em;
  text-align: end;
}

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