.nav-global-property-link.nav-equipment::after {
  bottom: 3px;
  background-color: #000;
  border-bottom: none;
  opacity: 0.7;
}
.panel_item_equipment .panel_item_anchor {
  pointer-events: none;
}
.panel_item_equipment .panel_item_anchor .panel_item_bg::before {
  opacity: 0.8;
  z-index: 10;
}

/*************************************************

page

*************************************************/
.wrapper {
}

.js-modalBtn {
  display: none;
}
@media (max-width: 767px) {
  .js-modalBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .js-modalBtn .in-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

/*************************************************

kv_area

*************************************************/
.kv_area {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 160px;
  border-bottom: 1px solid rgba(44, 36, 29, 0.3);
}
.kv_wrap {
  width: calc(100% - 80px);
  margin-left: auto;
  display: flex;
  column-gap: 3%;
  align-items: end;
}
.kv_body {
  flex: 1 1 18%;
}
.kv_img {
  flex: 1 1 75%;
}
.kv_title_en {
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.kv_title {
  margin-top: 40px;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.kv_text {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .kv_area {
    padding-bottom: 60px;
  }
  .kv_wrap {
    width: 100%;
    flex-direction: column-reverse;
    align-items: start;
    row-gap: 30px;
  }
  .kv_body {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .kv_title {
    margin-top: 20px;
  }
  .kv_text {
    margin-top: 20px;
  }
}

/*************************************************

contents_equipment

*************************************************/
.contents_equipment {
  padding-block: 160px;
}
.equipment_wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 100px;
}
.equipment_item_title {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.equipment_item_title span {
  font-size: 16px;
}
.equipment_item_text {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .contents_equipment {
    padding-block: 60px;
  }
  .equipment_wrap {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  .equipment_item_title {
    margin-top: 10px;
    font-size: 18px;
  }
  .equipment_item_title span {
    font-size: 12px;
  }
  .equipment_item_text {
    margin-top: 10px;
    font-size: 13px;
  }
}

.parts-endcaption {
  padding-block: 40px;
}
