.nav-global-property-link.nav-top::after {
  bottom: 3px;
  background-color: #a1707b;
  border-bottom: none;
  opacity: 0.7;
}
#header-container {
  background: unset;
}
.header-property {
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
}
.scrolled02 .header-property {
  opacity: 1;
  pointer-events: auto;
}
.contents-property {
  padding-top: 0 !important;
}


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

top-wrapper

*************************************************/
.wrapper {
  /* background: url(../img/top/bg01.jpg) repeat center 6%; */
  overflow: visible;
  background-size: 100%;
  font-family: YakuHanMP, "Noto Serif JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}

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

top-mv

*************************************************/
.top-mv {
  /* max-width: 768px;
  width: 100%;
  margin-inline: auto; */
}
.top-mv .slick-slide img {
  /* max-height: 100dvh; */
  /* height: 100%; */
  /* width: auto; */
  margin-inline: auto;
}
.top-mv-wrap {
  position: relative;
}

.top-mv-skip {
  position: absolute;
  right: 10px;
  bottom: 50px;
  z-index: 10;
  text-align: center;
  width: min(7em, 100%);
  background: #a89451;
  color: #fff;
  border: none;
  padding: 0.2em;
  font-size: 16px;
  cursor: pointer;
  font-family: YakuHanMP, "Noto Serif JP", serif;

  transition: opacity 0.3s;
}
.scrolled02 .top-mv-skip {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1201px) {
  .top-mv-skip {
    right: 20px;
  }
  /* .top-mv {
    height: calc(100vh - var(--header-height));
  }
  .top-mv .slick-slide img {
    max-height: 100dvh;
    height: 100%;
    width: 100%;
    margin-inline: auto;
    object-fit: cover;
    object-position: center center;
  } */
}

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

top-announce

*************************************************/
.top-announce {
  background-color: #76a3ad;
  color: #fff;
}
.top-announce__texts {
  text-align: center;
}
.top-announce__texts .top-announce__text:not(:first-child) {
  border-top: 1px solid #fff;
}
.top-announce__text {
  font-size: 16px;
  padding: 1.5em 1em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  height: 100%;
}
.top-announce__text > * {
  display: inline-block;
}
.top-announce__text .text_ss {
  font-size: 30%;
}
.top-announce__text .text_s {
  font-size: 60%;
}
.top-announce__text .text_m {
  font-size: 100%;
}
.top-announce__text .text_l {
  font-size: 140%;
  line-height: 1.2;
}
.top-announce__text .text_ll {
  font-size: 180%;
  line-height: 1;
}
.top-announce__btn {
  font-family: "Cormorant Infant", serif;
  margin-top: 26px;
  display: block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
}
.top-announce__arrow {
  font-size: 16px;
  transition: all 0.5s;
}
.top-announce__text:hover .top-announce__arrow {
  transform: scale(1.8);
}

@media screen and (min-width: 767px) {
  .top-announce__texts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding-block: 20px;
    /* width: min(1000px, 100%); */
    margin-inline: auto;
  }
  .top-announce__texts .top-announce__text:not(:first-child) {
    border-top: unset;
    border-left: 1px solid #fff;
  }
  .top-announce__text {
    padding-block: 0;
  }
}

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

top-information

*************************************************/
/* .top-information {} */
.top-information__bg {
  background: url(../img/top/top_information_bg.jpg) no-repeat top center/cover;
  /* max-height: 100dvh; */
}
.top-information__title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-block: 40px;
  color: #936d5d;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.top-information__lead {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-block: 40px;
}
.top-information__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 40px 80px;
  gap: 16px;
  line-height: 1.2;
}
.top-information__btn {
  height: 4em;
  display: inline-block;
  width: min(320px, 100%);
  margin-inline: auto;
  background-image: linear-gradient(to right, #abbdbc, #7a9697 90%);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-block: 1em; */
  letter-spacing: 0.1em;
  position: relative;
}
.top-information__btn::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 0.6em solid #fff;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
}
.top-information__btn--reserve {
  background-image: linear-gradient(to right, #e1e0d4, #dbd9cc);
  color: #251e1c;
}
.top-information__btn--reserve::before {
  border-left: 0.6em solid #251e1c;
}
.top-information__btn--entry {
  background-image: linear-gradient(to right, #bca49e, #9e7668);
}

@media screen and (min-width: 767px) {
  .top-information__bg {
    background: url(../img/top/top_information_bg_pc.jpg) no-repeat top center/cover;
  }
  .top-information__btns {
    width: min(980px, 100%);
    margin-inline: auto;
  }
  .top-information__btn {
    width: min(480px, 100%);
  }
}

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

top-merit

*************************************************/
/* .top-merit {} */
.top-merit__title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-block: 40px;
  color: #936d5d;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.top-merit__lead {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-block: 40px;
  white-space: nowrap;
}
.top-merit__text {
  padding-inline: 30px;
}
.top-merit__item figure {
  margin-block: 20px;
}
.top-merit__item-text {
  padding-bottom: 1em;
  border-bottom: 1px solid #c6c2bf;
}
.top-merit__list-wrap {
  overflow: scroll;
}
.top-merit__list {
  padding-block: 30px;
  padding-inline: 30px;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 1000px;
}
.top-merit__list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-merit__list-img {
}
.top-merit__list-texts {
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-merit__list-num,
.top-merit__list-text {
  display: block;
}
/* .top-merit-slider {
  margin-block: 20px 120px;
  width: 110%;
}
.top-merit-slider .slick-slide {
  margin-right: 40px;
}
/ * .top-merit .swiper-btns {
  position: relative;
} * /
.top-merit .slick-prev:before,
.top-merit .slick-next:before {
  display: block;
  content: '<';
  display: grid;
  place-items: center;
  width: 3em;
  height: 3em;
  background-color: #5c8988;
  transition: opacity 0.3s;
  border-radius: 4px;
}
.top-merit .slick-next:before {
  content: '>';
}
.top-merit .slick-prev,
.top-merit .slick-next {
  z-index: 10;
  position: absolute;
  top: unset;
  right: unset;
  left: 22px;
  bottom: -60px;
}
.top-merit .slick-next {
  left: 100px;
} */

@media screen and (min-width: 767px) {
  .top-merit__header {
    text-align: center;
    width: min(1000px, 100%);
    margin-inline: auto;
    gap: 10px;
  }
  .top-merit__list-wrap {
    overflow: unset;
  }
  .top-merit__list {
    /* flex-direction: row; */
    column-gap: 20px;
    width: auto;
  }
  .top-merit__text {
    padding-inline: 0;
  }
  /* .top-merit .slick-prev, .top-merit .slick-next {
    left: calc(43% - 40px);
    transform: translateX(-50%);
  }
  .top-merit .slick-next {
    left: calc(43% + 40px);
  } */
}


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

top-concept

*************************************************/
.top-concept__bg {
  background: url(../img/top/top_concept_bg.jpg) no-repeat center bottom/cover;
  /* min-height: 100dvh; */
}
.top-concept__title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-block: 40px;
  color: #936d5d;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.top-concept__lead {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.5em;
  margin-inline: 50px 10px;
  margin-block: auto;
  writing-mode: vertical-rl;
}
.top-concept__lead-en {
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
}
.top-concept__text {
  margin-block: auto;
  margin-inline: 20px 20px;
  writing-mode: vertical-rl;
  line-height: 2.2;
  letter-spacing: 0.1em;
  padding-bottom: 160px;
}
.top-concept__text span {
  writing-mode: initial;
  line-height: 1;
}
.top-concept__text_sp {
  font-size: 70%;
  margin-right: 1em;
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .top-concept__bg {
    background: url(../img/top/top_concept_bg_pc.jpg) no-repeat center center/cover;
    min-height: unset;
  }
  .top-concept__wrap {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 60px;
  }
  .top-concept__lead {
    font-size: 26px;
    margin-inline: unset;
  }
  .top-concept__lead-en {
    font-size: 16px;
  }
  .top-concept__text {
    margin-inline: unset;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 3;
  }
  .top-concept__text_sp {
    display: none;
  }
  .top-concept__mv {
    width: min(560px, 100%);
  }
  .top-concept__mv-text {
    margin-top: 3em;
    line-height: 1.2;
    font-size: 10px;
  }
}

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

top-pickup-plan

*************************************************/
.top-pickup-plan {
  overflow: hidden;
}
.top-pickup-plan__title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-block: 40px;
  color: #936d5d;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.top-pickup-plan__lead {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-block: 40px;
}
.top-pickup-plan__wrap {
  padding-inline: 20px;
}

.spec_area a {
  border: 1px solid #373838;
  background-color: #fff;
  display: block;
}
.spec_patch {
  background-color: #a9a076;
  font-size: 14px;
  padding: 0.5em;
  border: 1px solid #fff;
}
.spec_title {
  color: #fff;
  padding-inline: 20px;
  background-color: #b2aaa8;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1;
  border-bottom: 1px solid rgba(226, 202, 166, 0.5);
  padding-block: .5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spec_title_num {
  font-size: 32px;
  margin-right: 0.2em;
}
.spec_wrap {
  padding: 20px;
}
.spec_img {
  width: 100%;
  margin-inline: auto;
}
.ldk {
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding-bottom: 0.1em;
  border-bottom: 1px solid rgba(226, 202, 166, 0.5);
}
.ldk span {
  font-size: 40px;
}
.ldk small {
  font-size: 18px;
  display: inline-block;
}
.menseki {
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.menseki .menseki_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-right: 1em;
}
.menseki .num_l {
  font-size: 40px;
}
.menseki .num_m {
  font-size: 16px;
}
.menseki .num_s {
  font-size: 14px;
}
.supplement {
  font-size: 14px;
  margin-top: 1em;
  line-height: 1.2;
  display: inline-block;
}
.supplement small {
  font-size: 10px;
}
/* .point_area {} */
/* .point_title {
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  letter-spacing: 0.04em;
} */
.point_wrap {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.point_item {
  font-family: YakuHanMP, "Noto Serif JP", serif !important;
  border: 1px solid #251e1c;
  border-radius: 8px;
  background-color: #efefef;
  padding: 8px 16px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .top-pickup-plan {
    background-color: #ece6e1;
  }
  .top-pickup-plan__wrap {
    max-width: 800px;
    margin-inline: auto;
    padding-bottom: 40px;
  }
  .spec_wrap {
    /* width: 80%; */
    margin-inline: auto;
    /* padding-bottom: 20px; */
  }
  .spec_title {
    font-size: 20px;
  }
  .ldk {
    font-size: 20px;
  }
  .ldk span {
    font-size: 30px;
  }
  .ldk small {
    font-size: 14px;
  }
  .menseki .num_l {
    font-size: 28px;
  }
  .point_item {
    font-size: 9px;
    padding-inline: 1em;
  }
  .point_wrap {
    margin-top: 10px;
  }
}

.top-pickup-plan-slider {
  margin-block: 20px 120px;
  width: 100%;
}
.top-pickup-plan-slider .slick-slide {
  margin-inline: 20px;
}
.top-pickup-plan-slider img[src$=".svg"] {
  display: block;
  margin-inline: auto;
}
/* .top-pickup-plan .swiper-btns {
  position: relative;
} */
.top-pickup-plan .slick-prev:before,
.top-pickup-plan .slick-next:before {
  display: block;
  content: '<';
  display: grid;
  place-items: center;
  width: 3em;
  height: 3em;
  background-color: #5c8988;
  transition: opacity 0.3s;
  border-radius: 4px;
}
.top-pickup-plan .slick-next:before {
  content: '>';
}
.top-pickup-plan .slick-prev,
.top-pickup-plan .slick-next {
  z-index: 10;
  position: absolute;
  top: unset;
  right: unset;
  left: 22px;
  bottom: -60px;
}
.top-pickup-plan .slick-next {
  left: 100px;
}
@media screen and (min-width: 767px) {
  .top-pickup-plan-slider {
    margin-inline: -30px;
    width: 110%;
  }
  .top-pickup-plan .slick-prev, .top-pickup-plan .slick-next {
    left: calc(43% - 40px);
    transform: translateX(-50%);
  }
  .top-pickup-plan .slick-next {
    left: calc(43% + 40px);
  }
}

@media screen and (min-width: 1024px) {
  .top-pickup-plan-slider {
    margin-bottom: 40px;
  }
}

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

top-pickup-contents

*************************************************/
.top-pickup-contents {
  background: url(../img/top/top_pickup_contents_bg.jpg) no-repeat center top/cover;
}
.top-pickup-contents__title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding-block: 40px;
  color: #936d5d;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.top-pickup-contents__wrap {
  padding: 0 40px;
}
.top-pickup-contents__item {
  border-top: 1px solid #c6c2bf;
  margin-inline: -40px;
  padding: 40px;
}
.top-pickup-contents__thumb {
  margin-bottom: 20px;
  border-radius: 5px;
}
.top-pickup-contents__entitle {
  text-transform: uppercase;
  font-size: 24px;
  color: #936d5d;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.top-pickup-contents__lead {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 20px;
}
.top-pickup-contents__text {
  font-size: 14px;
}
.top-pickup-contents__text small{
  display: inline-block;
  margin-top: 1em;
  line-height: 1.2;
}
.top-pickup-contents__link {
  width: min(200px, 100%);
  margin-inline: auto;
  margin-block: 40px;
  background-image: linear-gradient(to right, #6b8c83, #5c8988 90%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 1.5em;
  border-radius: 5px;
  transition: opacity 0.3s;
}
.top-pickup-contents__link::after {
  display: block;
  content: '>';
}
.top-pickup-contents__link:hover {
  opacity: 0.8;
}

@media screen and (min-width: 767px) {
  .top-pickup-contents {
    background: url(../img/top/top_pickup_contents_bg_pc.jpg) no-repeat center top/cover;
  }
  .top-pickup-contents__wrap {
    padding: 0;
    padding-bottom: 100px;
  }
  .top-pickup-contents__item {
    border-top: unset;
    margin-inline: unset;
    padding: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
  }
  .top-pickup-contents__thumb {
    width: 150%;
  }
  .top-pickup-contents__item:not(:first-of-type) {
    margin-top: 120px;
  }
  .top-pickup-contents__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .top-pickup-contents__link {
    margin-inline: unset;
  }
}


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

top-regional

*************************************************/
.top-regional {
  width: min(800px,96%);
  margin-inline: auto;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .top-regional {
    width: fit-content;
    padding: 40px 0;
  }
}

.section_ttl{
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.section_en_ttl {
  display: table;
  margin: 0 auto 50px;
  color: #9B8C74;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.2;
  font-family: "Cinzel", serif;
  /* border-bottom: #231815 solid 1px; */
}
.b_text{
  font-size: 64px;
  line-height: 1;
}
.s_text{
  font-size: 20px;
}
.p_modal_wrap {
  display: flex;
  margin-bottom: 60px;
  width: 100%;
  justify-content: space-between;
}
.p_modal {
  text-align: right;
  z-index: 2;
  font-size: 12px;
  position: relative;
}
.modal_wrap {
  position: relative;
  overflow: hidden;
}
.p_modal img{
  transform: scale(1.06);
  height: 100%;
  transition: all .3s;
}
.modal_cap{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 18px;
}
.slick-track .p_modal .is-view picture img{
  transform: scale(1);
}
/* .slick-track .p_modal {
  overflow: hidden;
} */
.p_modal.is-view picture img{
  transform: scale(1);
}
.p_modal:hover picture img{
  transform: scale(1.03);
}
.js-modalBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.js-modalBtn::before {
  position: absolute;
  content: "";
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  display: block;
  transition: all .3s;
  opacity: 0;
}
.p_modal:hover .js-modalBtn::before{
  opacity: 1;
}
.js-modalBtn .in-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.m_cap {
  position: absolute;
  bottom: 0;
  right: 10px;
  display: block;
  color: #fff;
  font-size: 18px;
  z-index: 10;
}
.m_text{
  /* position: absolute;
  z-index: 10;
  bottom: -24px;
  right: 10px; */
  display: block;
  font-size: 12px;

}

.image-stack-wrapper,
.contents__img-wrap {
  position: relative;
  /* height: 300vh; スクロール量を確保 */
}

.image-stack,
.contents__img-stack {
  position: sticky;
  top: 0;
  height: 100dvh;
  overflow: hidden;
  z-index: 1000;
}

/* @media screen and (min-width: 1201px) {
  .contents__img-stack {
    top: var(--header-height);
    height: calc(100vh - var(--header-height));
  }
} */

.image-stack figure,
.contents__img-stack figure {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.image-stack img,
.contents__img-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0; */
  /* clip-path: inset(0 100% 0 0); */
   /* 最初は非表示 */
}
.image--base img,
.contents__img-scroll--base img {
  /* opacity: 1; */
  /* clip-path: none; */
   /* 最初から全表示 */
  z-index: 1;
}