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

.panel_item_top .panel_item_anchor {
  pointer-events: none;
}
.panel_item_top .panel_item_anchor .panel_item_bg::before {
  opacity: 0.8;
  z-index: 10;
}

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

top-wrapper

*************************************************/
.wrapper {
  background-size: 100%;
  font-family: YakuHanMP, "Noto Serif JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic",
    "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.bg-white {
  background-color: #fff;
}

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

mv

*************************************************/
.mv {
  position: relative;
}
.mv img {
  width: 100%;
}
.mv_title {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 100%;
  max-width: 400px;
}

@media only screen and (max-width: 767.98px) {
  .mv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  .mv figure {
    overflow: hidden;
    /* height: 60vh; */
    min-height: 400px;
  }
  .mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv_title {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}

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

top_link

*************************************************/
.top_link {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 0;
}
.top_link_wrap {
  width: calc(100% - 40px);
  max-width: 1920px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}
.top_link_item {
  text-align: center;
  padding-block: 60px;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  transition: all 0.5s;
}
.top_link_item .t_s {
  font-size: 17px;
}
.top_link_item .t_m {
  font-size: 26px;
}
.top_link_item .n_m {
  font-family: "Cormorant Infant", serif;
  font-size: 36px;
}
.top_link_item .n_l {
  font-family: "Cormorant Infant", serif;
  font-size: 44px;
  line-height: 1.2;
}
.top_link_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_link_item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.top_link_arrow {
  font-size: 16px;
  transition: all 0.5s;
}
.top_link_item:hover .top_link_arrow {
  transform: scaleX(1.8);
}

@media only screen and (max-width: 1024px) {
  .top_link_wrap {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --mv-h: 1000px;
  }
  .top_link {
    margin-top: 100svh;
    margin-top: var(--mv-h);
  }
  .top_link_wrap {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .top_link_item {
    text-align: center;
    padding-block: 20px;
    font-size: 20px;
    border-bottom: 1px solid rgba(44, 36, 29, 0.3);
    display: block;
    text-align: center;
  }
  .top_link_item .t_s {
    font-size: 15px;
  }
  .top_link_item .t_m {
    font-size: 26px;
  }
  .top_link_item .n_m {
    font-size: 36px;
  }
  .top_link_item .n_l {
    font-size: 44px;
  }
  .top_link_btn {
    margin-top: 20px;
    padding-right: 20px;
    font-size: 16px;
    justify-content: end;
    column-gap: 10px;
  }
}

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

top-information

*************************************************/
.top_info {
  padding-block: 160px;
  background: url(../../common/img/top/info_bg.jpg) no-repeat center center /
    cover;
}
.top_info .inner {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-inline: auto;
}
.top_info_title_en {
  font-family: "Cormorant Infant", serif;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #2c241d;
}
.top_info_title {
  text-align: center;
  margin-top: 80px;
}
.top_info_title span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 10px;
  color: #928267;
  border-bottom: 1px solid #928267;
}
.top_info_lead {
  margin-top: 30px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.top_info_text {
  margin-top: 20px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.top_info_btn_wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.top_info_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  background-color: #000;
  padding-block: 27px;
  text-decoration: none !important;
  transition: 0.4s;
}
.top_info_btn.step {
  background-color: #6b9592;
  color: #fff;
}
.top_info_btn::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.top_info_btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .top_info {
    padding-block: 80px;
  }
  .top_info_title_en {
    font-size: 16px;
  }
  .top_info_title {
    margin-top: 40px;
  }
  .top_info_title span {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .top_info_lead {
    margin-top: 30px;
    text-align: left;
    font-size: 24px;
  }
  .top_info_text {
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
  }
  .top_info_btn_wrap {
    margin-top: 40px;
    row-gap: 20px;
  }
  .top_info_btn {
    font-size: 16px;
    padding-block: 22px;
  }
  .top_info_btn.step {
    font-size: 13px;
    letter-spacing: normal;
  }
  .top_info_btn::before {
    right: 10px;
    font-size: 14px;
  }
}

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

top_plan

*************************************************/
.top_plan {
  padding-block: 160px;
  background-color: #2c241d;
  background: url(../img/top/plan_bg.jpg) no-repeat center center/cover;
  color: #fff;
}
.top_plan_wrap {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.top_plan_title {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #E2CAA6;
}
.top_plan_body {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.top_plan_tab_btns {
  display: flex;
  gap: 1em;
  width: fit-content;
  margin-inline: auto;
  font-size: 20px;
  margin-bottom: 20px;
}
.top_plan_tab_btn {
  width: 12em;
  color: #fff;
  border:1px solid #fff;
  padding: 0.1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.top_plan_tab_btn:hover {
  opacity: 0.8;
}
.top_plan_tab_btn.is-active {
  background-color: #fff;
  color: #000;
}
.top_plan_tab_btn::before {
  display: block;
  content: '・';
  font-size: 160%;
  opacity: 0;
  transition: all 0.3s;
}
.top_plan_tab_btn.is-active::before {
  opacity: 1;
}
.top_plan_img {
  display: none;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.top_plan_img.is-active {
  display: block;
}
.top_plan_lead {
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.top_plan_text {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.spec_area {
  margin-top: 80px;
}
.spec_title {
  font-family: "Cormorant Infant", serif;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 1;
  border-bottom: 1px solid rgba(226, 202, 166, 0.5);
  padding-bottom: 16px;
}
.spec_title span {
  font-size: 64px;
  color: #E2CAA6;
}
.ldk {
  font-family: "Cormorant Infant", serif;
  margin-top: 20px;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.ldk span {
  font-size: 40px;
}
.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: 16px;
}
.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;
  display: inline-block;
}
.top_plan_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  padding-block: 26px;
  font-family: "Cormorant Infant", serif;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #E2CAA6;
  border: 1px solid rgba(226, 202, 166, 0.5);
  text-decoration: none !important;
  transition: 0.4s;
}
.top_plan_btn::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  color: #E2CAA6;
  transition: 0.4s;
}
.top_plan_btn:hover {
  color: #fff;
  background-color: #3e7b77;
}
.top_plan_btn:hover::before {
  color: #fff;
}
.main_wrap--top_plan {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1600px);
}
.main_contents--top_plan {
  max-width: unset;
}

.plan_link_wrap {
  margin-top: 80px;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.plan_link_itam {
  position: relative;
  display: block;
  font-family: "Cormorant Infant", serif;
  text-decoration: none !important;
  padding: 30px 20px 20px 40px;
  border: 1px solid #2c241d;
  transition: all 0.4s;
}
.plan_link_itam:hover {
  background-color: rgba(44, 36, 29, 0.8);
  color: #fff;
}
.plan_link_itam.new::before {
  content: "NEW";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
}
.plan_link_type {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-bottom: 20px;
}
.plan_link_type span {
  font-size: 40px;
}
.plan_link_type::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 24px;
  height: 1px;
  background-color: rgba(44, 36, 29, 0.5);
}
.plan_link_ldk {
  margin-top: 40px;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.plan_link_ldk span {
  font-size: 40px;
}
.plan_link_menseki {
  letter-spacing: 0.04em;
}
.plan_link_menseki .menseki_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.plan_link_menseki .num_l {
  font-size: 40px;
}
.plan_link_menseki .num_m {
  font-size: 24px;
}
.plan_link_menseki .num_s {
  font-size: 16px;
}
.plan_link_btn {
  text-align: right;
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.js-modalBtn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .top_plan {
    padding-block: 80px;
  }
  .top_plan_main .inner {
    flex-direction: column;
    row-gap: 20px;
  }
  .top_plan_wrap {
    flex-direction: column;
    row-gap: 40px;
  }
  .top_plan_title {
    font-size: 30px;
    flex: auto;
  }
  .top_plan_body {
    display: contents;
  }
  .sp_order {
    order: 0;
  }
  .top_plan_tab_btns {
    /* flex-direction: column; */
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_plan_img {
    flex: auto;
    order: 1;
  }
  .plan-modal-plan {
    overflow-x: auto;
    width: 100%;
    line-height: 0;
  }
  .plan-modal-plan * {
    display: block;
    margin: 0;
    padding: 0;
  }
  .plan-modal-plan figure {
    display: block;
    width: 200%;
  }
  .top_plan_lead {
    font-size: 20px;
  }
  .top_plan_text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
  .spec_area {
    margin-top: 56px;
  }
  .ldk {
    margin-top: 20px;
  }
  .top_plan_btn {
    order: 3;
    width: 100%;
    max-width: 240px;
    margin-inline: auto;
    padding-block: 22px;
    font-size: 16px;
  }
  .plan_link_wrap {
    margin-top: 80px;
    width: calc(100% - 40px);
    max-width: 1280px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .plan_link_ldk {
    margin-top: 24px;
  }
  .plan_link_btn {
    margin-top: 30px;
  }
  .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;
  }
}

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

concept_area

*************************************************/
.concept_area {
  display: block;
  position: relative;
  overflow: hidden;
}
.concept_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.concept_area:hover:before {
  opacity: 0.4;
}
.concept_area img {
  width: 100%;
  transition: all 0.5s ease-out;
}
.concept_area:hover figure img {
  transform: scale(1.03);
}
.concept_img_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 560px;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .concept_area:hover:before {
    opacity: 0.4;
  }
  .concept_area figure {
    width: 100%;
    height: 400px;
  }
  .concept_area img {
    object-fit: cover;
    height: 100%;
  }
}

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

contents_area

*************************************************/
.contents_area {
  padding-block: 160px;
}
.contents_title {
  font-family: "Cormorant Infant", serif;
  width: calc(100% - 40px);
  max-width: 1600px;
  margin-inline: auto;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #2c241d;
  margin-bottom: 80px;
}
.contents_item_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.contents_item {
  font-family: "Cormorant Infant", serif;
  width: calc(100% - 40px);
  max-width: 1920px;
  display: flex;
  align-items: center;
  column-gap: 9%;
}
.contents_img {
  flex: 1 1 56%;
}
.contents_img figure {
  position: relative;
}
.contents_body {
  flex: 1 1 36%;
  display: flex;
  justify-content: flex-start;
  column-gap: 3vw;
}
.contents_body_title {
  padding-top: 6px;
  flex: 0 0 104px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contents_meta {
}
.contents_meta_lead {
  font-size: 23px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-family: "Noto Serif", serif;
}
.contents_meta_text {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.contents_meta_btn {
  margin-top: 80px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  padding-block: 26px;
  font-family: "Cormorant Infant", serif;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #2c241d;
  border: 1px solid #2c241d;
  text-decoration: none !important;
  transition: 0.4s;
}
.contents_meta_btn::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  color: #2c241d;
  transition: 0.4s;
}
.contents_meta_btn:hover {
  color: #fff;
  background-color: #2c241d;
}
.contents_meta_btn:hover::before {
  color: #fff;
}
.contents_bottom_wrap {
  margin-top: 160px;
  font-family: "Cormorant Infant", serif;
  width: calc(100% - 40px);
  max-width: 1600px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
.contents_bottom_item {
  flex: 1 1 48%;
  max-width: 720px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 14px;
}
.contents_bottom_img,
.contents_bottom_body {
  flex: 1 1 48%;
  max-width: 330px;
}
.contents_bottom_img figure {
  position: relative;
}
.contents_bottom_title {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contents_bottom_text {
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Serif", serif;
}
.contents_bottom_btn {
  text-align: right;
  text-decoration: none !important;
  display: block;
  margin-top: 80px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  border-bottom: 1px solid #2c241d;
  padding-right: 6px;
  padding-block: 14px;
  background-image: linear-gradient(90deg, #f6f6f6 50%, transparent 50%);
  background-position: 100%;
  background-size: 250%;
  transition: 0.4s;
}
.contents_bottom_btn:hover {
  background-position: 0;
}

@media only screen and (max-width: 1024px) {
  .contents_item {
    align-items: start;
    column-gap: 4%;
  }
  .contents_body {
    flex-direction: column;
    row-gap: 20px;
  }
  .contents_body_title {
    padding-top: 6px;
    flex: auto;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
  }

  .contents_meta_btn {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contents_area {
    padding-block: 80px;
  }
  .contents_title {
    margin-bottom: 40px;
  }
  .contents_item_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
  }
  .contents_item {
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
  }
  .contents_img {
    flex: auto;
  }
  .contents_body {
    flex: auto;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .contents_meta_lead {
    font-size: 20px;
  }
  .contents_meta_text {
    margin-top: 20px;
    font-size: 14px;
  }
  .contents_meta_btn {
    margin-top: 20px;
    max-width: 240px;
    padding-block: 22px;
    font-size: 16px;
    margin-inline: auto;
  }
  .contents_meta_btn::before {
    right: 20px;
    font-size: 16px;
  }
  .contents_bottom_wrap {
    margin-top: 80px;
    column-gap: 20px;
  }
  .contents_bottom_item {
    flex: 1 1 50%;
    max-width: 720px;
    flex-direction: column;
    row-gap: 20px;
  }
  .contents_bottom_img,
  .contents_bottom_body {
    flex: 1 1 48%;
    max-width: 320px;
  }
  .contents_bottom_img figure {
    position: relative;
  }
  .contents_bottom_title {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .contents_bottom_text {
    margin-top: 14px;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .contents_bottom_btn {
    width: 80%;
    margin-left: auto;
    margin-top: 10px;
    font-size: 16px;
    padding-right: 0px;
    padding-block: 10px;
  }
}

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

top-endcaption

*************************************************/
.top-endcaption {
  padding: 40px 0 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top-endcaption {
    padding: 40px 0;
  }
}
/*************************************************

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;
  }
}

/* お詫び */

.teisei-season-summer a {
  display: block;
  background: rgba(159, 88, 88, 0.7);
  width: 200px;
  max-width: 80%;
  padding: 10px 20px;
  margin: 10px auto 0;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.teisei-season-summer a:hover {
  opacity: 0.5;
}

/*お詫び*/
.box-bukken-contact-teisei {
  width: 800px;
  /* width: 980px; */
  max-width: 100%;
  margin: 80px auto 0;
  padding: 20px;
  border: #b52d44 solid 1px;
  background: #fff;
  color: #000;
  font-size: 13px;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  text-align: left;
  text-align: center;
}

.box-bukken-contact-teisei b {
  color: #b52d44;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .box-bukken-contact-teisei {
    width: 100%;
    text-align: left;
  }
}

.box-bukken-contact-teisei b {
  display: block;
  font-size: 16px;
}