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

wrapper

*************************************************/
/* #wrapper {} */
.parts-fv {
  min-height: 105dvh;
}
.hover {
  opacity: 1;
  transition: opacity 0.3s;
}
.hover:hover {
  opacity: 0.8;
}
/*************************************************

plan

*************************************************/
.color-01 {
  color: #884945;
}
.plan {
  padding-block: 40px;
  width: min(768px, 100%);
  margin-inline: auto;
}
/* .plan__header {} */
.plan__title {
  font-size: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-inline: 1em;
  color: #936d5d;
  margin-bottom: 1em;
}
.plan__title--special {
  font-size: 30px;
  margin-bottom: 0;
}
.plan__title02 {
  font-size: 15px;
  letter-spacing: 0em;
  width: 100%;
  margin-inline: auto;
  padding: 1em;
  line-height: 1.4;
  color: #fff;
  background-color: #80aaba;
  text-align: center;
}
.plan__title02--bgc01 {
  background-color: #6cbcc6;
}
.plan__title03 {
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 100%;
  margin-inline: auto;
  padding: 0.5em;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #fff;
  background-color: #dacb92;
}
.plan__title03--bgc01{
  background-color: #c2a28d;
}

.plan__lead {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  /* margin-bottom: 2em; */
}
.plan__mv {
  margin-block: 20px;
}
.plan__inner {
  padding: 20px;
}
.plan__inner--pi0 {
  padding-inline: 0px;
}
.plan__text {
  line-height: 1.8;
}
.plan__text--f20 {
  font-size: clamp(15px, 4vw, 20px);
}
.plan__text small {
  font-size: 12px;
  display: inline-block;
  line-height: 1.2;
}
.plan__img {
  margin-block: 20px;
  position: relative;
}
.plan__img04 {
  margin-inline: -20px;
}
.plan__wrap {
  margin-block: 40px;
}

@media screen and (min-width: 767px) {
  .plan__title02 {
    font-size: 22px;
    text-align: left;
  }
  .plan__img04 {
    margin-inline: 0;
  }
}
/*************************************************

features-slider

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

.features__item figure {
  margin-block: 20px;
}
.features__item-text {
  padding-bottom: 1em;
  border-bottom: 1px solid #c6c2bf;
}
.features-slider {
  margin-block: 20px 120px;
  width: 110%;
}
.features-slider .slick-slide {
  margin-right: 40px;
}
/* .features .swiper-btns {
  position: relative;
} */
.features .slick-prev:before,
.features .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;
}
.features .slick-next:before {
  content: '>';
}
.features .slick-prev,
.features .slick-next {
  z-index: 10;
  position: absolute;
  top: unset;
  right: unset;
  left: 22px;
  bottom: -60px;
}
.features .slick-next {
  left: 100px;
}

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

plusone

*************************************************/
.plusone {
  padding-bottom: 0;
}
.plusone__title-img {
    width: max(152px, 50vw);
    margin-inline: auto;
}
.plusone__sub-title {
  font-size: 22px;
  margin-bottom: 10px;
}


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

plan

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

.plan-list02 {
  margin-top: 40px;
  text-align: center;
}
.plan-list02 li + li {
  margin-top: 2em;
}
.plan-list02__dl dt {
  font-size: clamp(15px, 4vw, 24px);
  background-color: #9a8f5d;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  gap: 0.5em;
  /* font-size: 15px; */
  margin-bottom: 1rem;
  border: 2px solid #9a8f5d;
  white-space: nowrap;
}
.plan-list02__dl dt span {
  background-color: #fff;
  color: #9a8f5d;
  font-size: 60%;
  text-align: center;
  padding: 0.5em 1rem;
  display: flex;
  align-items: center;
  gap: 0.2em;
}
.plan-list02__dl dt span i {
  font-size: 140%;
  font-style: normal;
  line-height: 1;
}
.plan-list02__dl dt p {
  width: 100%;
}
.plan-list02__dl dd {
  font-size: clamp(15px, 4vw, 20px);
}
@media screen and (min-width: 767px) {
  .plan-list02 {
    width: fit-content;
    margin-inline: auto;
  }
}
/*************************************************

equipment-slider

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

.equipment__item figure {
  margin-block: 20px;
}
.equipment__item-text {
  padding-bottom: 1em;
  border-bottom: 1px solid #c6c2bf;
  font-size: 14px;
}
.equipment__item-text strong {
  font-weight: normal;
  font-size: 16px;
}
.equipment-slider {
  margin-block: 20px 120px;
  width: 110%;
}
.equipment-slider .slick-slide {
  margin-right: 40px;
}
/* .equipment .swiper-btns {
  position: relative;
} */
.equipment .slick-prev:before,
.equipment .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;
}
.equipment .slick-next:before {
  content: '>';
}
.equipment .slick-prev,
.equipment .slick-next {
  z-index: 10;
  position: absolute;
  top: unset;
  right: unset;
  left: 22px;
  bottom: -60px;
}
.equipment .slick-next {
  left: 100px;
}
.equipment__img01 {
  width: min(166px, 50%);
  margin-inline: auto;
}
.equipment__img03 {
  width: min(400px, 100%);
  margin-inline: auto;
}
.parts-modal__inner {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .parts-modal__inner iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 767px) {
  .plan {
    overflow: hidden;
    width: 100%;
  }
  .plan__header {
    width: min(1200px, calc(100%));
    margin-inline: auto;
  }
  .plan__inner {
    width: min(1200px, 100%);
    margin-inline: auto;
  }
  .plan__inner-pc-800px {
    width: min(800px, calc(100% - 40px));
    margin-inline: auto;
  }
  .plan__inner-pc-1000px {
    width: min(1000px, calc(100% - 40px));
    margin-inline: auto;
  }
  .plan__title {
    font-size: 36px;
    margin-bottom: 0.5em;
  }
  .plan__lead {
    font-size: 20px;
  }
  .plan__wrap-pc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .plan__wrap-pc02 {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 60px;
  }
  .features-slider {
    width: 100vw;
    /* margin-left: 10vw; */
  }
  .features-slider .slick-list {
    margin-left: calc(50vw - (min(1000px, 100% - 40px) / 2) + 20px);
    width: clamp(120%, 120vw, 1200px);
  }
  .features__text {
    padding-inline: 0;
  }
  .features-slider .slick-prev, .features-slider .slick-next {
    left: calc(50% - 40px);
    transform: translateX(-50%);
  }
  .features-slider .slick-next {
    left: calc(50% + 40px);
  }
  .plusone__title-img{
    width: min(160px, 16vw);
  }
  .plan__header-pc-wrap {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    align-items: center;
  }
  .equipment-slider {
    width: 100vw;
  }
  .equipment-slider .slick-list {
    margin-left: calc(50vw - (min(1180px, 100% - 20px) / 2) + 10px);
    width: clamp(120%, 120vw, 1200px);
  }
  .equipment__text {
    padding-inline: 0;
  }
  .equipment .slick-prev, .equipment .slick-next {
    width: fit-content;
    left: calc(50% - 40px);
    transform: translateX(-50%);
  }
  .equipment .slick-next {
    left: calc(50% + 40px);
  }
  .view-list {
    width: min(800px, 100%);
    margin-inline: auto;
  }
  .view-list ul {
    width: fit-content;
    margin-inline: auto;
  }
}


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

plan-list

*************************************************/
.plan-list {
  max-width: 430px;
  margin-inline: auto;
}
.plan-list__list .list-header {
  position: sticky;
  top: 0;
}
.plan-list button {
  text-align: center;
}
.plan-list__list .list-body .list-item .labelBox, .plan-limited__list .list-body .list-item .labelBox {
    position: absolute;
    top: var(--vw-size4);
    left: var(--vw-size4);
    display: flex;
    gap: 2px;
}
.plan-list__list .list-header .sort button .small, .plan-limited__list .list-header .sort button .small {
  font-size: .8em;
  color: inherit;
}
.plan-list__list .list-header .sort, .plan-limited__list .list-header .sort {
  background: #5f5f5f;
  border: 1px solid #3b3939;
  border-radius: var(--vw-size5);
  display: flex;
  border-radius: var(--vw-size3);
}
.plan-list__list .list-header .sort button, .plan-limited__list .list-header .sort button {
    flex: 1;
    height: var(--vw-size54);
    font-size: var(--vw-size17);
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-right: var(--vw-size17);
    line-height: 1.2;
}
.plan-list__list .list-header .sort button .arrow, .plan-limited__list .list-header .sort button .arrow {
  position: absolute;
  width: var(--vw-size34);
  height: 100%;
  right: 0;
  top: 0;
  border-left: 1px solid rgba(217, 217, 217, .2);
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-header .sort button, .plan-limited__list .list-header .sort button {
        height: var(--vw-size48);
        font-size: var(--vw-size13);
        padding-right: var(--vw-size10);
    }
    .plan-list__list .list-header .sort button .arrow, .plan-limited__list .list-header .sort button .arrow {
        width: var(--vw-size20);
    }
/* } */
/* @media screen and (max-width: 767px) { */
    .plan-list__list .list-header .sort button .arrow, .plan-limited__list .list-header .sort button .arrow {
        width: 15px;
    }
/* } */
.plan-list__list .list-header .sort button .arrow::after, .plan-limited__list .list-header .sort button .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
    transform: translate(-50%, -50%) rotateX(0deg);
    width: var(--vw-size14);
    height: var(--vw-size7);
    background-image: url(../img/elements/icn__arrow__down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: .5s ease;
  }
/* @media screen and (max-width: 991px) { */
  .plan-list__list .list-header .sort button .arrow::after, .plan-limited__list .list-header .sort button .arrow::after {
    width: var(--vw-size12);
    height: var(--vw-size6);
  }
/* } */

/* @media screen and (max-width: 767px) { */
  .plan-list__list .list-header .sort button .arrow::after, .plan-limited__list .list-header .sort button .arrow::after {
    width: 10px;
    height: 5px;
  }
/* } */
.plan-list__list .list-body, .plan-limited__list .list-body {
  margin-top: var(--vw-size22);
  display: flex;
  flex-direction: column;
  gap: var(--vw-size14);
}
/* @media screen and (max-width: 991px) { */
  .plan-list__list .list-body, .plan-limited__list .list-body {
      margin-top: var(--vw-size13);
  }
/* } */
.plan-list__list .list-body, .plan-limited__list .list-body {
    margin-top: var(--vw-size22);
    display: flex;
    flex-direction: column;
    gap: var(--vw-size14);
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body, .plan-limited__list .list-body {
        margin-top: var(--vw-size13);
    }
/* } */

.plan-list__list .list-body .list-item, .plan-limited__list .list-body .list-item {
    position: relative;
    display: flex;
    height: var(--vw-size111);
    border: 1px solid rgba(0, 0, 0, .3);
    box-sizing: border-box;
    border-radius: var(--vw-size5);
    overflow: hidden;
}
.plan-list__list .list-item {
    background: #fff;
    transition: .5s ease;
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item, .plan-limited__list .list-body .list-item {
      flex-wrap: wrap;
      height: auto;
      background: #efefef;
      border-radius: var(--vw-size3);
    }

/* } */
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item .type, .plan-limited__list .list-body .list-item .type {
        height: var(--vw-size80);
        padding-top: 8px;
        position: relative;
    }
/* } */

.plan-list__list .list-body .list-item .type, .plan-limited__list .list-body .list-item .type {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item .type::before, .plan-limited__list .list-body .list-item .type::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 1px);
        height: var(--vw-size7);
        background: #b1a9a7;
        /* filter: brightness(200%) saturate(70%); */
        opacity: .85;
        border-right: 1px solid hsla(0, 0%, 100%, .6);
        z-index: 100;
    }
/* } */

.plan-list__list .list-body .list-item .type span, .plan-limited__list .list-body .list-item .type span {
    font-family: YakuHanMP, "EB Garamond", serif;
    /* color: #b1a9a7; */
    line-height: 1;
}
.plan-list__list .list-body .list-item .type span:nth-child(1), .plan-limited__list .list-body .list-item .type span:nth-child(1) {
    font-size: var(--vw-size60);
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item .type span:nth-child(1), .plan-limited__list .list-body .list-item .type span:nth-child(1) {
        font-size: var(--vw-size30);
    }
/* } */
.plan-list__list .list-body .list-item .type span:nth-child(2), .plan-limited__list .list-body .list-item .type span:nth-child(2) {
    font-size: var(--vw-size30);
    margin-left: var(--vw-size4);
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item .type span:nth-child(2), .plan-limited__list .list-body .list-item .type span:nth-child(2) {
        font-size: var(--vw-size19);
    }
/* } */

.plan-list__list .list-body .list-item .ldk, .plan-limited__list .list-body .list-item .ldk {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid rgba(255, 255, 255, 1);
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item .ldk, .plan-limited__list .list-body .list-item .ldk {
        height: var(--vw-size80);
        padding-top: 8px;
        position: relative;
    }
/* } */
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item .ldk::before, .plan-limited__list .list-body .list-item .ldk::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 1px);
        height: var(--vw-size7);
        background: #b1a9a7;
        /* filter: brightness(200%) saturate(70%); */
        opacity: .85;
        border-right: 1px solid hsla(0, 0%, 100%, .6);
        z-index: 100;
    }
/* } */
.plan-list__list .list-body .list-item .ldk span, .plan-limited__list .list-body .list-item .ldk span {
    font-family: YakuHanMP, "EB Garamond", serif;
    line-height: 1;
}
.plan-list__list .list-body .list-item .ldk span:nth-child(2), .plan-limited__list .list-body .list-item .ldk span:nth-child(2) {
  font-size: var(--vw-size20);
}
/* @media screen and (max-width: 991px) { */
.plan-list__list .list-body .list-item .ldk span:nth-child(2), .plan-limited__list .list-body .list-item .ldk span:nth-child(2) {
  font-size: var(--vw-size13);
  text-align: center;
    }
/* } */
.plan-list__list .list-body .list-item .ldk span:nth-child(1) span:nth-child(1), .plan-limited__list .list-body .list-item .ldk span:nth-child(1) span:nth-child(1) {
    font-size: var(--vw-size60);
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item .ldk span:nth-child(1) span:nth-child(1), .plan-limited__list .list-body .list-item .ldk span:nth-child(1) span:nth-child(1) {
        font-size: var(--vw-size30);
    }
/* } */
.plan-list__list .list-body .list-item .area, .plan-limited__list .list-body .list-item .area {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 3px solid rgba(255, 255, 255, 1);
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item .area, .plan-limited__list .list-body .list-item .area {
        height: var(--vw-size80);
        padding-top: 8px;
        position: relative;
    }
/* } */
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item .area::before, .plan-limited__list .list-body .list-item .area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 1px);
        height: var(--vw-size7);
        background: #b1a9a7;
        /* filter: brightness(200%) saturate(70%); */
        opacity: .85;
    }
/* } */
.plan-list__list .list-body .list-item .area span:nth-child(1), .plan-limited__list .list-body .list-item .area span:nth-child(1) {
    font-size: var(--vw-size60);
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item .area span:nth-child(1), .plan-limited__list .list-body .list-item .area span:nth-child(1) {
        font-size: var(--vw-size30);
    }
/* } */
.plan-list__list .list-body .list-item .area span:nth-child(2), .plan-limited__list .list-body .list-item .area span:nth-child(2) {
    font-size: var(--vw-size30);
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item .area span:nth-child(2), .plan-limited__list .list-body .list-item .area span:nth-child(2) {
        font-size: var(--vw-size19);
    }
/* } */
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item figure, .plan-limited__list .list-body .list-item figure {
        width: 100%;
        background: #fff;
        margin: 0 var(--vw-size5) var(--vw-size5) var(--vw-size5);
        overflow: hidden;
    }
/* } */

/* @media screen and (max-width: 767px) { */
    .plan-list__list .list-body .list-item .label, .plan-limited__list .list-body .list-item .label {
        top: 0;
        padding: var(--vw-size4) var(--vw-size6) var(--vw-size5);
        z-index: 100;
    }
/* } */

.plan-list__list .list-body .list-item .label, .plan-limited__list .list-body .list-item .label {
    color: #fff;
    background: #b1a9a7;
    border-radius: var(--vw-size3);
    padding: var(--vw-size6) var(--vw-size10);
    font-size: max(10px, var(--vw-size11));
    font-weight: 700;
    line-height: 1;
}
/* @media screen and (max-width: 991px) { */
    .plan-list__list .list-body .list-item figure, .plan-limited__list .list-body .list-item figure {
        width: 100%;
        background: #fff;
        margin: 0;
        overflow: hidden;
    }
/* } */
    .plan-list__list .list-body .list-item .arrow {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .plan-list__list .list-body .list-item .arrow span {
        position: relative;
        display: block;
        width: var(--vw-size40);
        height: var(--vw-size40);
        background: #006261;
        border-radius: var(--vw-size5);
        overflow: hidden
      }

      .plan-list__list .list-body .list-item .arrow span::after {
        content: "";
        background-image: url(../img/elements/icn__arrow__right.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        /* background-color: #006261; */
        width: var(--vw-size8);
        height: var(--vw-size16);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all .5s cubic-bezier(0, 0.75, 0.3, 0.95)
    }

.u-dn-min-tab img {
  display: block;
  width: 80%;
  margin-block: 30px;
  margin-inline: auto;
}

@media screen and (min-width: 767px) {
  .plan-list  {
    max-width: unset;
  }
  .plan-list__list .list-body {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .list-body > * {
      max-width: 360px;
      width: 100%;
  }
}

/* .view-list {} */
.view-list {
  font-size: 20px;
}
.view-list__inner {
  padding: 20px;
}
.view-list ul {
  padding-left: 1em;
}
.view-list li {
  list-style: disc;
  font-size: 20px;
  line-height: 1;
}
.view-list li span {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  line-height: 1.8  ;
}
.view-list li small {
  font-size: 70%;
  display: inline;
  line-height: 1;
}
.triangle {
  position: relative;
  font-size: clamp(15px, 4vw, 20px);
  width: 10em;
  padding-block: 2em 1em;
  text-align: center;
  background-color: #cbe5ec;
  margin-inline: auto;
  position: relative;
  margin-block: 2em;
}
.triangle::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3em solid #cbe5ec;
  border-right: 10em solid transparent;
  border-left: 10em solid transparent;
  border-bottom: 0;
  margin-block: 1em;
  margin-inline: auto;

  position: absolute;
  bottom: -70%;
  left: 50%;
  transform: translateX(-50%);
}
.triangle span {
  /* color: #5c8988; */
  font-weight: bold;
}
.yukaifull-img .js-modalBtn {
  display: none;
}
@media screen and (min-width: 767px) {
  .view-list {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .yukaifull-img .js-modalBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .yukaifull-img .js-modalBtn .in-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.plan-list__list .list-body .list-item figure img[src$=".svg"] {
  display: block;
  width: 90%;
  margin-inline: auto;
  margin-block: 40px;
}
