.gheader-inner .gnav-inner li.gnav-menu .gnav-under-inner li a.menu-design {
  pointer-events: none;
  color: #000000;
}
.gheader-inner .gnav-inner li.gnav-menu .gnav-under-inner li a.menu-design::before {
  width: 100%;
}

.sp-open header .sp-menu a.menu-design {
  background-color: #000000;
  pointer-events: none;
}

.footer_sitemap a.menu-design,
.sp-only a.menu-design {
  color: #fff;
  background: #000000;
  pointer-events: none;
}

.sub_head {
  background: url(../img/design/sub_head.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.ttl01 {
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  color: #b4a241;
  border-bottom: none;
  letter-spacing: 0.3em;
  line-height: 1.8;
  padding: 0;
}

.lead01 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  line-height: 2.5;
  padding: 0;
  margin-top: 60px;
}

.ful_img {
  margin: 40px auto 0;
}

.sub_lead {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .sub_lead {
    text-align: left;
  }
}

.facade {
  padding: 0;
}
.facade .contents_wrap {
  max-width: unset;
  padding: 0;
}
.facade .lead01::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 30%;
  width: 100px;
  aspect-ratio: 113/262;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: url("../img/design/bg_wind.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
.facade .lead01::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 30%;
  width: 100px;
  aspect-ratio: 113/262;
  background: url("../img/design/bg_wind2.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  scale: 1.5;
  opacity: 0.5;
}
.facade .sub_lead::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 5%;
  width: 70px;
  aspect-ratio: 113/262;
  background: url("../img/design/bg_wind.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.facade .sub_lead::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 5%;
  width: 70px;
  aspect-ratio: 113/262;
  background: url("../img/design/bg_wind2.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  filter: grayscale(1);
}
.facade .lead01,
.facade .sub_lead {
  position: relative;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.entrance {
  padding: 80px 0;
  background-attachment: fixed;
  background-image: url("../img/design/bg_tree.png");
  background-color: #231815;
  background-blend-mode: color-burn;
  background-size: cover;
  background-position: 100% 0%;
}
.entrance .contents_wrap {
  max-width: unset;
}
.entrance .lead01,
.entrance .sub_lead,
.entrance p {
  color: #fff;
}
.entrance .material {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 40%;
  margin: 40px auto 0;
  max-width: 1200px;
}
@media (max-width: 1000px) {
  .entrance .material {
    padding: 0 20px;
  }
}
@media screen and (max-width: 560px) {
  .entrance .material {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entrance .material figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  margin: 0 auto;
}
.entrance .material > div {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.entrance .material .material_ttl {
  color: #fff;
}
.entrance .material .material_des {
  margin-top: 30px;
}
.entrance_hall {
  margin-top: 160px;
}/*# sourceMappingURL=design.css.map */