@charset "UTF-8";
/* ******************************************************
common
********************************************************/
.l-post_content p,
.l-post_content div {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.l-post_content h2 {
  font-size: 4.3vw;
  font-size: clamp(18px, 4.6vw, 24px);
  font-weight: 600;
  margin: 2% 0 1.5%;
}

@media (min-width: 1025px) {
  .l-post_content h2 {
    margin: 30px 0 20px;
  }
}

.l-post_content h3 {
  font-size: 3.9vw;
  font-size: clamp(16px, 4.1vw, 21px);
  font-weight: 400;
  margin: 2% 0 1.5%;
}

@media (min-width: 1025px) {
  .l-post_content h3 {
    margin: 25px 0 15px;
  }
}

.l-post_content h4 {
  font-size: 3.6vw;
  font-size: clamp(16px, 3.6vw, 18px);
  font-weight: 400;
  margin: 1% 0 0.5%;
}

@media (min-width: 1025px) {
  .l-post_content h4 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
}

.l-post_content h5 {
  font-size: 3.6vw;
  font-size: clamp(16px, 3.6vw, 18px);
  font-weight: 400;
  margin: 1% 0 0.5%;
}

@media (min-width: 1025px) {
  .l-post_content h5 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
}

.l-post_content img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#header {
  background-color: #82acba;
  position: relative;
  top: 0;
  height: 60px;
  width: 100%;
}

.p-post {
  font-size: 3.4vw;
  font-size: clamp(12px, 3.4vw, 15px);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.p-post h1 {
  font-size: 4.8vw;
  font-size: clamp(20px, 5.2vw, 30px);
  font-weight: 600;
}

.l-post-wrap {
  margin: 8em 0;
}

.l-inner {
  padding: 0 5%;
}

@media (min-width: 1025px) {
  .l-inner {
    max-width: 800px;
    padding: 0;
  }
}

video {
  width: 100%;
}

.l-post_header {
  margin: 6em 0 1em;
}

.l-header_inner {
  background-color: #82acba;
}

.l-post_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.5vw;
  font-size: clamp(12px, 3.5vw, 15px);
  font-weight: 400;
  margin-top: 1em;
}

@media (min-width: 1025px) {
  .l-post_detail {
    font-size: 14px;
  }
}

.l-post_category {
  margin-left: 3%;
  padding-left: 3%;
  position: relative;
}

.l-post_category::after {
  background: #393938;
  content: "";
  position: absolute;
  height: 60%;
  top: 20%;
  left: 0;
  width: 1px;
}

.l-post_thumb {
  margin-bottom: 5em;
}

.l-post_thumb img {
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* ******************************************
最新記事一覧
*********************************************/
.l-post_new {
  border-top: 1px solid #393938;
  margin-top: 4.5em;
  padding-top: 1em;
}

@media (min-width: 1025px) {
  .l-post_new_ttl {
    margin: 0 !important;
  }
}

.l-post_new_lists {
  overflow: auto;
  /* white-space: nowrap; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* &::-webkit-scrollbar-track {
    background-color: #ccc;
  } */
}

.l-post_new_lists::-webkit-scrollbar {
  height: 5px;
}

.l-post_new_lists::-webkit-scrollbar-thumb {
  background-color: #bbb;
}

@media (min-width: 1025px) {
  .l-post_new_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-post_new_list {
  /* display: inline-block; */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 5% 3% 3% 0;
  width: 65%;
  /* &:nth-of-type(odd) {
    margin-right: 4%;
    @include pc {
      margin-right: 0;
    }
  } */
}

@media (min-width: 1025px) {
  .l-post_new_list {
    margin-right: 0;
    width: 32%;
  }
  .l-post_new_list:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
  .l-post_new_list a:hover .l-post_new_thumb img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.l-post_new_thumb {
  overflow: hidden;
}

.l-post_new_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  height: auto;
  -webkit-transition: 1500ms;
  transition: 1500ms;
  width: 100%;
}

.l-post_new_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(12px, 3.1vw, 14px);
  margin-top: 2%;
}

@media (min-width: 1025px) {
  .l-post_new_info {
    font-size: 12px;
  }
}

.l-post_new_category {
  position: relative;
  margin-right: 3%;
  padding-right: 3%;
}

@media (min-width: 1025px) {
  .l-post_new_category {
    margin-right: 2.5%;
    padding-right: 2.5%;
  }
}

.l-post_new_category::after {
  background-color: #393938;
  content: "";
  position: absolute;
  margin-left: 2%;
  top: 20%;
  right: 0;
  height: 60%;
  width: 1px;
}

.l-post_new_list_ttl {
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 600;
  margin-top: 2%;
  /* @include pc {
    margin: 10px 0 0;
  } */
}

.l-back_btn {
  margin: 10vw auto 0;
  width: 35%;
}

.l-back_btn .m-txtbtn {
  background-color: #000;
  font-size: clamp(12px, 3.2vw, 15px);
}

.l-back_btn .m-txtbtn::after {
  background-color: #000;
}

.l-back_btn .m-txtbtn:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #000;
}

@media (min-width: 1025px) {
  .l-back_btn {
    margin: 6em auto 0;
    width: 200px;
  }
}
/*# sourceMappingURL=singlepost.css.map */