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

h1,
.h1-like {
  font-size: 36px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
}
h1.front-h1,
.h1-like.front-h1 {
  font-size: 24px;
}

h2,
.h2-like {
  font-size: 28px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  color: #D0AE00;
}

h3,
.h3-like {
  font-size: 20px;
  font-weight: 700;
}

h4,
.h4-like {
  font-size: 16px;
  font-weight: 700;
  font-weight: bold;
}

p,
.p-like {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

.p-small {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 14px;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

.p-28 {
  font-size: 24px;
}

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

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

@media screen and (min-width: 500px) {
  h1,
  .h1-like {
    font-size: 48px;
  }
  h1.front-h1,
  .h1-like.front-h1 {
    font-size: 28px;
  }
  h2,
  .h2-like {
    font-size: 32px;
  }
  h3,
  .h3-like {
    font-size: 20px;
  }
  h4,
  .h4-like {
    font-size: 16px;
  }
  p,
  .p-like {
    font-size: 14px;
  }
  .p-small {
    font-size: 10px;
  }
  ul li, ol li {
    font-size: 14px;
  }
  .p-28 {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  h1,
  .h1-like {
    font-size: 64px;
  }
  h1.front-h1,
  .h1-like.front-h1 {
    font-size: 32px;
  }
  h2,
  .h2-like {
    font-size: 36px;
  }
  h3,
  .h3-like {
    font-size: 24px;
  }
  h4,
  .h4-like {
    font-size: 18px;
  }
  p,
  .p-like {
    font-size: 16px;
    line-height: 200%;
  }
  .p-small {
    font-size: 11px;
  }
  ul li, ol li {
    font-size: 16px;
  }
  .p-28 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1-like {
    font-size: 80px;
  }
  h1.front-h1,
  .h1-like.front-h1 {
    font-size: 35px;
  }
  h2,
  .h2-like {
    font-size: 40px;
  }
  h3,
  .h3-like {
    font-size: 24px;
  }
  h4,
  .h4-like {
    font-size: 18px;
  }
  p,
  .p-like {
    font-size: 16px;
  }
  .p-small {
    font-size: 12px;
  }
  ul li, ol li {
    font-size: 16px;
  }
}
.font-shuei-l {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-yugothic {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-weight: bold;
}

header .nav-container ul li a {
  color: #464646;
}

.news-landing {
  padding-top: calc(100px + 17vh);
}

.news-main {
  background: url(../img/news/palm-l.svg) left top 50vh no-repeat, url(../img/news/palm-r.svg) right top 50vh no-repeat;
  background-size: calc((100vw - clamp(100px, 85.5vw, 1000px)) / 2 - 2vw);
}
@media screen and (max-width: 1600px) {
  .news-main {
    background-size: 300px;
  }
}
@media screen and (max-width: 800px) {
  .news-main {
    background-position: left top 15vh, right top 15vh;
    background-size: clamp(100px, 33vw, 300px);
  }
}
.news-main .news-landing .title-container {
  margin-bottom: 60px;
}
.news-main .news-landing .title-container .bottom-line {
  display: block;
  width: clamp(17px, 3.3vw, 34px);
  height: 1px;
  background-color: #464646;
}
.news-main .news-filter .news-row {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: clamp(40px, 7.2vw, 72px);
}
.news-main .news-filter .news-row .s-btn {
  margin: 4px 0;
}
.news-main .news-filter .news-row .s-btn p {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #606060;
  padding: 0 1em;
  border-right: 1px solid #464646;
  line-height: 120%;
}
.news-main .news-filter .news-row .s-btn:first-child p {
  padding-left: 0;
}
.news-main .news-filter .news-row .s-btn:last-child p {
  padding-right: 0;
  border-right: none;
}
.news-main .news-filter .news-row .s-btn:hover {
  opacity: 0.6;
}
.news-main .news-filter .news-row .s-btn.active-btn p {
  color: #DEC53F;
}
@media screen and (max-width: 500px) {
  .news-main .news-filter .news-row .s-btn p {
    font-size: 16px;
  }
}
.news-main .news-filter .current-cat-row {
  width: 100%;
  border-bottom: 1px solid #606060;
  margin-bottom: clamp(40px, 8vw, 80px);
}
.news-main .news-filter .current-cat-row h3 {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #606061;
  text-transform: uppercase;
  padding-bottom: 1em;
}
.news-main .post-nav {
  justify-content: center;
  align-items: center;
  margin: 40px auto clamp(120px, 20vw, 200px) auto;
}
.news-main .post-nav .nav-links {
  display: flex;
}
.news-main .post-nav .nav-links .page-numbers {
  font-size: 25px;
  color: #8D8C8C;
  margin: auto 0.5em auto 0;
  vertical-align: middle;
}
.news-main .post-nav .nav-links .page-numbers.current {
  color: #DEC53F;
}
.news-main .post-nav .nav-links .page-numbers:hover {
  opacity: 0.6;
}
.news-main .post-nav .nav-links .prev,
.news-main .post-nav .nav-links .next {
  width: fit-content;
}
.news-main .post-nav .nav-links .prev-btn {
  content: url(../img/common/pag-prev.svg);
  object-fit: contain;
  display: block;
  width: clamp(45px, 9vw, 90px);
  height: calc(clamp(45px, 9vw, 90px) * 0.66);
  margin-right: 1em;
}
.news-main .post-nav .nav-links .prev-btn:hover {
  opacity: 0.6;
}
.news-main .post-nav .nav-links .next-btn {
  content: url(../img/common/pag-next.svg);
  display: block;
  width: clamp(45px, 9vw, 90px);
  height: calc(clamp(45px, 9vw, 90px) * 0.66);
  margin-left: 0.5em;
}
.news-main .post-nav .nav-links .next-btn:hover {
  opacity: 0.6;
}

.post-main {
  padding-top: calc(100px + 17vh);
}
.post-main .title-section .info-row {
  margin-bottom: 30px;
}
.post-main .title-section .info-row .post-date {
  margin-right: 1em;
  color: #707070;
}
.post-main .title-section .info-row .post-category {
  background-color: #A8D7CC;
  color: #ffffff;
  list-style-type: none;
  padding: 6px 28px;
  z-index: 2;
}
.post-main .title-section h1 {
  color: #5f5f5f;
}

.post-body {
  position: relative;
  min-height: 40vh;
  box-sizing: border-box;
  padding: clamp(60px, 10vw, 100px) 1em;
  margin-top: 60px;
  background-color: #ffffff;
  border-top: 1px solid #5f5f5f;
  border-bottom: 1px solid #5f5f5f;
  overflow-x: hidden;
}
.post-body .content-wrapper {
  max-width: 100%;
}
.post-body .post-date {
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .post-body .gallery-main-img {
    width: 100% !important;
  }
}

.single-nav {
  margin: 50px 0 clamp(120px, 20vw, 200px) 0;
}

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