@charset "UTF-8";
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area {
  position: relative;
}
section#lead_area .box {
  position: relative;
}
section#lead_area .img-box {
  width: 46.9%;
  height: 49.53125vw;
  overflow: clip;
  position: relative;
  margin-left: auto;
}
section#lead_area .txt-box {
  position: absolute;
  top: 5.6041666667vw;
  left: 0;
  z-index: 1;
}
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-bottom: 80px;
  }
  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;
    position: initial;
    top: 2.6041666667vw;
    left: 0;
    z-index: 1;
    width: 100%;
    margin-bottom: 0;
    margin-top: -100px;
    padding-bottom: 0;
  }
  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#history_area
========================================================================== */
section#history_area {
  background: #D4D0B7;
  margin-top: -4.1666666667vw;
}
section#history_area .inner {
  padding-top: 11.9791666667vw;
  padding-bottom: 7.8125vw;
}
section#history_area .top-box {
  justify-content: space-between;
}
section#history_area .top-box .img-box {
  width: 50%;
}
section#history_area .top-box .img-box .i1 {
  width: 89.5%;
  height: 24vw;
  margin-bottom: 1.3020833333vw;
}
section#history_area .top-box .img-box .i2 {
  width: 41%;
  height: 11vw;
  margin-left: auto;
}
section#history_area .top-box .txt-box {
  width: 45%;
}
section#history_area .top-box .txt-box .txt-p {
  line-height: 2.2em;
}
section#history_area .list-box {
  margin-top: 5.2083333333vw;
  justify-content: space-between;
}
section#history_area .list-box .img-box {
  height: 21vw;
}
section#history_area .list-box .txt-h3 {
  margin-top: 1.5625vw;
  text-align: center;
}
section#history_area .list-box li {
  width: 21%;
}

@media screen and (max-width: 767px) {
  section#history_area {
    background: #D4D0B7;
    margin-top: 0;
  }
  section#history_area .inner {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  section#history_area .top-box {
    justify-content: space-between;
  }
  section#history_area .top-box .img-box {
    width: 100%;
  }
  section#history_area .top-box .img-box .i1 {
    width: 89.5%;
    height: 54vw;
    margin-bottom: 20px;
  }
  section#history_area .top-box .img-box .i2 {
    width: 41%;
    height: 25vw;
    margin-left: auto;
  }
  section#history_area .top-box .txt-box {
    width: 100%;
  }
  section#history_area .top-box .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#history_area .list-box {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  section#history_area .list-box .img-box {
    height: 55vw;
  }
  section#history_area .list-box .txt-h3 {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
  }
  section#history_area .list-box li {
    width: 48%;
  }
}
/*==========================================================================
section#style_area
========================================================================== */
section#style_area {
  background: #FAF9F5;
}
section#style_area .inner {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
}
section#style_area .ttl-box {
  margin-bottom: 7.8125vw;
}
section#style_area .list-box .txt-box {
  width: 79.17%;
  padding: 3.3854166667vw 10.42%;
  padding-right: 37.5vw;
  padding-bottom: 9.375vw;
  box-sizing: border-box;
  background: rgba(212, 208, 183, 0.4);
}
section#style_area .list-box .txt-box .txt-n {
  margin-bottom: 2.6041666667vw;
  color: #7A7127;
  line-height: 1;
}
section#style_area .list-box .txt-box .txt-h3 {
  margin-bottom: 1.5625vw;
}
section#style_area .list-box .txt-box .txt-p {
  line-height: 2.2em;
}
section#style_area .list-box .img-box {
  width: 42.2%;
  position: absolute;
  right: 10.42%;
  bottom: 2.6041666667vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
section#style_area .list-box .img-box div {
  width: 48%;
  height: 26.6vw;
}
section#style_area .list-box .img-box div:nth-child(2) {
  margin-bottom: 1.8229166667vw;
}
section#style_area .list-box li {
  display: flex;
  position: relative;
}
section#style_area .list-box li:nth-child(n+2) {
  margin-top: 9.6354166667vw;
}

@media screen and (max-width: 767px) {
  section#style_area .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section#style_area .ttl-box {
    margin-bottom: 50px;
  }
  section#style_area .list-box .txt-box {
    order: 2;
    width: 95%;
    padding: 80px 5%;
    padding-right: 5%;
    padding-bottom: 80px;
    box-sizing: border-box;
    background: rgba(212, 208, 183, 0.4);
    margin-top: -120px;
  }
  section#style_area .list-box .txt-box .txt-n {
    font-size: 38px;
    margin-bottom: 25px;
  }
  section#style_area .list-box .txt-box .txt-h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section#style_area .list-box .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#style_area .list-box .img-box {
    width: 100%;
    position: relative;
    right: initial;
    bottom: initial;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    order: 1;
  }
  section#style_area .list-box .img-box div {
    width: 48%;
    height: 63vw;
    margin-bottom: 80px;
  }
  section#style_area .list-box .img-box div:nth-child(2) {
    margin-bottom: 0;
  }
  section#style_area .list-box li {
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }
  section#style_area .list-box li:nth-child(n+2) {
    margin-top: 80px;
  }
}
/*==========================================================================
section#concept_area
========================================================================== */
section#concept_area {
  background: url(../img/about_concept_bg.webp) center no-repeat;
  background-size: cover;
}
section#concept_area .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
section#concept_area .txt-box {
  background: #ffffff;
  margin-left: auto;
  padding: 5.2083333333vw;
  box-sizing: border-box;
  width: 58%;
}
section#concept_area .txt-box .txt-p {
  line-height: 2.2em;
}

@media screen and (max-width: 767px) {
  section#concept_area .inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  section#concept_area .txt-box {
    background: rgba(255, 255, 255, 0.9);
    margin-left: auto;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
  }
  section#concept_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
}
/*==========================================================================
section#gallery_area
========================================================================== */
section#gallery_area {
  background: #FAF9F5;
}
section#gallery_area .inner {
  padding-top: 5.2083333333vw;
}
section#gallery_area .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 各列 38.80vw */
  grid-template-rows: 31.25vw 18.13vw 31.25vw 31.25vw 18.13vw 31.25vw; /* セット2 */
  gap: 1.56vw; /* 30px */
}
section#gallery_area .gallery .img-box {
  position: relative;
  /* 左・小（1行） */
  /* 右・大（2行） */
  /* 左・大（2行） */
  /* 右・小（1行） */
  /* ── セット2（row 4〜6） ── */
}
section#gallery_area .gallery .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 1s;
  opacity: 0;
}
section#gallery_area .gallery .img-box .txt-h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 1s;
  color: #ffffff;
  z-index: 2;
  width: 90%;
  text-align: center;
}
section#gallery_area .gallery .img-box:hover .txt-h3 {
  opacity: 1;
}
section#gallery_area .gallery .img-box:hover::before {
  opacity: 1;
}
section#gallery_area .gallery .img-box.i1 {
  grid-column: 1;
  grid-row: 1;
}
section#gallery_area .gallery .img-box.i2 {
  grid-column: 2;
  grid-row: 1/span 2;
}
section#gallery_area .gallery .img-box.i3 {
  grid-column: 1;
  grid-row: 2/span 2;
}
section#gallery_area .gallery .img-box.i4 {
  grid-column: 2;
  grid-row: 3;
}
section#gallery_area .gallery .img-box.i5 {
  grid-column: 1;
  grid-row: 4;
}
section#gallery_area .gallery .img-box.i6 {
  grid-column: 2;
  grid-row: 4/span 2;
}
section#gallery_area .gallery .img-box.i7 {
  grid-column: 1;
  grid-row: 5/span 2;
}
section#gallery_area .gallery .img-box.i8 {
  grid-column: 2;
  grid-row: 6;
}

@media screen and (max-width: 767px) {
  section#gallery_area .inner {
    padding-top: 80px;
  }
  section#gallery_area .gallery {
    grid-template-rows: 33.25vw 16.13vw 33.25vw 33.25vw 16.13vw 33.25vw;
    gap: 12px;
  }
  section#gallery_area .gallery .img-box .txt-h3 {
    font-size: 14px;
  }
}
/*# sourceMappingURL=about.css.map */