@charset "utf-8";
#mv .slideshow {
  height: 100%;
}
#mv .slideshow .slick-list {
  height: 100%;
}
#mv .slideshow .slick-track {
  height: 100%;
}
#mv .slideshow .slide_item {
  position: relative;
  height: 100%;
}
#mv .slideshow .slide_item picture {
  height: 100%;
}
#mv .slideshow .slide_item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}
#mv .slideshow .slide_item .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
#mv .slideshow .slide_item .inner .note {
  font-size: 1.42vw;
  line-height: 2.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10.32vw;
  height: fit-content;
  width: fit-content;
}
@media (max-width: 600px) {
  #mv .slideshow .slide_item .inner {
    position: static;
  }
  #mv .slideshow .slide_item .inner .note {
    font-size: 3.42vw;
    line-height: 2.3334em;
    position: static;
    height: auto;
    width: auto;
    background: #efeff0;
    padding: 4.91vw 9.95vw;
  }
}
.catch {
  display: none;
}
@media (max-width: 600px) {
  .catch {
    display: block;
    text-align: center;
    padding: 12.91vw 0 19.42vw;
    font-size: 3.79vw;
    line-height: 1.9em;
    font-weight: bold;
  }
}
.posts_wrap {
  padding-top: 11.28vw;
  width: 62.08vw;
  margin-bottom: 8.7vw;
}
.posts_wrap article {
  margin-bottom: 13.47vw;
}
.posts_wrap article a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.posts_wrap article:last-child {
  margin-bottom: 0;
}
.posts_wrap article .post_text {
  width: 73.12%;
}
.posts_wrap article .post_text .post_head {
  display: flex;
  align-items: center;
  border-bottom: calc(0.08vw * 0.8454) solid #231815;
  padding-bottom: calc(0.44vw * 0.8454);
  margin-bottom: calc(0.82vw * 0.8454);
}
.posts_wrap article .post_text .post_head h2 {
  font-weight: normal;
  font-size: calc(1.53vw * 0.77);
  line-height: 1em;
}
.posts_wrap article .post_text .post_head h2:before {
  content: "■";
}
.posts_wrap article .post_text .post_head h2 .title {
  display: inline-block;
  width: 12.3vw;
}
.posts_wrap article .post_text .post_head h2 .name {
  display: inline-block;
  width: calc(7.32vw * 0.8454);
}
.posts_wrap article .post_text .post_head .post_meta_wrap {
  display: flex;
  align-items: center;
  flex: 1;
}
.posts_wrap article .post_text .post_head .post_category {
  background: #adb6c7;
  border-radius: 3px;
  line-height: 1em;
  font-size: calc(1.18vw * 0.77);
  font-weight: bold;
  padding: 0.5em 1em 0.35em;
}
.posts_wrap article .post_text .post_head .post_meta {
  font-size: calc(1.53vw * 0.77);
  line-height: 1em;
  margin-left: auto;
  font-feature-settings: "palt";
}
.posts_wrap article .post_text .post_head .post_meta:before {
  content: "〈";
  font-feature-settings: "palt";
}
.posts_wrap article .post_text .post_head .post_meta:after {
  content: "〉";
  font-feature-settings: "palt";
}
.posts_wrap article .post_text .post_bottom {
  font-size: calc(1.18vw * 0.77);
  line-height: 2.4em;
}
.posts_wrap article .post_thumbnail {
  width: 23.94%;
  position: relative;
}
.posts_wrap article .post_thumbnail:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.posts_wrap article .post_thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .posts_wrap {
    padding: 0;
    width: 100%;
    margin-bottom: 23.55vw;
  }
  .posts_wrap article {
    margin-bottom: 20.82vw;
  }
  .posts_wrap article a {
    display: block;
  }
  .posts_wrap article .post_text {
    width: 100%;
  }
  .posts_wrap article .post_text .post_head {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 2.52vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .posts_wrap article .post_text .post_head h2 {
    font-size: 4.93vw;
    line-height: 1.4616em;
    margin-right: 0;
    background: #efeff0;
    padding: 0 calc((100% - 72.02vw) / 2);
    width: 100%;
    margin-bottom: 2.97vw;
    display: flex;
  }
  .posts_wrap article .post_text .post_head h2:before {
    margin-right: 0.3em;
    margin-left: -0.15em;
  }
  .posts_wrap article .post_text .post_head h2 .title {
    display: inline;
    width: unset;
  }
  .posts_wrap article .post_text .post_head h2 .name {
    display: inline;
    width: unset;
    margin-left: auto;
  }
  .posts_wrap article .post_text .post_head .post_meta_wrap {
    width: 72.02vw;
    margin: 0 auto;
    justify-content: space-between;
    flex: unset;
  }
  .posts_wrap article .post_text .post_head .post_category {
    font-size: 3.37vw;
    order: 3;
  }
  .posts_wrap article .post_text .post_head .post_meta {
    font-size: 3.79vw;
    margin-left: -0.5em;
    padding-top: 1vw;
    font-feature-settings: unset;
  }
  .posts_wrap article .post_text .post_head .post_meta:before {
    font-feature-settings: unset;
  }
  .posts_wrap article .post_text .post_head .post_meta:after {
    font-feature-settings: unset;
  }
  .posts_wrap article .post_text .post_bottom {
    font-size: 3.41vw;
    line-height: 2em;
    width: 72.02vw;
    margin: 3.69vw auto 5.98vw;
    padding-top: 2.52vw;
    border-top: 0.23vw solid #231815;
  }
  .posts_wrap article .post_thumbnail {
    width: 72.02%;
    margin: 0 auto;
  }
  .posts_wrap article .post_thumbnail:before {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
  .posts_wrap article .post_thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#main {
  padding-bottom: 0;
}
