@media screen and (max-width: 960px) {
  .fix_background_area {
    background: none !important;
  }
  body {
    position: relative;
  }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("img/bak.jpg");
    background-position: 50%;
    background-size: cover;
  }
}
.l-content {
  margin-bottom: 0 !important;
}

.custom_btn a {
  width: 100%;
  max-width: 300px;
  min-width: unset;
}

.archive_btn {
  font-size: 0.9em;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  letter-spacing: 0.2em;
  margin: 3.5em 0 0 auto;
  border-bottom: solid 1.5px #8f7013;
  padding: 0 2.2em 0 1em;
}
@media screen and (max-width: 600px) {
  .archive_btn {
    margin-top: 2.5em;
  }
}
.archive_btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #8f7013;
  rotate: 40deg;
  position: absolute;
  right: -3px;
  bottom: 9px;
}
.archive_btn a {
  color: #8f7013;
  display: block;
  border: none;
}
.archive_btn a:hover {
  background-color: unset;
  color: #bfaa59 !important;
}

.section_about .about_group {
  padding: 3.5em 1.5em 5em 1.5em;
  border-radius: 5px;
}
.section_about .about_flex .swell-block-columns__inner {
  justify-content: center;
}
.section_about .about_flex .logo_box {
  max-width: 360px;
}
@media screen and (max-width: 600px) {
  .section_about .about_flex .logo_box {
    max-width: 60%;
  }
}
.section_about .about_flex .text_box {
  max-width: 430px;
}

@media screen and (min-width: 960px) {
  .section_scenario .p-postList .p-postList__item {
    width: 25% !important;
  }
}
.section_scenario .p-postList .p-postList__item .p-postList__thumb {
  aspect-ratio: 9/16;
}

@media screen and (min-width: 960px) {
  .section_manner .p-postList li.p-postList__item {
    width: 25% !important;
  }
}
.section_manner .p-postList li.p-postList__item .c-postThumb {
  border-radius: 5px;
}

.section_privilege .privilege_group {
  padding: 5em 1em;
  border-radius: 5px;
}
.section_privilege .contents_list {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.section_privilege .contents_list .circle_img_wrapper {
  position: relative;
  overflow: hidden;
  padding: 17px;
}
.section_privilege .contents_list .circle_img_wrapper figure {
  border-radius: 999px;
  overflow: hidden;
}
.section_privilege .contents_list .circle_img_wrapper figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_privilege .contents_list .circle_img_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/gold_frame.png");
  background-repeat: no-repeat;
  background-size: 100%;
}/*# sourceMappingURL=home_style.css.map */