@charset "UTF-8";
ul.gnavi li.quality a p::after {
  width: 80%;
}
/* MV
=========================== */
.mv_area {
  margin-top: 140px;
  position: relative;
  aspect-ratio: 1200 / 300;
  overflow: hidden;
}
.mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.mv .mv_01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  filter: blur(50px);
  transition: opacity 0.5s ease, filter 1.5s ease;
}
.mv img.active {
  opacity: 1;
  filter: blur(0);
}

@media only screen and (max-width: 768px) {
  .mv_area {
    margin-top: 60px;
    aspect-ratio: 750 / 654;
  }
}

/* ============================
inner
============================ */
.inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-inline: auto;
}

/* main_contents
=========================== */
.main_contents {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section_title {
  position: relative;
  font-size: 30px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section_title::before {
  content: "";
  position: absolute;
  left: calc((100vw - 980px) / 2 * -1);
  bottom: 0;
  width: 50vw;
  height: 1px;
  background-color: #000;
}
.section_title_jp {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.section_lead {
  margin-top: 60px;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.label_title {
  width: 100%;
  max-width: 200px;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-block: 9px;
  color: #fff;
  background-color: #796a56;
}
.label_title::before {
  content: "";
  position: absolute;
  left: calc((100vw - 980px) / 2 * -1);
  bottom: 0;
  width: calc((100vw - 980px) / 2);
  height: 100%;
  background-color: #796a56;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .main_contents {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .section_title {
    font-size: 24px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .section_title::before {
    left: 0px;
    width: 100%;
  }
  .section_title_jp {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .section_lead {
    margin-top: 30px;
    font-size: 18px;
  }
  .label_title {
    width: 100%;
    max-width: 160px;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding-block: 7px;
  }
  .label_title::before {
    left: -20px;
    width: 50px;
  }
}

/* contents_area
================================== */
.contents_area {
  margin-top: 60px;
}
.zeh_contents {
  margin-top: 40px;
}
.zeh_contents + .zeh_contents {
  margin-top: 60px;
}
.quality_title {
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #796a56;
}
.contents_wrap.flex {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.contents_item_body {
  width: 100%;
  max-width: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 14px;
}
.contents_item_title {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-left: 12px;
  border-left: 1px solid #796a56;
}
.contents_item_body_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.contents_item_text {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.contents_item_text span {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.contents_item_img {
  width: 100%;
  max-width: 560px;
}
.merit_item_left {
  width: 100%;
  max-width: 660px;
}
.merit_item_title {
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #796a56;
  background-color: #eae4d1;
  padding-block: 8px;
  margin-bottom: 20px;
}
.merit_item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
.merit_item_lead {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.merit_item_text {
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.7;
}
.merit_item_img {
  margin-top: 8px;
}
.merit_item_right {
  width: 100%;
  max-width: 320px;
}
.bels_wrap {
  display: flex;
  column-gap: 40px;
}
.bels_body {
  width: 100%;
  max-width: 480px;
}
.bels_body .contents_item_title {
  margin-bottom: 18px;
}
.bels_img {
  width: 100%;
  max-width: 300px;
}

@media only screen and (max-width: 768px) {
  .zeh_contents {
    margin-top: 20px;
  }
  .zeh_contents + .zeh_contents {
    margin-top: 40px;
  }
  .quality_title {
    margin-bottom: 14px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .contents_wrap.flex {
    flex-direction: column;
    row-gap: 20px;
  }
  .contents_item_body {
    flex-direction: column;
    row-gap: 14px;
  }
  .contents_item_title {
    font-size: 14px;
  }
  .contents_item_body_wrap {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 8px;
  }
  .contents_item_text {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .contents_item_body_wrap .contents_item_text {
    width: 42%;
    letter-spacing: -0.01em;
    line-height: 1.4;
    text-align: justify;
  }
  .contents_item_body_wrap figure {
    width: 56%;
  }
  .contents_item_img {
    width: 100%;
    max-width: 560px;
  }
  .merit_item_title {
    font-size: 15px;
    letter-spacing: 0.02em;
    padding-block: 6px;
    margin-bottom: 14px;
  }
  .merit_item_wrap {
    column-gap: 10px;
  }
  .merit_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .merit_item_row {
    display: flex;
  }
  .merit_item_lead {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
  }
  .merit_item_text {
    font-size: 12px;
  }
  .merit_item_img {
    margin-top: 8px;
  }
  .merit_item_row .merit_item_img {
    width: 48%;
  }
  .merit_item_row .merit_item_row_body {
    width: 48%;
  }
  .merit_item_right {
    width: 100%;
    max-width: 320px;
  }
  .bels_wrap {
    flex-direction: column;
    row-gap: 14px;
  }
  .bels_body .contents_item_title {
    margin-bottom: 10px;
  }
  .bels_img {
    width: 60%;
    margin-inline: auto;
  }
}

.contents_wrap.col4 {
  margin-top: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.quality_item_title {
  text-align: center;
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #796a56;
}
.quality_item_text {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.quality_item_text span {
  display: block;
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  .contents_wrap.col4 {
    margin-top: 20px;
    column-gap: 15px;
    row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .quality_item_title {
    font-size: 12px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quality_item_text {
    font-size: 12px;
  }
}

