.nav-global-property-link.nav-gallery::after {
  bottom: 3px;
  background-color: #000;
  border-bottom: none;
  opacity: 0.7;
}

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

page

*************************************************/
.wrapper {
  background-color: #fff;
}

.parts-fv__imgae__cap.color__black {
  color: #000;
}

@media (max-width: 767px) {
  .parts-fv__titles__en {
    max-width: 60%;
  }
}

/* common */
section {
    margin-bottom: 150px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    section {
        margin-bottom: 80px;
    }
}
.wrapper {
  overflow: visible;
}
.p-caption, .f-caption {
    position: absolute;
    font-size: 10px;
    line-height: 1.4;
    text-align: right;
    right: 0;
    bottom: 0;
    padding: 3px 6px;
    letter-spacing: .01em;
}
@media screen and (max-width: 767px) {
    .p-caption, .f-caption {
        font-size: 8px;
        padding: 3px 5px;
    }
}
.p-caption.wt, .f-caption.wt {
  color: #fff;
  font-weight: 500;
  padding: 0 10px 6px;
}
.p-caption.wt.shadow, .f-caption.wt.shadow {
    text-shadow: 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000;
}
@media screen and (max-width: 767px) {
    .p-caption.wt, .f-caption.wt {
        padding: 3px 5px 3px;
    }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
.hidden-xs,
.hidden-sm,
.hidden-md,
.hidden-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

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

mv

*************************************************/
.mv .box {
    padding-top: 120px;
    position: relative;
}
.mv .box .txtBox {
    width: 100%;
    padding: 0 30px;
    /* margin: 0 auto 180px; */
    margin: 0 auto 100px !important;
    text-align: center;
}
.mv .box .txtBox .copy {
    padding: 0 0;
    width: calc(100% - 60px);
    margin: 0 auto;
    text-align: center;
}
.mv .box .txtBox .copy h2.ttl-copy {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 1.7em;
}
.mv .box .txtBox .copy .body-copy {
    font-size: 16px;
    line-height: 2em;
}
@media only screen and (max-width: 991px) {
  .mv .box .txtBox .copy h2.ttl-copy {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

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

gallery

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


/*  sec
--------------------------------------------------*/
.sec {
  padding-bottom: 120px;
  margin-bottom: 0;
}
.sec-head {
  position: relative;
  margin-bottom: 60px;
}
.sec-head__photo {
  position: sticky;
  top: 132px;
  width: 100%;
  height: calc(100lvh - 132px);
  z-index: 1;
  --opacity: 0; 
}
.sec-head__photo::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, var(--opacity));
  z-index: 1;
}
.sec-head__photo .f-caption {
  z-index: 2;
}
.sec-head__photo img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.sec-head__detail {
  position: sticky;
  top: 132px;
  width: min(95%,1200px);
  height: calc(100lvh - 132px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 2;
}
.sec-head__detail__heading {
  width: 100%;
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: .05em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}
.sec-head__detail__desc {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .05em;
  color: #fff;
}
.sec-contents {
  width: 100%;
  max-width: 1200px;
  width: 95%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.sec-gallery {
  display: grid;
  gap: 20px;
}

/* sec-gallery
---------------- */
.sec-gallery {
  grid-template-columns: 1fr 1fr;
}
.sec-gallery__item {
  position: relative;
}
.sec-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-gallery__item.column-2 {
  grid-column: span 2;
}
.sec-gallery__item.rows-2 {
  grid-row: span 2;
}

@media screen and (max-width: 767px) {
  .sec-gallery {
    grid-template-columns: 1fr;
  }
  .sec-gallery__item.column-2 {
    grid-column: span 1;
  }
  .sec-gallery__item.rows-2 {
    grid-row: span 1;
  }
}

/* sec1-img */
.sec1__img {
  position: relative;
  width: 100%;
  max-width: 800px;
  width: 95%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .sec1__img {
    width: calc(320 / 380 * 100%);
    gap: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .sec-head__photo {
    top: 0;
    height: 100lvh;
  }
  .sec-head__detail {
    top: 0;
    height: 100lvh;
  }
}
@media screen and (max-width: 767px) {
  .sec {
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  .sec-head {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .sec-head__photo {
    position: relative;
    height: auto;
    order: 1;
  }
  .sec-head__photo::after {
    display: none;
  }
  .sec-head__detail {
    display: contents;
    width: 100%;
    height: auto;
  }
  .sec-head__detail__heading {
    width: calc(320 / 380 * 100%);
    margin-inline: auto;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
    order: 0;
  }
  .sec-head__detail__desc {
    width: calc(320 / 380 * 100%);
    margin-inline: auto;
    font-size: 14px;
    color: #000000;
    margin-top: 30px;
    order: 2;
  }
  .sec-contents {
    width: calc(320 / 380 * 100%);
    gap: 10px;
  }
  .sec-gallery {
    gap: 10px;
  }
}
