body {
  background: #FAF9F5;
}

/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area {
  position: relative;
}
section#lead_area .box {
  position: relative;
}
section#lead_area .txt-box .txt-e {
  color: #7A7127;
  line-height: 1.1em;
  margin-bottom: 5.2083333333vw;
}
section#lead_area .txt-box .txt-h1 {
  text-align: start;
  margin-bottom: 2.6041666667vw;
}
section#lead_area .txt-box .txt-p {
  line-height: 2.2em;
}
section#lead_area .breadcrumbs {
  margin-bottom: 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.3vw;
  z-index: 4;
  font-size: 0.625vw;
  font-family: "font-NSeJPm", "Noto Serif", serif;
  color: #000000;
}
section#lead_area .breadcrumbs > span {
  font-size: 0.625vw;
  font-family: "font-NSeJPm", "Noto Serif", serif;
}
section#lead_area .breadcrumbs > span > a {
  color: #7A7127;
  font-size: 0.625vw;
  font-family: "font-NSeJPm", "Noto Serif", serif;
  text-decoration: underline;
}
section#lead_area .breadcrumbs > span > span {
  color: #000000;
  font-size: 0.625vw;
  font-family: "font-NSeJPm", "Noto Serif", serif;
}

@media screen and (max-width: 767px) {
  section#lead_area {
    position: relative;
  }
  section#lead_area .inner {
    padding-top: 0px;
    padding-bottom: 0;
  }
  section#lead_area .box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  section#lead_area .img-box {
    width: 70%;
    height: 72vw;
    margin-left: auto;
  }
  section#lead_area .txt-box {
    order: 2;
  }
  section#lead_area .txt-box .txt-e {
    font-size: 42px;
    margin-bottom: 30px;
  }
  section#lead_area .txt-box .txt-h1 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  section#lead_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#lead_area .breadcrumbs {
    z-index: 4;
    font-size: 12px;
    gap: 8px;
    margin-bottom: 30px;
  }
  section#lead_area .breadcrumbs > span {
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > a {
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > span {
    font-size: 12px;
  }
}
/*==========================================================================
section#workshop_area
========================================================================== */
section#workshop_area .inner {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
  position: relative;
}
section#workshop_area .inner::before {
  content: "";
  background: rgba(122, 112, 39, 0.1);
  position: absolute;
  width: 79.17%;
  height: calc(100% - 10.4166666667vw - 2.6041666667vw);
  z-index: -1;
  bottom: 0;
  right: -10.415%;
}
section#workshop_area .box {
  align-items: flex-end;
  justify-content: space-between;
}
section#workshop_area .txt-box {
  width: 44.15%;
}
section#workshop_area .txt-box .txt-p {
  line-height: 2.2em;
}
section#workshop_area .img-box {
  width: 49.35%;
  height: 29.1666666667vw;
}

@media screen and (max-width: 767px) {
  section#workshop_area .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }
  section#workshop_area .inner::before {
    content: "";
    background: rgba(122, 112, 39, 0.1);
    position: absolute;
    width: 90%;
    height: calc(100% - 80px - 30px);
    z-index: -1;
    top: initial;
    bottom: 0;
    right: -5%;
  }
  section#workshop_area .box {
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  section#workshop_area .txt-box {
    width: 100%;
    order: 1;
  }
  section#workshop_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#workshop_area .img-box {
    width: 100%;
    height: 60vw;
    margin-top: 30px;
    order: 2;
  }
}
/*==========================================================================
section#demonstration_area
========================================================================== */
section#demonstration_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 10.4166666667vw;
  position: relative;
}
section#demonstration_area .inner::before {
  content: "";
  background: rgba(122, 112, 39, 0.1);
  width: 79.17%;
  height: calc(100% - 7.8125vw - 2.6041666667vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
section#demonstration_area .box {
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
section#demonstration_area .txt-box {
  width: 44.15%;
}
section#demonstration_area .txt-box .txt-p {
  line-height: 2.2em;
}
section#demonstration_area .img-box {
  width: 49.35%;
  height: 29.1666666667vw;
}

@media screen and (max-width: 767px) {
  section#demonstration_area .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }
  section#demonstration_area .inner::before {
    content: "";
    background: rgba(122, 112, 39, 0.1);
    position: absolute;
    width: 90%;
    height: calc(100% - 80px - 30px);
    z-index: -1;
    top: initial;
    bottom: 0;
    right: -5%;
  }
  section#demonstration_area .box {
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  section#demonstration_area .txt-box {
    width: 100%;
    order: 1;
  }
  section#demonstration_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#demonstration_area .img-box {
    width: 100%;
    height: 60vw;
    margin-top: 30px;
    order: 2;
  }
}
/*==========================================================================
section#display_area
========================================================================== */
section#display_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 10.4166666667vw;
  position: relative;
}
section#display_area .inner::before {
  content: "";
  background: rgba(122, 112, 39, 0.1);
  position: absolute;
  width: 79.17%;
  height: calc(100% - 7.8125vw - 2.6041666667vw);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
section#display_area .box {
  justify-content: space-between;
  align-items: flex-end;
}
section#display_area .txt-box {
  width: 44.15%;
}
section#display_area .txt-box .txt-p {
  line-height: 2.2em;
}
section#display_area .img-box {
  width: 49.35%;
  height: 29.1666666667vw;
}

@media screen and (max-width: 767px) {
  section#display_area .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }
  section#display_area .inner::before {
    content: "";
    background: rgba(122, 112, 39, 0.1);
    position: absolute;
    width: 90%;
    height: calc(100% - 80px - 30px);
    z-index: -1;
    top: initial;
    bottom: 0;
    right: -5%;
  }
  section#display_area .box {
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  section#display_area .txt-box {
    width: 100%;
    order: 1;
  }
  section#display_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#display_area .img-box {
    width: 100%;
    height: 60vw;
    margin-top: 30px;
    order: 2;
  }
}
/*==========================================================================
section#media_area
========================================================================== */
section#media_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 10.4166666667vw;
  position: relative;
}
section#media_area .inner::before {
  content: "";
  background: rgba(122, 112, 39, 0.1);
  position: absolute;
  width: 79.17%;
  height: calc(100% - 7.8125vw - 2.6041666667vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
section#media_area .box {
  justify-content: space-between;
  align-items: flex-end;
}
section#media_area .txt-box {
  width: 44.15%;
}
section#media_area .txt-box .txt-p {
  line-height: 2.2em;
}
section#media_area .img-box {
  width: 49.35%;
  height: 29.1666666667vw;
}

@media screen and (max-width: 767px) {
  section#media_area .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }
  section#media_area .inner::before {
    content: "";
    background: rgba(122, 112, 39, 0.1);
    position: absolute;
    width: 90%;
    height: calc(100% - 80px - 30px);
    z-index: -1;
    top: initial;
    bottom: 0;
    right: -5%;
  }
  section#media_area .box {
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  section#media_area .txt-box {
    width: 100%;
    order: 1;
  }
  section#media_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#media_area .img-box {
    width: 100%;
    height: 60vw;
    margin-top: 30px;
    order: 2;
  }
}
/*# sourceMappingURL=related.css.map */