@charset "UTF-8";
.info-box {
  padding: 50px;
  background: #f9f6f1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

@media screen and (max-width: 900px) {
  .info-box {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .info-box {
    padding: 25px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.info-box__row {
  border-bottom: 1px solid #e1e1e1;
  padding-block: 16px 20px;
  display: flex;
}

.info-box__row:first-child {
  padding-top: 0;
}

.info-box__label,
.info-box__detail {
  display: block;
  font-size: 1.6rem;
  line-height: 1.625em;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .info-box__label,
  .info-box__detail {
    font-size: 14px;
  }
}
.info-box__label {
  width: 25%;
  flex-shrink: 0;
}

@media screen and (max-width: 900px) {
  .info-box__label {
    width: 30%;
  }
}
.info-slider__main {
  margin-block: 60px;
}

@media screen and (max-width: 767px) {
  .info-slider__main {
    margin-block: 30px;
  }
}
.info-slider__main-img {
  aspect-ratio: 180/126;
  height: auto;
}

.info-slider__main-text {
  margin-top: 20px;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .info-slider__main-text {
    margin-top: 12px;
    font-size: 14px;
  }
}
.dropdown {
  position: relative;
  font-size: 1.6rem;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .dropdown {
    margin-inline: auto;
    font-size: 14px;
  }
}
.dropdown::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  margin: auto;
  inset: 0 5px 0 auto;
  background: url("../img/icons/arrow-triangle.svg") no-repeat center/cover;
}

.dropdown__placeholder {
  padding-inline: 20px;
  min-width: 200px;
  height: 42px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown__placeholder:hover {
  background: #f9f6f1;
}

.dropdown__placeholder > .is-active {
  color: #383838;
}

.dropdown__option-list {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: inherit;
  padding: 5px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.dropdown__option-list.is-on-top {
  top: unset;
  bottom: 100%;
}

.dropdown__option {
  padding-block: 5px;
  letter-spacing: 0.08em;
}

.dropdown.is-open {
  z-index: 3;
}

.dropdown.is-open::after {
  transform: scaleY(-1);
}

.dropdown.is-open .dropdown__option-list {
  border: inherit;
  height: auto;
  visibility: visible;
}

.dropdown.is-open .dropdown__option:hover {
  background: #f9f6f1;
}

.dropdown select {
  display: none;
}

/*-----------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/
.privacy {
  background-color: #fff;
}

.privacy__container {
  padding-inline: 4%;
  margin-inline: auto;
  max-width: calc(940px + 8%);
  box-sizing: border-box;
  margin: 0 auto 137px;
}

@media screen and (max-width: 767px) {
  .privacy__container {
    max-width: 100%;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 767px) {
  .privacy__container {
    margin: 0 auto 68px;
  }
}
.privacy__text,
.privacy__item-heading,
.privacy__inner-list-text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .privacy__text,
  .privacy__item-heading,
  .privacy__inner-list-text {
    font-size: 14px;
    line-height: 2em;
  }
}
.privacy__item {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .privacy__item {
    margin-top: 40px;
  }
}
.privacy__inner-list {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .privacy__inner-list {
    margin-top: 20px;
  }
}
/*-----------------------------------------------------
404 
-----------------------------------------------------*/
.page-404 {
  padding-bottom: 137px;
}

@media screen and (max-width: 767px) {
  .page-404 {
    padding-bottom: 68px;
  }
}
.page-404__container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-404__container {
    max-width: 100%;
    padding: 0 5%;
  }
}
.page-404__heading {
  font-size: 3.1rem;
  margin-bottom: 1px;
}

@media screen and (max-width: 767px) {
  .page-404__heading {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.page-404__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .page-404__text {
    font-size: 14px;
    margin: 30px 0 65px;
  }
}
/*-----------------------------------------------------
management
資産運用をお考えの方へ
-----------------------------------------------------*/
.management {
  padding-bottom: 190px;
}

@media screen and (max-width: 950px) {
  .management {
    padding-bottom: 95px;
  }
}
.management__container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .management__container {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 950px) {
  .management__container {
    margin: 0 auto;
    flex-direction: column;
    gap: 30px;
  }
}
.management__heading {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6428571429em;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .management__heading {
    font-size: 24px;
    line-height: 2em;
  }
}
.management__subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .management__subtitle {
    font-size: 16px;
  }
}
.management__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .management__text {
    font-size: 14px;
    line-height: 2em;
  }
}
.management__text + .management__text {
  margin-top: 1.5em;
}

.management__text + .management__subtitle {
  margin-top: 30px;
}

.management__image-wrapper {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.management__image-wrapper picture:last-child img {
  position: relative;
  top: 20px;
}

.management__image-wrapper picture img {
  max-width: 280px;
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .management__image-wrapper picture img {
    height: auto;
  }
}
/*-----------------------------------------------------
TOTAL SUPPORT
トータルサポート
-----------------------------------------------------*/
.total-support__content {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .total-support__content {
    padding-bottom: 70px;
  }
}
.total-support__intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .total-support__intro {
    gap: 20px;
  }
}
.total-support__intro-title {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.1428571429em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .total-support__intro-title {
    font-size: 20px;
  }
}
.total-support__intro-desc {
  margin: 0 auto;
  max-width: 980px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .total-support__intro-desc {
    font-size: 14px;
    line-height: 2em;
  }
}
.total-support__container {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .total-support__container {
    margin-top: 40px;
  }
}
.total-support__wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .total-support__wrapper {
    flex-direction: column;
  }
}
.total-support__wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.total-support__image {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .total-support__image {
    width: 100%;
  }
}
.total-support__info-container {
  width: 50%;
  padding: 81px 60px 81px 63px;
  background-color: #f9f6f1;
}

@media screen and (max-width: 1024px) {
  .total-support__info-container {
    padding: 50px 40px 60px 45px;
  }
}
@media screen and (max-width: 767px) {
  .total-support__info-container {
    width: 100%;
    padding: 40px 30px;
  }
}
.total-support__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .total-support__info {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .total-support__info {
    gap: 20px;
  }
}
.total-support__title {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .total-support__title {
    font-size: 20px;
    gap: 10px;
  }
}
.total-support__title::before {
  content: "";
  width: 5px;
  height: 40px;
  background-color: #b49975;
  display: block;
}

.total-support__info-desc {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .total-support__info-desc {
    font-size: 14px;
    line-height: 2em;
  }
}
.total-support__btn-group {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.total-support__btn {
  max-width: 280px;
}

/*-----------------------------------------------------

お客様の声

-----------------------------------------------------*/
.customer__list-container {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .customer__list-container {
    padding-bottom: 80px;
  }
}
.customer__list-button {
  margin-block: 80px 106px;
}

@media screen and (max-width: 767px) {
  .customer__list-button {
    margin-block: 30px 60px;
  }
}
.customer__list-card-group {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .customer__list-card-group {
    margin-top: 40px;
  }
}
.customer__detail-container {
  padding-bottom: 137px;
}

@media screen and (max-width: 767px) {
  .customer__detail-container {
    padding-bottom: 80px;
  }
}
.customer__detail-heading {
  margin-block: 20px;
}

@media screen and (max-width: 767px) {
  .customer__detail-heading {
    margin-block: 16px;
    font-size: 24px;
  }
}
.customer__detail-subtitle {
  margin-bottom: 60px;
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .customer__detail-subtitle {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.customer__detail-img {
  margin-bottom: 40px;
  aspect-ratio: 940/646;
}

@media screen and (max-width: 767px) {
  .customer__detail-img {
    margin-bottom: 35px;
  }
}
.customer__detail-block + .customer__detail-block {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .customer__detail-block + .customer__detail-block {
    margin-top: 30px;
  }
}
.customer__detail-block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2727272727em;
  display: flex;
  gap: 19.5px;
}

@media screen and (max-width: 767px) {
  .customer__detail-block-title {
    margin-bottom: 8px;
    font-size: 17px;
    gap: 10px;
  }
}
.customer__detail-block-title::before {
  content: "";
  margin-top: 0.7em;
  display: block;
  width: 40px;
  height: 1px;
  background: #383838;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .customer__detail-block-title::before {
    width: 30px;
  }
}
.customer__detail-block-par {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .customer__detail-block-par {
    font-size: 14px;
  }
}
.customer__detail-slider {
  margin-block: 55px 80px;
}

@media screen and (max-width: 767px) {
  .customer__detail-slider {
    margin-block: 40px;
  }
}
.customer__detail-slide:hover .customer__detail-slide-img img {
  transform: scale(1.1);
}

.customer__detail-slide:hover .customer__detail-slide-text {
  color: #777272;
}

.customer__detail-slide-img {
  height: auto;
  aspect-ratio: 300/204;
  overflow: hidden;
}

.customer__detail-slide-img img {
  transition: 0.3s ease;
}

.customer__detail-slide-text {
  margin-top: 20px;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.625em;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .customer__detail-slide-text {
    margin-top: 12px;
    font-size: 14px;
  }
}
.customer__detail-button-wrap {
  margin-top: 80px;
}

/*-----------------------------------------------------
OUR COMMITMENT
信和のこだわり
-----------------------------------------------------*/
.commitment__intro {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .commitment__intro {
    padding-bottom: 60px;
  }
}
.commitment__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2.1428571429em;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .commitment__heading {
    font-size: 24px;
  }
}
.commitment__text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .commitment__text {
    font-size: 14px;
    line-height: 2em;
  }
}
.commitment__text--ta-center {
  text-align: center;
}

.commitment__intro-text {
  max-width: 890px;
  margin: 40px auto 100px;
}

@media screen and (max-width: 767px) {
  .commitment__intro-text {
    margin: 30px 0;
    max-width: 100%;
  }
}
.commitment__intro-images {
  display: flex;
  justify-content: center;
  gap: 14px;
}

@media screen and (max-width: 767px) {
  .commitment__intro-images {
    gap: 5px;
  }
}
.commitment__intro-image {
  width: 304px;
}

@media screen and (max-width: 767px) {
  .commitment__intro-image {
    width: auto;
  }
}
.commitment__intro-image:nth-child(2) {
  margin-top: 20px;
}

.commitment__intro-image:nth-child(3) {
  margin-top: 40px;
}

.commitment__features {
  padding: 160px 0 140px;
  background: #f9f6f1;
}

@media screen and (max-width: 767px) {
  .commitment__features {
    padding: 80px 0;
  }
}
.commitment__features-description {
  margin: 60px auto;
  max-width: 890px;
}

@media screen and (max-width: 767px) {
  .commitment__features-description {
    margin: 40px 0;
    max-width: 100%;
  }
}
.commitment__features-image-wrapper {
  background: linear-gradient(to top, rgba(215, 210, 203, 0.25), rgba(239, 234, 227, 0.25));
  padding: 40px 0;
}

.commitment__features-image {
  width: 779px;
  max-width: 100%;
  margin: 0 auto;
}

.commitment__feature-list {
  counter-reset: feature;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}

@media screen and (max-width: 767px) {
  .commitment__feature-list {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.commitment__features-item {
  position: relative;
  background: #fffefc;
  padding: 54px 50px 50px;
}

@media screen and (max-width: 767px) {
  .commitment__features-item {
    padding: 50px 25px;
  }
}
.commitment__features-item::after {
  display: block;
  counter-increment: feature;
  content: counter(feature, decimal-leading-zero);
  position: absolute;
  top: 40px;
  right: 50px;
  font-family: "Trajan Pro", sans-serif;
  font-size: 18rem;
  line-height: 0.8em;
  color: rgba(215, 210, 203, 0.12);
}

@media screen and (max-width: 767px) {
  .commitment__features-item::after {
    top: 20px;
    right: 25px;
  }
}
.commitment__features-item--full {
  margin-top: 30px;
  border: 2px solid #b49975;
  padding: 0;
  background: none;
  grid-column: span 2;
}

@media screen and (max-width: 767px) {
  .commitment__features-item--full {
    grid-column: span 1;
  }
}
.commitment__features-item--full::after {
  display: none;
}

.commitment__feature-full-content {
  display: flex;
  gap: 0 60px;
  background: #fff;
  margin: 10px;
  padding: 60px;
}

@media screen and (max-width: 1200px) {
  .commitment__feature-full-content {
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .commitment__feature-full-content {
    flex-direction: column;
    padding: 53px 17px 0;
    gap: 87px 0;
  }
}
.commitment__feature-full-left {
  max-width: 500px;
}

@media screen and (max-width: 1200px) {
  .commitment__feature-full-left {
    max-width: 100%;
  }
}
.commitment__feature-heading-en {
  font-family: "Trajan Pro", sans-serif;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #b49975;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .commitment__feature-heading-en {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 0;
  }
}
.commitment__feature-heading-jp {
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .commitment__feature-heading-jp {
    font-size: 18px;
    line-height: 1.7777777778em;
  }
}
.commitment__feature-heading-jp--full {
  font-size: 2.8rem;
  line-height: 1.1428571429em;
}

@media screen and (max-width: 767px) {
  .commitment__feature-heading-jp--full {
    font-size: 2.4rem;
    line-height: 1.33em;
  }
}
.commitment__feature-item-description {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .commitment__feature-item-description {
    margin-top: 20px;
  }
}
.commitment__feature-full-right {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  gap: 0 23px;
}

@media screen and (max-width: 767px) {
  .commitment__feature-full-right {
    position: relative;
    gap: 0;
  }
}
.commitment__feature-full-image {
  width: 278px;
}

@media screen and (max-width: 767px) {
  .commitment__feature-full-image {
    width: 243px;
    margin: 0 auto 146px;
  }
}
.commitment__feature-full-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .commitment__feature-full-detail-item {
    position: absolute;
  }
}
.commitment__feature-full-detail-item:first-child {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .commitment__feature-full-detail-item:first-child {
    margin-top: 0;
    top: -40px;
    left: 0;
  }
}
.commitment__feature-full-detail-item:nth-child(2) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .commitment__feature-full-detail-item:nth-child(2) {
    margin-top: 0;
    bottom: 45px;
    right: 0;
  }
}
.commitment__feature-full-detail-item-heading {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .commitment__feature-full-detail-item-heading {
    font-size: 14px;
    line-height: 2em;
  }
}
.commitment__feature-full-detail-item-heading .brown {
  color: #b49975;
}

.commitment__feature-full-detail-item-heading .maroon {
  color: #6d3434;
}

.commitment__feature-full-detail-item-description {
  font-size: 1.4rem;
  line-height: 2.2857142857em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .commitment__feature-full-detail-item-description {
    font-size: 12px;
    line-height: 2.3333333333em;
  }
}
.commitment__merit {
  padding: 140px 0 125px;
}

@media screen and (max-width: 767px) {
  .commitment__merit {
    padding: 80px 0;
  }
}
.commitment__merit-list {
  margin-top: 130px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 90px 27px;
}

@media screen and (max-width: 767px) {
  .commitment__merit-list {
    margin-top: 90px;
    gap: 80px;
  }
}
.commitment__merit-item {
  position: relative;
  flex: 0 0 calc(25% - 20.25px);
}

@media screen and (max-width: 1024px) {
  .commitment__merit-item {
    flex: 0 0 calc(50% - 13.5px);
  }
}
@media screen and (max-width: 767px) {
  .commitment__merit-item {
    flex-basis: 280px;
  }
}
.commitment__merit-item-number {
  position: absolute;
  top: -36px;
  left: 15px;
  width: 73px;
  height: 73px;
  background: #b49975;
  font-family: "Trajan Pro", sans-serif;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .commitment__merit-item-number {
    width: 53px;
    height: 53px;
    top: -27px;
    left: 11px;
  }
}
.commitment__merit-item-number-inner {
  color: #fff;
  transform: rotate(-45deg);
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commitment__merit-heading {
  margin-top: 20px;
  font-size: 2.4rem;
  line-height: 1.3333333333em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .commitment__merit-heading {
    font-size: 20px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .commitment__merit-heading {
    font-size: 22px;
    line-height: 1.4545454545em;
  }
}
.commitment__merit-description {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .commitment__merit-description {
    margin-top: 10px;
  }
}
.commitment__merit-number {
  font-size: 3.4rem;
  line-height: 1em;
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .commitment__merit-number {
    font-size: 2.4rem;
  }
}
.commitment__merit-label {
  margin-bottom: 5px;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

/*-----------------------------------------------------
PROPERTY LIST
販売物件
-----------------------------------------------------*/
.property {
  padding-bottom: 139px;
  /** Property Detail **/
}

@media screen and (max-width: 950px) {
  .property {
    padding-bottom: 80px;
  }
}
.property__container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .property__container {
    max-width: 100%;
    padding: 0 5%;
  }
}
.property__item {
  padding: 50px 70px;
  background-color: #f9f6f1;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 950px) {
  .property__item {
    flex-direction: column;
    padding: 30px 25px;
    gap: 20px;
  }
}
.property__item:last-child {
  margin-bottom: 0;
}

.property__item-img {
  max-width: 380px;
  height: 380px;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 950px) {
  .property__item-img {
    max-width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .property__item-img {
    height: auto;
  }
}
.property__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.property__item-img--soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #786955;
  mix-blend-mode: multiply;
}

.property__item-img--soon::after {
  position: absolute;
  content: "COMING SOON";
  color: #fff;
  font: 2.2rem "Trajan Pro", sans-serif;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.1em;
  opacity: 0.7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 950px) {
  .property__item-img--soon::after {
    font-size: 18px;
  }
}
.property__item-heading {
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.0833333333em;
  margin-bottom: 9px;
}

@media screen and (max-width: 950px) {
  .property__item-heading {
    font-size: 19px;
    line-height: 1.3em;
  }
}
.property__item-content {
  display: flex;
  gap: 60px;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}

@media screen and (max-width: 950px) {
  .property__item-content {
    gap: 30px;
  }
}
.property__item-title,
.property__item-desc {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.625em;
}

@media screen and (max-width: 950px) {
  .property__item-title,
  .property__item-desc {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
.property__item-title {
  max-width: 70px;
  width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 950px) {
  .property__item-title {
    max-width: 60px;
  }
}
.property__wrapper {
  flex: 1;
}

.property__buttons {
  max-width: 572px;
  width: 100%;
  justify-content: flex-end;
  margin: 40px 0 0 auto;
}

@media screen and (max-width: 950px) {
  .property__buttons {
    justify-content: center;
    max-width: 100%;
    margin: 30px 0 0;
  }
}
.property__buttons .button {
  flex-basis: 188px;
}

.property__detail-container {
  padding-inline: 4%;
  margin-inline: auto;
  max-width: calc(940px + 8%);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .property__detail-container {
    max-width: 100%;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 767px) {
  .property__detail-heading {
    font-size: 22px;
    line-height: 1.6em;
  }
}
.property__detail-slider {
  padding-bottom: 112px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .property__detail-slider {
    padding-bottom: 56px;
    margin-bottom: 20px;
  }
}
.property__detail-slider::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #b49975 120px, #d7d2cb 120px);
}

.property__detail-title {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.0833333333em;
}

@media screen and (max-width: 767px) {
  .property__detail-title {
    font-size: 20px;
  }
}
.property__detail-text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.625em;
  padding: 30px 0 60px;
}

@media screen and (max-width: 767px) {
  .property__detail-text {
    font-size: 14px;
    padding: 15px 0 30px;
  }
}
.property__detail-button-wrap {
  justify-content: center;
  padding: 40px 0 100px;
}

@media screen and (max-width: 767px) {
  .property__detail-button-wrap {
    padding: 20px 0 40px;
    gap: 10px;
  }
}
/*-----------------------------------------------------
-----------------------------------------------------*/
.sales__list-container {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .sales__list-container {
    padding-bottom: 80px;
  }
}
.sales__list-button {
  margin-block: 72px 106px;
}

@media screen and (max-width: 767px) {
  .sales__list-button {
    margin-block: 30px 60px;
  }
}
.sales__list-card-group {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .sales__list-card-group {
    margin-top: 40px;
  }
}
.sales__detail-container {
  padding-bottom: 137px;
}

@media screen and (max-width: 767px) {
  .sales__detail-container {
    padding-bottom: 80px;
  }
}
.sales__detail-heading {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sales__detail-heading {
    margin-top: 16px;
    font-size: 22px;
    line-height: 1.6em;
  }
}
.sales__list-card-group .card__img {
  aspect-ratio: 100/126.32;
}

.sales__detail-slider {
  margin-block: 60px 40px;
}

@media screen and (max-width: 767px) {
  .sales__detail-slider {
    margin-block: 40px;
  }
}
.sales__detail-button {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .sales__detail-button {
    margin-top: 40px;
  }
}
/*-----------------------------------------------------
売却をお考えの方へページ
-----------------------------------------------------*/
.res__content {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .res__content {
    padding-bottom: 70px;
  }
}
.res__intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .res__intro {
    gap: 20px;
  }
}
.res__intro-title {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.1428571429em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .res__intro-title {
    font-size: 20px;
  }
}
.res__intro-desc {
  margin: 0 auto;
  max-width: 890px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .res__intro-desc {
    font-size: 14px;
    line-height: 2em;
  }
}
.res__container {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .res__container {
    margin-top: 40px;
  }
}
.res__info-container {
  width: 50%;
  flex: 1 1 50%;
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  .res__info-container {
    padding: 50px 40px 60px 45px;
  }
}
@media screen and (max-width: 767px) {
  .res__info-container {
    width: 100%;
    padding: 40px 30px;
  }
}
.res__wrapper {
  display: flex;
  gap: 30px 8%;
}

@media screen and (max-width: 767px) {
  .res__wrapper {
    flex-direction: column;
  }
}
.res__wrapper:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .res__wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}
.res__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .res__info {
    gap: 20px;
  }
}
.res__info-title {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .res__info-title {
    font-size: 20px;
  }
}
.res__info-text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .res__info-text {
    font-size: 1.4rem;
  }
}
.res__info-list {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.res__info-list li {
  position: relative;
  padding-left: 10px;
}

.res__info-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #b49975;
  position: absolute;
  top: 13px;
  left: 0;
}

.res__image {
  width: 50%;
  flex: 1 1 50%;
}

@media screen and (max-width: 767px) {
  .res__image {
    width: 100%;
  }
}
/*-----------------------------------------------------
TOPページ
-----------------------------------------------------*/
.top {
  overflow-x: hidden;
}

.top__mv {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top__mv {
    /* height: calc(100svh - 50px); */
    padding-bottom: 0;
  }
}
.top__mv-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.top__mv-dp {
  width: 358px;
  height: 435px;
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .top__mv-dp {
    width: 237px;
    height: 288px;
    left: 0;
    bottom: 0;
  }
}
.top__mv-scroll-wrap {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .top__mv-scroll-wrap {
    bottom: -50px;
  }
}
.top__mv-scroll {
  height: 82px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
}

.top__mv-scroll::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d7d2cb;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateY(-50%);
  transform-origin: top;
  animation: scroll 2s infinite;
}

.top__mv-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.top__mv-image {
  width: 100%;
  aspect-ratio: 100/50.78;
  z-index: 1;
  overflow: hidden;
}

.top__mv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .top__mv-image {
    aspect-ratio: 100/169.23;
  }
}
.top__mv-text {
  position: absolute;
  top: 168px;
  left: 5.5%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .top__mv-text {
    top: 89px;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
  }
}
.top__mv-title {
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.7391304348em;
  text-shadow: 0 0 32px rgb(244, 240, 223), 0 0 32px rgb(244, 240, 223);
}

@media screen and (max-width: 767px) {
  .top__mv-title {
    font-size: 27px;
    line-height: 1.7407407407em;
  }
}
.top__mv-title .text-brown {
  font-size: 5.6rem;
  color: #786955;
}

@media screen and (max-width: 767px) {
  .top__mv-title .text-brown {
    font-size: 33px;
  }
}
.top__mv-title .fs42 {
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  .top__mv-title .fs42 {
    font-size: 25px;
  }
}
.top__pickup {
  margin: 80px 0 140px;
}

@media screen and (max-width: 767px) {
  .top__pickup {
    margin: 79px 0 80px;
  }
}
/*2カラムに変更の為追記*/
.top__card-group {
  max-width: 790px;
  margin: 0 auto 80px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .top__card-group {
    margin-bottom: 40px;
  }
}
.top__pickup-card {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
}

.top__pickup-img {
  position: relative;
}

.top__pickup-img--soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #786955;
  mix-blend-mode: multiply;
}

.top__pickup-img--soon::after {
  content: "COMING SOON";
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Trajan Pro", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .top__pickup-img--soon::after {
    font-size: 14px;
  }
}
.top__pickup-card .button-wrap {
  flex-wrap: wrap;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .top__pickup-card .button-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.top__pickup-btn {
  max-width: 100%;
}

.top__pickup-btn.button--black {
  flex-basis: 100%;
}

.top__pickup-btn:nth-child(n+2) {
  min-width: calc(50% - 2px);
  flex: 1;
}

@media screen and (max-width: 767px) {
  .top__pickup-btn {
    width: 100%;
    flex: unset;
  }
}
.top__btn-big {
  display: flex;
  justify-content: center;
}

.top__card-group-container {
  margin-top: 68px;
}

@media screen and (max-width: 767px) {
  .top__card-group-container {
    margin-top: 34px;
  }
}
.top__concept {
  position: relative;
  height: 720px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .top__concept {
    height: 670px;
  }
}
@media screen and (max-width: 767px) {
  .top__concept {
    height: auto;
    margin-bottom: 80px;
  }
}
.top__info-wrapper {
  max-width: 928px;
  width: 60.5%;
  height: 618px;
  background-color: rgba(180, 153, 117, 0.1);
  position: relative;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1536px) {
  .top__info-wrapper {
    max-width: initial;
  }
}
@media screen and (max-width: 1024px) {
  .top__info-wrapper {
    height: 568px;
  }
}
@media screen and (max-width: 767px) {
  .top__info-wrapper {
    max-width: 96.5%;
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
}
.top__info-wrapper--right {
  margin-right: unset;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .top__info-wrapper--right {
    margin-left: 20px;
  }
}
.top__info {
  max-width: 600px;
  width: 100%;
  height: 100%;
  padding-inline: 0 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .top__info {
    padding-inline: 4% 120px;
  }
}
@media screen and (max-width: 767px) {
  .top__info {
    max-width: 100%;
    padding: 80px 20px 160px;
    margin-bottom: 80px;
    justify-content: flex-start;
  }
}
.top__info--right {
  padding-inline: 120px 0;
}

@media screen and (max-width: 1024px) {
  .top__info--right {
    padding-inline: 120px 4%;
  }
}
@media screen and (max-width: 767px) {
  .top__info--right {
    padding-inline: 30px 20px;
  }
}
.top__info-desc {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.625em;
  margin: 60px 0 40px;
}

@media screen and (max-width: 767px) {
  .top__info-desc {
    margin: 30px 0 40px;
    letter-spacing: normal;
  }
  .img_sp01 {
    height: 350px !important;
  }
  .img_sp02 {
    height: 210px !important;
  }
  .top__lineMB02 {
    margin-bottom: 20px !important;
  }
  .img_sp03 {
    height: 225px !important;
  }
  .top__lineMB03 {
    margin-bottom: 30px;
  }
  .img_sp04 {
    height: 210px !important;
  }
}
.top__info-image {
  max-width: 768px;
  width: 50%;
  height: 640px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.top__info-image_01 {
  padding-right: 5.5%;
  height: 500px;
}
.top__info-image_02 {
  padding-left: 11.5%;
  height: 500px;
}
.top__line {
  height: 550px !important;
}
.top__line-wrapper {
  height: 450px;
}
.top__line-right {
  height: 500px !important;
}
.image--90 {
  height: 90%;
  object-fit: contain;
}

/* ※下部ページの内容※ */
.step_block {
	background: rgba(193, 167, 153,.8);
	padding-bottom: 70px;
}
.step_block .step_inner {
	max-width: 1230px;
	margin: auto;
	width: 100%;
	position: relative;
}
.step_block .heading {
	border-bottom: 1px solid #fff;
	position: relative;
	padding: 70px 0 0;
}
.step_block .heading::before {
	content: '';
	height: 10px;
	width: 100%;
	background: url(../img/line/flow.svg) no-repeat center/contain;
	display: block;
	margin-bottom: 10px;
}

@media screen and (max-width:950px) {
	.step_block .heading::after {
		width: 170px;
		left: -20px;
	}
  .step_block .heading {
    padding: 50px 0 0;
  }
  .step_list ol li {
		width: 80%;
		margin: 0 auto 60px;
	}
  .step_block {
    padding-bottom: 0;
  }
  .step_list ol li strong::before {
		width: 1.5em !important;
	}
  .step_list ol li strong {
    font-size: 25px !important;
    padding-bottom: 0 !important;
}
  .step_block .heading strong {
    font-size: 30px !important;
}
}

@media screen and (max-width:950px) {

}
.step_block .heading strong {
	font-size: 36px;
	display: block;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	font-weight: bold;
	color: #fff;
}
.step_block .heading strong::before,
.step_block .heading strong::after {
	content: '';
	width: 2px;
	height: 1.2em;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 50px 0 0;
	transform: rotate(-45deg);
}
.step_block .heading strong::after {
	margin: 0 0 0 50px;
	transform: rotate(45deg);
}
.step_block .heading strong span {
	padding-left: .5em;
}
.step_list ol {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
@media screen and (max-width:970px) {
	.step_list ol {
		flex-wrap: wrap;
	}
}
.step_list ol li {
	width: 31%;
	color: #fff;
	padding-bottom: 270px;
	position: relative;
  list-style: none;
}
@media screen and (max-width:970px) {
	.step_list ol li {
		width: 80%;
		margin: 0 auto 100px;
	}
}
.step_list ol li:nth-child(1) {
	background: url(../img/line/step01.svg) no-repeat bottom center/auto 230px;
}
.step_list ol li:nth-child(2) {
	background: url(../img/line/step02.png) no-repeat bottom center/auto 230px;
}
.step_list ol li:nth-child(3) {
	background: url(../img/line/step03.png) no-repeat bottom center/auto 230px;
}
.step_list ol li:not(:last-child)::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 30px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 160px;
	bottom: 0;
	right: -35px;
	margin: auto;
	pointer-events: none;
}
@media screen and (max-width:970px) {
	.step_list ol li:not(:last-child)::after {
		top: auto;
		bottom: -75px;
		left: 0;
		right: 0;
		transform: rotate(90deg);
	}
}
.step_list ol li strong {
	font-size: 29px;
	font-weight: bold;
	height: 145px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	line-height: 1.2;
	width: 100%;
	border-bottom: 2px solid #fff;
	position: relative;
}
@media screen and (max-width:970px) {
	.step_list ol li strong {
		justify-content: center;
	}
}
.step_list ol li strong::before {
	content: '';
	width: 25%;
}
@media screen and (max-width:970px) {
	.step_list ol li strong::before {
		width: 2em;
	}
}
.step_list ol li:nth-child(1) strong::before {
	background: url(../img/line/ico_1..svg) no-repeat center/contain;
}
.step_list ol li:nth-child(2) strong::before {
	background: url(../img/line/ico_2..svg) no-repeat center/contain;
}
.step_list ol li:nth-child(3) strong::before {
	background: url(../img/line/ico_3..svg) no-repeat center/contain;
}
.step_list ol li strong::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}
.step_list ol li strong span {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	margin-left: 10px;
	width: 100%;
}
@media screen and (max-width:970px) {
	.step_list ol li strong span {
		width: auto;
	}
}
.step_list ol li:nth-child(1)>small {
	position: absolute;
	top: 201px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 120px;
}
.step_list ol li:nth-child(3)>small {
	position: absolute;
	top: 185px;
	right: 0;
	max-width: 120px;
}
@media screen and (max-width:1100px) {
	.step_list ol li:nth-child(3)>small {
		top: auto;
		bottom: -50px;
		max-width: none;
		width: 100%;
	}
	.step_list ol li:nth-child(3)>small br {
		display: none;
	}
}


.btnLine {
  margin: 35px auto 8%;
}
.heading_lineTitle {
  font-weight: 600 !important;
  font-size: 3rem !important;
}
.heading_lineTitle.spl {
  font-weight: 600 ;
  font-size: 3rem ;
}



@media screen and (min-width: 1536px) {
  .top__info-image {
    max-width: initial;
  }
}
@media screen and (max-width: 1024px) {
  .top__info-image {
    height: 590px;
  }
}
@media screen and (max-width: 767px) {
  .top__info-image {
    max-width: 100%;
    width: 100%;
    height: 309px;
    position: relative;
    margin-top: -162px;
    padding-left: 20px;
  }
  .top__info-image_01 {
    padding-right: 0;
  }
  .top__info-image_02 {
    padding-left: 0;
  }
}
.top__info-image--right {
  right: unset;
  left: 0;
  margin-left: unset;
  padding-left: unset;
}

@media screen and (max-width: 767px) {
  .top__info-image--right {
    padding-right: 20px;
  }
}
.top__brand {
  position: relative;
  height: 720px;
  margin-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .top__brand {
    height: 670px;
  }
}
@media screen and (max-width: 767px) {
  .top__brand {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top__brand-btn {
    margin-left: auto;
  }
}
.top__archive {
  padding: 140px 0 136px;
}

@media screen and (max-width: 767px) {
  .top__archive {
    padding: 80px 0;
  }
}
.top__archive-wrapper {
  display: block;
  max-width: 940px;
  width: 100%;
  height: 260px;
  margin: 0 auto;
  background: url("../img/top/archive.jpg") no-repeat center/cover;
  padding: 5px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  z-index: 1;
}

.top__archive-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(251, 247, 242);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  transition: 0.3s ease;
}

.top__archive-wrapper:hover::after {
  background-color: rgba(71, 65, 57, 0.8);
  z-index: -1;
}

.top__archive-wrapper:hover .top__archive-title {
  transition: 0.3s ease;
  color: #fff;
}

.top__archive-wrapper:hover .top__link-archive {
  color: #fff;
}

.top__archive-wrapper:hover .top__link-archive::after {
  background: url("../img/icons/archive-caret-white.svg") no-repeat center/contain;
  right: -9px;
}

.top__archive-info {
  width: 100%;
  height: 100%;
  border: 1px solid #b49975;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .top__archive-info {
    padding: 80px 30px 30px;
  }
}
.top__link-archive {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-top: 32px;
  position: relative;
  padding-right: 4.5px;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .top__link-archive {
    margin-top: 57px;
  }
}
.top__link-archive::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url("../img/icons/archive-caret.svg") no-repeat center/cover;
  position: absolute;
  top: 5px;
  right: -4.5px;
  transition: 0.3s ease;
}

.top__member-supp-wrapper {
  display: flex;
  height: 340px;
}

@media screen and (max-width: 1024px) {
  .top__member-supp-wrapper {
    flex-direction: column;
    height: auto;
  }
}
.top__member-supp-card {
  width: 50%;
  position: relative;
  transition: 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .top__member-supp-card {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top__member-supp-card {
    height: 240px;
  }
}
.top__member-supp-card:hover .top__member-supp-img::after {
  opacity: 1;
}

.top__member-supp-card:hover .top__member-supp-link::after {
  right: -9px;
}

.top__member-supp-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.top__member-supp-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(215, 210, 203, 0.8) 0%, rgb(112, 104, 93) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

.top__member-supp-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(215, 210, 203) 0%, rgb(70, 62, 52) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
  opacity: 0;
}

.top__member-supp-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px 40px;
}

@media screen and (max-width: 767px) {
  .top__member-supp-info {
    padding: 50px 20px 40px;
  }
}
.top__member-supp-heading {
  mix-blend-mode: soft-light;
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0;
}

.top__member-supp-wrap {
  position: relative;
  margin: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 69px;
}

@media screen and (max-width: 1100px) {
  .top__member-supp-wrap {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .top__member-supp-wrap {
    gap: 42px;
    margin-top: -45px;
  }
}
@media screen and (max-width: 400px) {
  .top__member-supp-wrap {
    gap: 32px;
  }
}
.top__member-supp-title {
  display: block;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  font-family: "Trajan Pro", sans-serif;
  letter-spacing: 0.08em;
  opacity: 0.7;
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .top__member-supp-title {
    font-size: 10rem;
  }
}
@media screen and (max-width: 1100px) {
  .top__member-supp-title {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .top__member-supp-title {
    font-size: 10vw;
  }
}
/* @media screen and (max-width: 400px) {
  .top__member-supp-title {
    font-size: 60px;
    line-height: normal;
  }
} */
.top__member-supp-subtitle {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .top__member-supp-subtitle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top__member-supp-subtitle {
    font-size: 24px;
  }
}
.top__member-supp-link {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  padding-right: 4.5px;
  position: relative;
}

.top__member-supp-link::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url("../img/icons/archive-caret-white.svg") no-repeat center/cover;
  position: absolute;
  top: 5px;
  right: -4.5px;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .contact__heading {
    font-size: 24px;
  }
}
.contact__complete-text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .contact__complete-text {
    font-size: 14px;
    margin: 30px 0 65px;
  }
}
.form__steps {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 60px;
  margin: 0 auto 89px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}

.form__steps::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-top: 1px solid #c3c3c3;
  z-index: -1;
}

.form__steps + .form__button-container {
  margin-top: 495px;
}

.form__step-item {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.6rem;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__step-item:not(.active) {
  background: #fff;
  border: 1px solid #c3c3c3;
}

.form__step-item.active {
  background: #b49975;
  color: #fff;
}

.form__step-label {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  color: #ccc;
}

.form__step-item.active .form__step-label,
.form__step-label--black {
  color: #000;
}

.form__message {
  margin-bottom: 60px;
}

.form__message-text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}

.form__message-text--red {
  color: #ae290e;
}

.form__container {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: grid;
  gap: 45px 0;
}
.form__label {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .form__label {
    align-items: flex-end;
  }
}
.form__label--mb24 {
  margin-bottom: 24px;
}

.form__flag {
  background: #ae290e;
  padding: 1.5px 6.5px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.form__flag--gray {
  background: #aaa;
}

.form__input-container {
  display: flex;
  align-items: center;
  gap: 15px 35px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .form__input-container {
    gap: 25px;
  }
}
.form__input-container--birthday {
  align-items: center;
  gap: 10px 20px;
}

/*241114 test*/
.form__input-container--birthday .input-separate{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1em;
  margin: 0 5px; 
  vertical-align: middle;
}

@media (max-width: 767px) {
  /*SP以下 表示*/
  .form__input-container--birthday {
    gap: 10px 10px;
  }
} /*END SP以下 表示*/
.form__input-container--checkbox,
.form__input-container--radio {
  gap: 10px 39px;
}

.form__input-container--col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .form__input-container--col-2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.form__row-item{
  flex: 1;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form__checkbox-item,
.form__radio-item {
  display: inline-flex;
  align-items: center;
  gap: 0 15px;
}

.form__checkbox,
.form__radio {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 24px;
  height: 24px;
}

.form__checkbox::before,
.form__radio::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
}

.form__checkbox::after,
.form__radio::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form__checkbox::before {
  border: 1px solid #f6f5f3;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.form__checkbox:checked::after {
  content: "✔";
  font-size: 1.8rem;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .form__checkbox:checked::after {
    font-size: 12px;
  }
}
.form__radio::before {
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}

.form__radio:checked::after {
  content: "";
  background: #666;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.form__date-wrapper {
  position: relative;
}

.form__date-wrapper::after {
  content: "";
  width: 28.52px;
  height: 29.33px;
  background: url("../img/icons/calendar.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .form__date-wrapper::after {
    width: 14.26px;
    height: 14.26px;
    right: 10px;
  }
}
.form__input-text,
.form__select {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  padding: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  color: #383838;
}
.form__input-text[readonly] {
  padding: 0;
  box-shadow: none;
  cursor: default;
}
.address__wrap .form__input-text {
    margin-bottom: 15px;
}


.form__input-text.js-useroff,
.form__select.js-useroff,
.js-useroff{
  border: none!important;
  background: transparent!important;
  box-shadow: none!important;
}

.form__input-text--short,
.form__select--short,
.form__input-container--birthday select {
  width: 106px;
}

@media screen and (max-width: 767px) {
  .form__input-text--short,
  .form__select--short {
    width: 85px;
  }
}
.form__input-text--middle,
.form__select--middle {
  max-width: 220px;
}

.form__input-text--large,
.form__select--large {
  max-width: 440px;
}

.form__input-text--date::-webkit-calendar-picker-indicator,
.form__select--date::-webkit-calendar-picker-indicator {
  display: none;
}

.form__example-text {
  display: inline-block;
  margin-top: 5px;
  grid-column: span 2;
  width: 100%;
}

.form__select-wrapper {
  position: relative;
}

.form__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-top: 6px solid #707070;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .form__select-wrapper::after {
    right: 10px;
  }
}
.form__zip-input-container,
.form__number-input-container {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .form__zip-input-container,
  .form__number-input-container {
    gap: 15px 10px;
  }
}

.form__input-container span,
.form__zip-input-container span,
.form__number-input-container span{
  display:inline-block;
  word-break: keep-all;
}

/*住所入力欄グループ*/
#address__group{
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  display: grid;
  gap: 0;
  transition: all .4s;
}
#address__group.is-visible{
  position: static;
  visibility: visible;
  opacity: 1;
  pointer-events:all;
  gap: 45px 0;
  max-height: 100%;
}
/*丁目・番地・号インプットを隠す設定*/
input#street{
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.form__input-textarea {
  width: 100%;
  height: 280px;
  border-radius: 6px;
  padding: 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.form__agreement {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 420px;
  padding: 21px 21px 23px 44px;
  background: #f3f3f3;
  margin: 0 auto 57px;
}

@media screen and (max-width: 767px) {
  .form__agreement {
    width: 100%;
    max-width: 280px;
    padding: 15px;
    flex-direction: column;
    gap: 10px;
  }
}
.form__agreement-checkbox-item {
  margin-left: 12px;
  gap: 0 16px;
}
.form__agreement-label a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .form__agreement-checkbox-item {
    margin-left: 0;
    justify-content: center;
  }
}
.form__agreement-checkbox {
  filter: none;
}

@media screen and (max-width: 767px) {
  .form__agreement-checkbox {
    width: 16px;
    height: 16px;
  }
}
.form__agreement-checkbox::before {
  border: 1px solid #ccc;
  border-radius: 4px;
  filter: none;
}

.form__button-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 139px;
}

@media screen and (max-width: 767px) {
  .form__button-container {
    padding-bottom: 80px;
    flex-direction: column;
    align-items: center;
  }
}
.form__confirm-button-wrapper {
  position: relative;
  min-width: 300px;
}

.form__confirm-button-wrapper::before {
  --right: 48px;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.form__confirm-button-wrapper::after {
  --right: 56px;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #b49975;
  border-right: 1px solid #b49975;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 56px;
  rotate: 45deg;
  transition: 0.3s ease;
}

.form__confirm-button-wrapper:hover {
  --extra: -5px;
}

.form__confirm-button-wrapper:hover::before,
.form__confirm-button-wrapper:hover::after {
  right: calc(var(--right) + var(--extra));
}

.form__confirm-button {
  width: 100%;
  height: 100%;
  padding: 19px 10px;
  outline: none;
  border: none;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #b49975;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.56em;
  color: #fff;
  text-wrap: wrap;
  cursor: pointer;
}

.form__back-button {
  padding: 20px 10px;
  min-width: 163px;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ccc;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-wrap: wrap;
  cursor: pointer;
  transition: 0.3s ease;
}

.form__back-button:hover {
  background: #2d2d2d;
  color: #fff;
}

.button--outline > .form__submit-button {
  padding: 17.6px;
}

@media screen and (max-width: 767px) {
  .button--outline > .form__submit-button {
    padding: 19.2px;
  }
}
.button--outline > .form__submit-button:hover {
  color: #fff;
}

.form__submit-button-outline {
  padding: 0;
}

.form__submit-button {
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.56em;
  color: #383838;
  transition: 0.3s ease;
  cursor: pointer;
}

.form__complete-button {
  margin-bottom: 141px;
}

@media screen and (max-width: 767px) {
  .form__complete-button {
    margin-bottom: 80px;
  }
}

.form__login-button {
  margin: -50px auto 50px;
}

.form__subheading {
  margin-top: 70px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .form__subheading {
    margin-top: 35px;
    font-size: 16px;
  }
}
.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.pc-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .clamp {
    -webkit-line-clamp: 2;
  }
}
.info-slider__main .splide {
  margin-inline: auto;
  max-width: 685px;
}

.customer__detail-slider .splide__slide img,
.info-slider__nav .splide__slide img {
  aspect-ratio: 180/126;
}

.customer__detail-slider .splide__arrow,
.info-slider__nav .splide__arrow {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background: #f9f6f1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  opacity: 1;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .customer__detail-slider .splide__arrow,
  .info-slider__nav .splide__arrow {
    width: 30px;
  }
}
.customer__detail-slider .splide__arrow svg,
.info-slider__nav .splide__arrow svg {
  display: none;
}

.customer__detail-slider .splide__arrow::after,
.info-slider__nav .splide__arrow::after {
  content: "";
  position: absolute;
  /* margin: auto; */
  top: 50%;
  bottom: 0;
  /* right: 38%; */
  right: 30%;
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1 / 1;
  border-right: 1px solid #383838;
  border-bottom: 1px solid #383838;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: center;
  transition: inherit;
}

@media screen and (max-width: 767px) {
  .customer__detail-slider .splide__arrow::after,
  .info-slider__nav .splide__arrow::after {
    height: 30%;
  }
}
.customer__detail-slider .splide__arrow--prev,
.info-slider__nav .splide__arrow--prev {
  left: -20px;
  transform: translateY(-50%) scaleX(-1);
}

@media screen and (max-width: 767px) {
  .customer__detail-slider .splide__arrow--prev,
  .info-slider__nav .splide__arrow--prev {
    left: -15px;
  }
}
.customer__detail-slider .splide__arrow--next,
.info-slider__nav .splide__arrow--next {
  right: -20px;
}

@media screen and (max-width: 767px) {
  .customer__detail-slider .splide__arrow--next,
  .info-slider__nav .splide__arrow--next {
    right: -15px;
  }
}
.customer__detail-slider .splide__arrow:hover,
.info-slider__nav .splide__arrow:hover {
  background: #383838;
}

.customer__detail-slider .splide__arrow:hover::after,
.info-slider__nav .splide__arrow:hover::after {
  border-color: #f9f6f1;
}

.customer__detail-slider .splide__track--nav > .splide__list > .splide__slide,
.customer__detail-slider .splide__track--nav > .splide__list > .splide__slide.is-active,
.info-slider__nav .splide__track--nav > .splide__list > .splide__slide,
.info-slider__nav .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 1px solid rgba(56, 56, 56, 0.1);
}

.customer__detail-slider .splide__arrow {
  top: 41%;
}
@keyframes scroll {
  from {
    transform: scaleY(0); /* Scale from 0 (hidden) */
  }
  to {
    transform: scaleY(1); /* Scale to 1 (full height) */
  }
}
/*240822 以下井ノ口追記*/
/*Contact Form Pro*/
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #fff;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

.mfp_err {
  clear: both;
  display: none;
  font-size: 0.8em;
  color: var(--color-red);
  line-height: normal;
  /* width: -moz-fit-content;
  width: fit-content; */
  width: 100%;
}

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 5px;
  color: #f00;
  font-size: 12px;
  line-height: normal;
}

.div.mfp_err::before,
.div.mfp_err::after {
  content: none;
  display: none;
}

.mfp_parent_error {
  border: solid 2px #f00;
}

.problem {
  background-color: #fcc;
}

div#mfp_error {
  background-color: #fee;
  border: solid 1px #f00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: #f00;
}

div#mfp_warning {
  background-color: #fee;
  border: solid 1px #f00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  color: #f00;
}

/*jQuery UI Datepicker*/
/* .datepicker{
  border: 2px solid #ccc;
  font-size: 20px;
} */
.ui-datepicker {
  font-size: 1.6rem;
  max-width: 100%;
  width: 30em;
  padding: .2em .2em 0;
  display: none;
  overflow-x: auto;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  font-size: 1.5rem; /*任意な値を追加して調整*/
  padding: .2em;
  text-align: right;
  text-decoration: none; 
}
@media (max-width: 600px){/*SP以下 表示*/
  .ui-datepicker {
    font-size: 3vw;
  }
  .ui-datepicker td span,
  .ui-datepicker td a {
    font-size: 3vw; /*任意な値を追加して調整*/
  }
}/*END SP以下 表示*/

.c-form_agreement {
  background: #fff5f8;
  padding: 25px 45px;
  margin: 45px auto;
}
.c-form_agreement a {
  color: var(--color-red);
  text-decoration: underline;
}
.c-form_agreement a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-form_agreement .mfp_err {
  width: 100%;
}

.form__select {
  position: relative;
}

.form__select::after {
  content: "▼";
}

div.form__example-text {
  display: block;
  margin-top: 5px;
}

span.form__example-text {
  display: inline-block;
  margin-top: 5px;
}

.form__input-container--tel {
  align-items: center;
  gap: 0 10px;
}

.form__input-container--unit {
  align-items: center;
  gap: 0 10px;
}

.form__unit-text {
  display: inline-block;
  align-self: flex-end;
  vertical-align: baseline;
}

.mfp_element_select-one {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  padding: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 6px;
  background: #fff url(../img/common/icon_arrow_under.svg) no-repeat center right 15px/auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  color: #383838;
}

#js-input-zip {
  opacity: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

/*Mailformpro確認画面用css*/
#mfp_phase_confirm {
  display: none; /*条件分岐用に設置*/
}
#mfp_phase_confirm h4 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  /*SP以下 表示*/
  #mfp_phase_confirm h4 {
    font-size: 24px;
  }
} /*END SP以下 表示*/
#mfp_confirm_table {
  width: 100%;
}
#mfp_confirm_table th, #mfp_confirm_table td {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
#mfp_confirm_table th {
  width: 215px;
  padding-right: 15px;
  white-space: normal;
  word-break: break-all;
}
#mfp_confirm_table td {
  width: calc(100% - 215px);
}

@media screen and (max-width: 767px) {
  #mfp_confirm_table {
    display: block;
  }
  #mfp_confirm_table tbody, #mfp_confirm_table tr, #mfp_confirm_table th, #mfp_confirm_table td {
    display: block;
  }
  #mfp_confirm_table th, #mfp_confirm_table td {
    font-size: 1.4rem;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }
  #mfp_confirm_table th {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  #mfp_confirm_table td {
    width: 100%;
    padding-top: 0;
  }
}
.mfp_buttons {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  padding-bottom: 139px;
}

.mfp_element_button {
  width: 40%;
  max-width: 250px;
  height: 100%;
  padding: 19px 10px;
  outline: none;
  border: none;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ccc;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.56em;
  color: #fff;
  text-wrap: wrap;
  cursor: pointer;
  position: relative;
}

#mfp_button_send {
  background: #b49975;
}
#mfp_button_send::before {
  --right: 48px;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
#mfp_button_send::after {
  --right: 56px;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #b49975;
  border-right: 1px solid #b49975;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 28px;
  rotate: 45deg;
  transition: 0.3s ease;
}

/*-----------------------------------------------------
BLAND
ブランドについて
-----------------------------------------------------*/
.brand__image-wrapper {
  margin-bottom: 100px;
}

.brand__media {
  display: flex;
  justify-content: space-between;
  gap: 50px 40px;
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .brand__media {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
  }
}
.brand__media--content {
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .brand__media--content {
    max-width: 100%;
  }
}
.brand__media--heading {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6428571429em;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .brand__media--heading {
    font-size: 24px;
    line-height: 2em;
  }
}
.brand__media--text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .brand__media--text {
    font-size: 14px;
    line-height: 2em;
  }
}
.brand__media--text + .brand__media--text {
  margin-top: 1.5em;
}

.brand__media--image {
  max-width: 50%;
  display: flex;
  justify-content: center;
  gap: 14px;
}

@media screen and (max-width: 767px) {
  .brand__media--image {
    max-width: 100%;
  }
}
.brand__media--image picture:last-child img {
  position: relative;
  top: 20px;
}

.brand__media--image picture img {
  max-width: 280px;
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .brand__media--image picture img {
    height: auto;
  }
}
/*-----------------------------------------------------
404NOT FOUND
-----------------------------------------------------*/
.notfound__container {
  padding-inline: 4%;
  margin-inline: auto;
  max-width: calc(940px + 8%);
  box-sizing: border-box;
  margin: 0 auto 137px;
}

.notfound__container p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-bottom: 30px;
}

@media (max-width: 600px) { /*SP以下 表示*/
  .notfound__container {
    margin: 0 auto 68px;
  }
  .notfound__container p {
    font-size: 14px;
  }
} /*END SP以下 表示*//*# sourceMappingURL=project.css.map */

/* 250205 */
@media screen and (min-width: 768px) {
.form__select--large.large_l {
  max-width: 590px;
}
}

/**********************
 250410 
 ***********************/

 /* top */
.top__btn-fixed {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1;
}
.top__btn-fixed .el__btn {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, .5);
}
.top__btn-fixed .el__btn:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .top__btn-fixed {
    display: none;
  }
}

 /* login */
.login__container {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.login__container {
  margin-bottom: 140px;
  display: grid;
  gap: 30px 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.login__container .form__button-container {
  padding-bottom: 0;
}
.login__container a {
  font-size: 1.4rem;
  text-align: center;
}
.login__container a:hover {
  opacity: .7;
}
.login__container .login__error {
  color: #ae290e;
}

 /* member */
.member__container {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: grid;
  gap: 45px 0;
}
.member__container .error,
.mypage__container .error {
  color: #f00;
  font-size: 1.2rem;
}
.member__container .form__select {
  background: #fff url(../img/common/icon_arrow_under.svg) no-repeat center right 15px / auto;
}
.member__container.confirm .confirm__ttl {
  font-size: 2.6rem;
}
.member__container.confirm .confirm__dl {
  display: flex;
  flex-wrap: wrap;
}
.member__container.confirm .confirm__dl dt,
.member__container.confirm .confirm__dl dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.member__container.confirm .confirm__dl dt {
  width: 300px;
  font-weight: bold;
}
.member__container.confirm .confirm__dl dd {
  width: calc(100% - 300px);
}
.member__container.confirm .member__confirm-btn {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-bottom: 139px;
}
.member__container.complete .complete__ttl {
  font-size: 2.6rem;
  line-height: 4rem;
  text-align: center;
}
.member__container.complete .el__btn {
  margin: 0 auto 139px;
}
@media screen and (max-width: 1080px) {
  .member__container.confirm .confirm__ttl {
    font-size: 1.8rem;
  }
  .member__container.confirm .confirm__dl dt {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .member__container.confirm .confirm__dl dt {
    width: 100%;
  }
  .member__container.confirm .confirm__dl dd {
    width: 100%;
  }
  .member__container.confirm .member__confirm-btn {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 80px;
  }
  .member__container.complete .complete__ttl {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.address__wrap .-sub {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 15px;
}
.address__wrap .-sub input {
    width: 100px;
    margin: 0 !important;
}
 /* mypage common */
.mypage__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 45px;
}
.mypage__nav .mypage__nav-item {
  width: calc((100% - 60px) / 4);
  border: 1px solid #B49975;
  padding: 5px;
  background-color: #F9F6F1;
}
.mypage__nav .mypage__nav-item > div {
  min-height: 165px;
  padding: 25px 0;
  background-color: #fff;
}
.mypage__nav .mypage__nav-item > div .item-img {
  width: 42px;
  height: 42px;
  margin: 0 auto;
}
.mypage__nav .mypage__nav-item > div .item-img.favorite {
  background: url("../img/icons/mypage-favorite.svg") no-repeat center / contain;
}
.mypage__nav .mypage__nav-item > div .item-img.history {
  background: url("../img/icons/mypage-history.svg") no-repeat center / contain;
}
.mypage__nav .mypage__nav-item > div .item-img.watchcontact {
  background: url("../img/icons/mypage-watchcontact.svg") no-repeat center / contain;
}
.mypage__nav .mypage__nav-item > div .item-img.change {
  background: url("../img/icons/mypage-change.svg") no-repeat center / contain;
}
.mypage__nav .mypage__nav-item > div .item-ttl {
  display: block;
  margin: 15px 0;
  font-size: 1.6rem;
  text-align: center;
}
.mypage__nav .mypage__nav-item > div .item-count {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 0 3px;
  background-color: #B49975;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.mypage__head {
  margin-bottom: 45px;
  font-size: 3.2rem;
  font-weight: 400;
  color: #B49975;
}
.mypage__tab {
  margin-bottom: 45px;
}
.mypage__tab ul {
  display: flex;
  gap: 5px;
  margin-bottom: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
}
.mypage__tab ul li {
  position: relative;
  display: block;
  width: calc(100% / 6);
  height: 46px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.mypage__tab ul li.is-active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.mypage__tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  transition: .3s;
}
.mypage__tab ul li.is-active a {
  color: #B49975;
  font-weight: 700;
  transition: .3s;
}
.mypage__tab ul li a:hover {
  background-color: #2d2d2d;
  color: #fff;
}
.mypage__ttl {
  font-size: 2.8rem;
  font-weight: 400;
}
.mypage__ttl::before {
  content: " " attr(data-en);
  font-family: "Trajan Pro", sans-serif;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #B49975;
}
.mypage__container .form__select {
  background: #fff url(../img/common/icon_arrow_under.svg) no-repeat center right 15px / auto;
}
.mypage__pickup-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
}
.mypage__pickup-card .button-wrap {
  flex-wrap: wrap;
  margin-top: auto;
}
.mypage__card-group {
  margin: 0 auto 80px;
  grid-template-columns: repeat(3, 1fr);
}
.mypage__card-group > p {
  font-size: 1.6rem;
}
.mypage__pickup-img {
  position: relative;
}
.mypage__pickup-img--soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #786955;
  mix-blend-mode: multiply;
}
.mypage__pickup-img--soon::after {
  content: "COMING SOON";
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Trajan Pro", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mypage__pickup-btn {
  max-width: 100%;
}
.mypage__pickup-btn.button--black {
  flex-basis: 100%;
}
.mypage__pickup-btn:nth-child(n+2) {
  min-width: calc(50% - 2px);
  flex: 1;
}
.mypage__btn-big {
  display: flex;
  justify-content: center;
  margin-bottom: 139px;
}
.mypage__btn-big.mbs {
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
    .mypage__nav {
    gap: 10px;
    }
    .mypage__nav .mypage__nav-item {
    width: calc((100% - 20px) / 2);
    }
    .mypage__nav .mypage__nav-item > div {
    min-height: 150px;
    }
    .mypage__nav .mypage__nav-item > div .item-img {
    width: 36px;
    height: 36px;
    }
    .mypage__nav .mypage__nav-item > div .item-ttl {
    font-size: 1.4rem;
    }
    .mypage__nav .mypage__nav-item > div .item-count {
    font-size: 1.2rem;
    }
  .mypage__head {
    font-size: 2.4rem;
  }
  .mypage__tab ul {
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
    border: none;
  }
  .mypage__tab ul li {
    width: calc((100% - 5px) / 2);
    height: 46px;
    border: 1px solid #ccc;
  }
  .mypage__tab ul li.is-active::after {
    display: none;
  }
  .mypage__ttl {
    font-size: 2.4rem;
  }
  .mypage__ttl::before {
    font-size: 1.4rem;
  }
  .mypage__card-group {
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .mypage__pickup-card .button-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .mypage__pickup-img--soon::after {
    font-size: 14px;
  }
  .mypage__pickup-btn {
    width: 100%;
    flex: unset;
  }
}

/* mypage */
.mypage .mypage__ttl {
  margin-bottom: 45px;
}
.mypage__container.change {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: grid;
  gap: 45px 0;
}
.mypage__container.favorite .mypage__favorite-icon {
  position: absolute;
  top: -7px;
  right: 10px;
  width: 50px;
  height: 65px;
  background: url("../img/icons/favorite-active.svg") no-repeat center / cover;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
}
.mypage__container.watchcontact > p {
  margin-bottom: 45px;
  font-size: 1.6rem;
}
.mypage__container.watchcontact .watchcontact__ttl {
  padding-left: 10px;
  margin-bottom: 25px;
  border-left: 5px solid #786955;
  font-size: 2rem;
  font-weight: 400;
}
.mypage__container.coupon .card__date {
  color: #A2A2A2;
}
.mypage__container.coupon .card__title {
  margin-block: 10px 10px;
}
.mypage__container.coupon .card__info {
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #B49975;
}
.mypage__container.coupon .card__info span {
  font-size: 7rem;
}
.mypage__container.coupon .button {
  max-width: 100%;
  border: none;
  cursor: pointer;
}
.mypage__container.coupon .button:disabled {
  background-color: #ccc;
  cursor: default;
}
.mypage__container.coupon h6 {
  margin-bottom: 40px;
  font-size: 3.2rem;
  color: #707070;
  text-align: center;
  font-weight: 400;
}
.coupon_bnr {
  position: relative;
  margin-bottom: 110px;
  padding: 55px 0;
  border: 5px solid #7B6B61;
  background: url('../img/banner/ciupon-bg.png') no-repeat center / cover;
  text-align: center;
}
.coupon_bnr .coupon_bnr-frame {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #7B6B61;
}
.coupon_bnr .coupon_bnr-frame img {
  position: absolute;
  width: 105px;
}
.coupon_bnr .coupon_bnr-frame .frame01 {
  top: 0;
  left: 0;
}
.coupon_bnr .coupon_bnr-frame .frame02 {
  top: 0;
  right: 0;
}
.coupon_bnr .coupon_bnr-frame .frame03 {
  bottom: 0;
  left: 0;
}
.coupon_bnr .coupon_bnr-frame .frame04 {
  bottom: 0;
  right: 0;
}
.coupon_bnr h6,
.coupon_bnr p,
.coupon_bnr a {
  position: relative;
  z-index: 2;
}
.coupon_bnr h6 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #21140C;
  font-weight: 400;
  line-height: 2em;
}
.coupon_bnr p {
  margin-bottom: 40px;
  font-size: 1.6rem;
}
.coupon_bnr .button--mail {
  max-width: 450px;
  margin: 0 auto;
  background: #453D2F;
  color: #fff;
}
.coupon_bnr .button--mail::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #CCBC9D;
}
.coupon_bnr .button--mail::after {
  border-color: #fff;
}
.coupon_bnr .pc-none {
  display: none;
}
@media screen and (max-width: 1080px) {
  .mypage__container.favorite .mypage__favorite-icon {
    width: 40px;
    height: 52px;
  }
  .mypage__container.coupon .card__info {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .mypage__container.coupon .card__info span {
    font-size: 4rem;
  }
  .mypage__container.coupon h6 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .coupon_bnr {
    padding: 50px 0;
  }
  .coupon_bnr .coupon_bnr-frame img {
    width: 60px;
  }
  .coupon_bnr h6 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .coupon_bnr p {
    margin-bottom: 30px;
  }
  .coupon_bnr .button--mail {
    max-width: 280px;
  }
  .coupon_bnr .pc-none {
    display: block;
  }
}

/* contact reservation */
.form__members {
  display: flex;
  gap: 24px;
  margin-bottom: 90px;
  line-height: 2.4rem;
}
.form__members p {
  font-size: 1.4rem;
}
.form__members p.ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #B49975;
  font-weight: 700;
}
.form__members .el__btn {
  margin-top: 20px;
}
.form__members .form__members-beginner,
.form__members .form__members-login {
  padding: 5px;
  border: 1px solid #B49975;
  background-color: #F9F6F1;
}
.form__members .form__members-beginner {
  width: calc((100% - 24px) - 370px);
}
.form__members .form__members-login {
  width: 370px;
}
.form__members .form__members-beginner > div,
.form__members .form__members-login > div {
  height: 100%;
  padding: 40px;
  background-color: #fff;
}
.form__members .form__members-beginner > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.form__members .form__members-beginner .right {
  width: 280px;
}
.form__members .form__members-beginner .right .fukidashi {
  position: relative;
  text-align: center;
}
.form__members .form__members-beginner .right .fukidashi::before,
.form__members .form__members-beginner .right .fukidashi::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 50px;
  background-color: #B49975;
}
.form__members .form__members-beginner .right .fukidashi::before {
  left: 30px;
  transform: rotate(-30deg);
}
.form__members .form__members-beginner .right .fukidashi::after {
  right: 30px;
  transform: rotate(30deg);
}
.form__members .form__members-login p {
  text-align: center;
}
.form__members .form__members-beginner .el__btn {
    font-size: 1.4rem;
}
@media screen and (max-width: 1080px) {
  .form__members {
    flex-wrap: wrap;
    line-height: 2.4rem;
  }
  .form__members .el__btn {
    margin: 20px auto 0;
  }
  .form__members .form__members-beginner {
    width: 100%;
    text-align: center;
  }
  .form__members .form__members-login {
    width: 100%;
  }
  .form__members .form__members-beginner > div,
  .form__members .form__members-login > div {
    padding: 40px;
  }
  .form__members .form__members-beginner > div {
    display: block;
  }
  .form__members .form__members-beginner .right {
    width: 100%;
    margin-top: 25px;
  }
  .form__members .form__members-beginner .right .fukidashi {
    width: 280px;
    margin: 0 auto;
  }
  .form__members .form__members-beginner .right .fukidashi::before,
  .form__members .form__members-beginner .right .fukidashi::after {
    height: 50px;
  }
  .form__members .form__members-beginner .right .fukidashi::before {
    left: 30px;
  }
  .form__members .form__members-beginner .right .fukidashi::after {
    right: 30px;
  }
}

/* error */
.container.error h4 {
  display: block;
  font-size: 2rem;
  margin-bottom: 139px;
}

/* property */
.property__wrapper .property__btn-warp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 20px;
}
.property__wrapper .property__favorite {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 130px;
  height: 40px;
  border: 1px solid #ccc;
  background-color: transparent;
  font-size: 1.2rem;
  line-height: 1em;
  color: #777;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
}
.property__wrapper .property__favorite.is-active {
  background-color: #36446B;
  border: 1px solid #36446B;
  color: #fff;
}
.property__wrapper .property__matomete {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.2rem;
    color: #777;
    cursor: pointer;
}
.property__wrapper .property__matomete input[type="checkbox"] {
    display: none;
}
.property__wrapper .property__matomete span {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1em;
    color: #383838;
    cursor: pointer;
}
.property__matomete span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #383838;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  transition: background-color 0.2s, border-color 0.2s;
}
.property__matomete input[type="checkbox"]:checked + span::before {
  background-color: #36446B;
  border-color: #36446B;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10.2L3.5 7.7 2.5 8.7 6 12.2 13.5 4.7 12.5 3.7 6 10.2Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.property__matomete-link {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
}

@media screen and (max-width: 950px) {
  .property__wrapper .property__favorite {
    width: 100px;
    height: 34px;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .property__wrapper .property__matomete span {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .property__matomete-link {
    right: 20px;
    bottom: 70px;
    }
}

/* coupon */
.modal {
  position: fixed;
  top: 0; 
  left: 0;
  z-index: 1000;
  display: flex; 
  align-items: center; 
  justify-content: center;
  width: 100%; 
  height: 100%;
}
.modal__overlay {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal__content {
  position: relative;
  z-index: 1001;
  max-width: 400px;
  width: 90%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.modal__title {
  margin-bottom: 10px;
  font-size: 2rem;
}
.modal__message {
  font-size: 1.6rem;
}
.modal__actions {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.modal__button {
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.modal__button.success {
  padding: 10px 40px;
  background: #B49975; 
  color: #fff; 
}
.modal__button.cancel {
  padding: 10px 15px;
  background: #ccc; 
  color: #333; 
}

/* 251201 物件をお探しのエリア */
.form__input-container--looking .area-item {
  width: 100%;
}
.form__input-container--looking .area-item:last-child {
  border-bottom: none;
}
.form__input-container--looking .area-item .area-header {
  background: #f3f3f3; 
  cursor: pointer; 
  transition: background 0.2s;
}
.form__input-container--looking .area-item .area-header:hover { 
  background: #e9ecef; 
}
.form__input-container--looking .area-item .area-header label { 
  display: flex; 
  padding: 15px; 
  background: url(../img/common/icon_arrow_under.svg) no-repeat center right 15px / auto;
}
.form__input-container--looking .area-item .pref-list { 
  display: none; 
  padding: 10px 15px 15px 40px; 
}
.form__input-container--looking .area-item .pref-list label { 
  display: inline-block; 
  width: 100px; 
  padding: 5px 0; 
  cursor: pointer; 
}
.form__input-container--looking .area-item .pref-list input { 
  margin: 0 10px -5px 0;
}