@charset "UTF-8";
#buy {
  font-family: "Shippori Mincho";
}

p {
  color: #191919;
}

.buy-title.white {
  color: #fff;
}

#sell .container {
  max-width: 1400px;
}

.buy-fv {
  margin-top: 105px;
  position: relative;
}
.buy-fv .buy-fv__slider {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  height: 90vh;
}
.buy-fv .buy-fv__slider:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.buy-fv .slide-img {
  height: 90vh;
}
.buy-fv .slide-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .buy-fv {
    margin-top: 65px;
    padding: 20px 5px;
  }
}
.buy-fv__container {
  display: flex;
  max-width: 1400px;
  margin: auto;
  gap: clamp(2em, 4.4vw, 4em);
  margin-top: 50px;
  padding-top: 3em;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .buy-fv__container {
    padding-top: 0;
    margin-top: 0;
    display: block;
  }
}
.buy-fv__content {
  max-width: 60%;
  flex: 1;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .buy-fv__content {
    background-color: #020d3b;
    padding: 3em 2em;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.buy-fv h2 {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .buy-fv h2 {
    font-size: clamp(13px, 1.2vw, 28px);
  }
}
.buy-fv h2 span {
  color: #fff;
  font-size: 1.5em;
}
.buy-fv h2 strong {
  display: block;
  font-size: 32px;
  color: #020d3b;
  font-weight: bold;
}
.buy-fv h2 .marker {
  background: linear-gradient(transparent 80%, #ffcc00 50%);
}
.buy-fv h3 .kaitori-subtitle {
  font-size: 21px;
  font-weight: 600;
  max-width: fit-content;
  margin: 0 auto 15px auto;
  position: relative;
  padding: 0 1em;
  display: block;
  color: #fff;
}
.buy-fv h3 .kaitori-subtitle:before,
.buy-fv h3 .kaitori-subtitle:after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.buy-fv h3 .kaitori-subtitle:before {
  left: 0;
  transform: translateY(-50%) rotate(-25deg);
}
.buy-fv h3 .kaitori-subtitle:after {
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}
.buy-fv h3 .kaitori-title {
  font-size: 60px;
  max-width: fit-content;
  margin: 0 auto 30px auto;
}
.buy-fv__stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.buy-fv__stats li {
  text-align: center;
  font-size: 14px;
}
.buy-fv__stats li .number {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #d88c00;
}
.buy-fv__list-wrap {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1.5em 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .buy-fv__list-wrap {
    padding: 3em 10px 1.5em 10px;
  }
}
.buy-fv__form {
  background-color: #020d3b;
  padding: 4em 3em 4em 3em;
  border-radius: 0;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  max-width: 570px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-family: "Shippori Mincho";
}
@media screen and (max-width: 767px) {
  .buy-fv__form {
    padding: 2em 1em 2em 1em;
  }
}
.buy-fv__form h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  font-family: "Shippori Mincho";
}
.buy-fv__form h2 span {
  font-size: 16px;
  color: #b29751;
  display: block;
  font-family: "Shippori Mincho";
  letter-spacing: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .buy-fv__form h2 span {
    margin-bottom: 5px;
  }
}
.buy-fv__form .form-subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #b29751;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -30px;
  right: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .buy-fv__form .form-subtitle {
    width: 60px;
    height: 60px;
    line-height: 1.4;
  }
}
.buy-fv__form .form-subtitle span {
  margin-top: 17px;
  display: block;
}
@media screen and (max-width: 767px) {
  .buy-fv__form .form-subtitle span {
    margin-top: 12px;
  }
}
.buy-fv__form .buy-fv__form-group {
  margin-bottom: 15px;
}
.buy-fv__form .buy-fv__form-group label {
  font-size: 16px;
  display: block;
}
.buy-fv__form .buy-fv__form-group label.form-label {
  color: #fff;
}
.buy-fv__form .buy-fv__form-group input[type=text],
.buy-fv__form .buy-fv__form-group input[type=email],
.buy-fv__form .buy-fv__form-group input[type=tel] {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  background: #f9f9f9;
}
.buy-fv__form .buy-fv__form-group .radio-group {
  display: flex;
  flex-wrap: wrap;
}
.buy-fv__form .buy-fv__form-group .radio-group label {
  width: calc(50% - 10px);
  border: 1px solid #b9b9b9;
  padding: 12px 1em;
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  background: #f9f9f9;
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .buy-fv__form .buy-fv__form-group .radio-group label {
    font-size: 15px;
  }
}
.buy-fv__form .buy-fv__form-group .radio-group label:nth-last-child(1),
.buy-fv__form .buy-fv__form-group .radio-group label:nth-last-child(2) {
  margin-bottom: 0;
}
.buy-fv__form .buy-fv__form-group .radio-group label.selected {
  background-color: #020d3b;
  border-color: #020d3b;
  color: #fff;
}
.buy-fv__form .buy-fv__form-group .radio-group input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.buy-fv__form .buy-fv__form-group .radio-group .outside {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
  background: #Fff;
}
.buy-fv__form .buy-fv__form-group .radio-group .inside {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #b29751;
  position: absolute;
  left: 5px;
  top: 5px;
  transform: scale(0, 0);
}
.no-transforms .buy-fv__form .buy-fv__form-group .radio-group .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}
.buy-fv__form .buy-fv__form-group .radio-group input:checked + .outside .inside {
  animation: radio-select 0.1s linear;
  transform: scale(1, 1);
}
.no-transforms .buy-fv__form .buy-fv__form-group .radio-group input:checked + .outside .inside {
  width: 20px;
  height: 20px;
}
.buy-fv__form .buy-fv__form-group .buy-fv__selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.buy-fv__form .buy-fv__form-group .buy-fv__selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.buy-fv__form .buy-fv__form-group .buy-fv__selectbox select {
  appearance: none;
  width: 100%;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  font-family: "Noto Sans JP";
  color: #020d3b;
  font-size: 1em;
  cursor: pointer;
}
.buy-fv__form-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.buy-fv__form-flex .buy-fv__selectbox {
  flex: 1;
}
.buy-fv .buy-fv__form-group .form-field {
  display: flex;
  gap: 0;
  width: 100%;
  overflow: auto;
  gap: 20px;
  /* アイコン */
}
.buy-fv .buy-fv__form-group .form-field .checkbox {
  flex: 1;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 15px 12px;
  font-size: clamp(14px, 2.2vw, 16px);
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  border: 1px solid #fff;
}
.buy-fv .buy-fv__form-group .form-field .checkbox.checkbox--icon-top {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  place-items: center;
  text-align: center;
}
.buy-fv .buy-fv__form-group .form-field .checkbox.checkbox--icon-bottom {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  place-items: center;
  text-align: center;
}
.buy-fv .buy-fv__form-group .form-field .checkbox.checkbox--icon-right {
  width: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: dashed 1px #BDBDBD;
}
.buy-fv .buy-fv__form-group .form-field .checkbox.checkbox--icon-right:last-child {
  border-bottom: none;
}
.buy-fv .buy-fv__form-group .form-field .checkbox:has(.checkbox_icon:disabled) {
  opacity: 0.4;
}
.buy-fv .buy-fv__form-group .form-field .checkbox_icon {
  position: relative;
  width: 24px;
  height: 24px;
  appearance: none;
  background: #FFFFFF;
  border: solid 1px #808080;
  box-shadow: 0 0 0 0 transparent;
  transition-duration: 0.2s;
  transition-property: background-color, border, box-shadow, color;
  /* 強制カラーモードが有効のときは、既定のシステムカラー値を設定して、トランジションを無効にする */
  /* アイコン：選択済みの見た目 */
  /* アイコン：活性時のホバー演出 */
  /* チェックマーク */
}
@media (forced-colors: active) {
  .buy-fv .buy-fv__form-group .form-field .checkbox_icon {
    transition: none;
    border-color: CanvasText;
  }
}
.buy-fv .buy-fv__form-group .form-field .checkbox_icon:checked {
  background: #b79642;
  /* 紫色 */
  border-color: #b79642;
  /* 紫色 */
  color: #b79642;
  /* 強制カラーモードが有効のときは、システムカラーを設定 */
}
@media (forced-colors: active) {
  .buy-fv .buy-fv__form-group .form-field .checkbox_icon:checked {
    background-color: Canvas;
    border-color: CanvasText;
  }
}
.buy-fv .buy-fv__form-group .form-field .checkbox_icon:hover:enabled {
  /* 強制カラーモードが無効かつ、ホバーが有効のときは、ホバー演出を追加 */
}
@media (forced-colors: none) and (any-hover: hover) {
  .buy-fv .buy-fv__form-group .form-field .checkbox_icon:hover:enabled {
    border-color: #b79642;
    /* 紫色 */
    box-shadow: 0 0 0 4px #b79642;
    /* 薄い紫色 */
  }
}
.buy-fv .buy-fv__form-group .form-field .checkbox_icon::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  mask-image: url("../img/check-icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #FFFFFF;
  transition: opacity 0.2s;
}
@media (forced-colors: active) {
  .buy-fv .buy-fv__form-group .form-field .checkbox_icon::before {
    transition: none;
    background-color: CanvasText;
  }
}
.buy-fv .buy-fv__form-group .form-field .checkbox_icon:checked::before {
  opacity: 1;
}
.buy-fv .buy-fv__submit {
  display: inline-block;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #020d3b;
  background: linear-gradient(135deg, rgb(173, 138, 64) 0%, rgb(218, 188, 80) 50%, rgb(173, 138, 64) 100%);
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-family: "Shippori Mincho";
}
.buy-fv .buy-fv__submit:hover {
  transform: translateY(-2px);
}
.buy-fv .buy-fv__submit:active {
  transform: translateY(0);
}
.buy-fv .buy-fv__submit::after {
  content: "→";
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
}
.buy-fv .form-privacy__discription {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .buy-fv .form-privacy__discription {
    font-size: 12px;
  }
}
.buy-fv .form-privacy__discription a {
  text-decoration: underline;
  font-weight: 600;
}
@media (max-width: 768px) {
  .buy-fv__container {
    flex-direction: column;
  }
  .buy-fv__content, .buy-fv__form {
    max-width: 100%;
  }
}
.buy-fv .applicable-property span {
  font-size: 60px;
  margin: 0 6px;
  letter-spacing: 2px;
}
.buy-fv__listed-properties {
  position: relative;
  text-align: center;
  padding: 0 10px;
  color: #fff;
}
.buy-fv__listed-properties:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background-color: #fff;
  width: 40%;
  height: 1px;
}
.buy-fv__listed-properties:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  background-color: #fff;
  width: 40%;
  height: 1px;
}
.buy-fv__properties-list {
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .buy-fv__properties-list {
    flex-wrap: wrap;
  }
}
.buy-fv__properties-list li {
  flex: 1;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .buy-fv__properties-list li {
    flex: 1 1 calc(50% - 5px);
    margin-bottom: 2em;
  }
}
.buy-fv__properties-list li span {
  font-size: 60px;
}
.buy-fv__properties-list li.gold {
  color: #b29751;
}
.buy-fv__properties-list li:last-child {
  margin-bottom: 0;
}
.buy-fv__properties-list li:nth-last-child(2) {
  margin-bottom: 0;
}

@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}

.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #030d3a;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 0.5rem;
  height: 0.5rem;
  content: "" !important;
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled .swiper-button-prev::before {
  background-color: #424242;
}

.buy-recommend {
  overflow: hidden;
  padding: 6em 0 4em 0;
}
@media screen and (max-width: 767px) {
  .buy-recommend {
    padding: 2em 0 4em 0;
  }
}

.buy-recommend .swiper {
  overflow: visible;
}

.buy-recommend .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 3.2rem;
}

.buy-recommend .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
  bottom: 45px;
}

.buy-recommend .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  border-radius: unset;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}

.buy-recommend .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: #030d3a;
}

.buy-recommend .swiper-button-prev,
.buy-recommend .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  width: 40px;
}

.buy-recommend .swiper-button-disabled {
  pointer-events: none;
  opacity: 1 !important;
}

.swiper-button-disabled::before {
  background-color: rgb(190, 190, 190) !important;
}

.buy-recommend .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .buy-recommend .swiper-slide {
    padding: 1em;
  }
}

.buy-recommend .slide {
  overflow: hidden;
  width: 24rem;
}

.buy-recommend .slide-media {
  padding-top: 62.5%;
}

.buy-recommend .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

.buy-recommend .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}

.buy-recommend .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 0.7rem;
  }
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .buy-recommend .slide {
    width: 20rem;
  }
}
@media only screen and (min-width: 1025px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .buy-recommend .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .buy-recommend .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
}
.buy-recommend {
  position: relative;
}
.buy-recommend__favorite-icon {
  position: absolute;
  right: 20px;
  top: 30px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.buy-recommend__favorite-icon img {
  max-width: 25px;
  margin: 0 auto 5px auto;
}
.buy-recommend__favorite-icon .icon {
  opacity: 1;
  display: block;
}
.buy-recommend__favorite-icon .icon-change {
  opacity: 0;
  display: none;
}
.buy-recommend__favorite-icon.change {
  color: #b29751;
}
.buy-recommend__favorite-icon.change .icon {
  opacity: 0;
  display: none;
}
.buy-recommend__favorite-icon.change .icon-change {
  opacity: 1;
  display: block;
}
.buy-recommend__address {
  line-height: 1;
  margin-bottom: 10px;
}
.buy-recommend__traffic {
  line-height: 1;
  margin-bottom: 10px;
}
.buy-recommend__price ul {
  display: flex;
  flex-wrap: wrap;
  width: 86%;
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  .buy-recommend__price ul {
    width: 100%;
  }
}
.buy-recommend__price ul li {
  border-right: 1px solid #000;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .buy-recommend__price ul li {
    padding: 0 10px;
  }
}
.buy-recommend__price ul li span {
  color: #811f18;
  font-size: 28px;
  line-height: 1;
}
.buy-recommend__price ul li:first-of-type {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .buy-recommend__price ul li:first-of-type {
    padding: 0 10px 0 0;
  }
}
.buy-recommend__price ul li:last-of-type {
  border: none;
}
.buy-recommend__button ul {
  display: flex;
  gap: 10px;
}
.buy-recommend__button ul li {
  flex: 1;
}
.buy-recommend__button ul .detail-button {
  border: 1px solid #020d3b;
  position: relative;
  display: block;
  padding: 18px 20px;
  text-align: center;
}
.buy-recommend__button ul .detail-button:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #020d3b;
  border-right: 1px solid #020d3b;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
.buy-recommend__button ul .contact-button {
  border: 1px solid #020d3b;
  background-color: #020d3b;
  color: #fff;
  position: relative;
  display: block;
  padding: 18px 20px;
  text-align: center;
}
.buy-recommend__button ul .contact-button:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
.buy-recommend__category1 ul {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
  width: 86%;
}
.buy-recommend__category1 ul li {
  border: 1px solid #b29751;
  color: #b29751;
  padding: 5px 1em;
}
.buy-recommend__title {
  font-size: 24px;
  margin-bottom: 1em;
}
.buy-recommend .private-property {
  position: relative;
}
.buy-recommend .private-property .private-property__box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 9, 45, 0.9);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buy-recommend .private-property .private-property__box p {
  font-size: 32px;
}
.buy-recommend .private-property .buy-recommend__button {
  width: 100%;
  position: relative;
  z-index: 3;
}
.buy-recommend .private-property .buy-recommend__button .contact-button {
  color: #8e0e10;
  background-color: #fff;
  font-weight: bold;
}
.buy-recommend .private-property .contact-button:before {
  border-top: 1px solid #020d3b;
  border-right: 1px solid #020d3b;
}
.buy-recommend .contract-closed {
  background-color: #030d3a;
}
.buy-recommend .contract-closed .buy-recommend__title,
.buy-recommend .contract-closed .buy-recommend__address,
.buy-recommend .contract-closed .buy-recommend__traffic {
  color: #fff;
}
.buy-recommend .contract-closed .slide-media {
  position: relative;
}
.buy-recommend .contract-closed .buy-recommend__price {
  color: #fff;
}
.buy-recommend .contract-closed .buy-recommend__price span {
  color: #fff;
}
.buy-recommend .contract-closed .contact-button {
  border: 1px solid #21294b;
  background-color: #21294b;
}
.buy-recommend .contract-closed .contact-button:before {
  content: unset;
}
.buy-recommend .contract-closed__box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b29751;
}
.buy-recommend .contract-closed__box img {
  position: static;
}
.buy-recommend .contract-closed__box p {
  font-size: 32px;
}
.buy-recommend .under-negotiation__box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 5, 5, 0.97);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b29751;
}
.buy-recommend .under-negotiation__box img {
  position: static;
}
.buy-recommend .under-negotiation__box p {
  font-size: 32px;
}

.buy-realestate {
  background-color: #030d3a;
  padding: 5em 0;
  background: url("../img/buy/inverstment_img_bg.png");
}
@media screen and (max-width: 767px) {
  .buy-realestate {
    background-position-y: bottom;
    padding: 3em 0;
  }
}
.buy-realestate__title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
}
.buy-realestate__title span {
  border-top: 1px solid #b29751;
  color: #b29751;
  border-bottom: 1px solid #b29751;
  font-size: 16px;
  font-size: 21px;
  padding: 5px 25px;
}
.buy-realestate__sub-title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 32px;
}
.buy-realestate__wrap {
  margin-top: 3em;
  max-width: 1500px;
  width: 95%;
  margin: auto;
  gap: 7em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .buy-realestate__wrap {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .buy-realestate__wrap:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5333333333);
  }
}
.buy-realestate__series ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.buy-realestate__series ul li {
  flex: 1 1 calc(50% - 10px);
  background-color: #21294b;
  color: #fff;
  padding: 2em 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .buy-realestate__series ul li {
    padding: 1.5em 1em;
  }
}
.buy-realestate__left {
  flex: 1;
}
.buy-realestate__right {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .buy-realestate__right {
    margin-top: 4em;
  }
}
.buy-realestate .lfbapa_in_movie01 iframe {
  width: 100%;
}
.buy-realestate .lfbapa_in_movie01 .lfbapa_in_movie01__txt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  background: #006AB6;
  height: 70px;
  font-size: clamp(1.2em, 2.4vw, 1.8rem);
  text-align: center;
  color: #FFF;
}
.buy-realestate .lfbapa_in_movie01 .lfbapa_in_movie01__txt::before,
.buy-realestate .lfbapa_in_movie01 .lfbapa_in_movie01__txt::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #FFF;
}
.buy-realestate .lfbapa_in_movie01 .lfbapa_in_movie01__txt::before {
  margin-right: 10px;
}
.buy-realestate .lfbapa_in_movie01 .lfbapa_in_movie01__txt::after {
  margin-left: 10px;
}
.buy-realestate .lfbapa_in__btn01 {
  position: absolute;
  z-index: 1;
  bottom: -250px;
  right: 0;
}

.buy-owners {
  overflow: hidden;
  padding: 6em 0 0 0;
}
@media screen and (max-width: 767px) {
  .buy-owners {
    padding: 3em 0 0 0;
  }
}
.buy-owners__container {
  position: relative;
  padding: 6em 0 2em 0;
}
@media screen and (max-width: 767px) {
  .buy-owners__container {
    padding: 3em 0 3em 0;
  }
}
.buy-owners__container:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
  width: 80%;
  background-color: #020d3b;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .buy-owners__container:before {
    width: 100%;
  }
}
.buy-owners__container:after {
  position: absolute;
  top: calc(50% - 4em);
  transform: translateY(-50%);
  content: "";
  height: 50%;
  width: 40%;
  background-color: #1c264f;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .buy-owners__container:after {
    width: 80%;
  }
}
.buy-owners__wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1300px;
  padding: 0 10px;
  margin: auto;
  gap: 2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .buy-owners__wrap {
    display: flex;
    margin-bottom: 4em;
  }
}
.buy-owners__container.reverse:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  height: 100%;
  width: 80%;
  background-color: #f9f9f9;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .buy-owners__container.reverse:before {
    width: 100%;
  }
}
.buy-owners__container.reverse:after {
  position: absolute;
  top: calc(50% - 4em);
  right: 0;
  transform: translateY(-50%);
  content: "";
  height: 50%;
  width: 40%;
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .buy-owners__container.reverse:after {
    width: 80%;
  }
}
.buy-owners .reverse .buy-owners__wrap {
  flex-direction: row-reverse;
}
.buy-owners__profile {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .buy-owners__profile {
    width: calc(50% - 1em);
  }
}
.buy-owners__profile .row-grid {
  grid-gap: 1em;
}
@media screen and (min-width: 768px) {
  .buy-owners .video__contents {
    width: calc(50% - 1em);
  }
}
.buy-owners__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.buy-owners .buy-owners__guest-id {
  font-size: 14px;
  color: #b29751;
}
.buy-owners .buy-owners__name {
  font-size: clamp(24px, 3.3vw, 32px);
  font-weight: 200;
  margin: 0px 0 10px 0;
}
@media screen and (min-width: 768px) {
  .buy-owners .buy-owners__profile {
    width: calc(50% - 1em);
  }
}
.buy-owners .buy-owners__profile .flex-center {
  display: flex;
  align-items: center;
}
.buy-owners__info {
  padding: 10px 0;
}
.buy-owners__info .buy-owners__comment {
  font-size: clamp(16px, 2.2vw, 21px);
  line-height: 2;
  margin-bottom: 10px;
  font-weight: 300;
}
.buy-owners__video {
  max-width: 48%;
}
.buy-owners__video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.buy-qa {
  background: #f9f9f9;
  padding: 1em 3em;
}
@media screen and (max-width: 767px) {
  .buy-qa {
    padding: 0 0;
  }
}
.buy-qa .accordion-content {
  display: none;
}
.buy-qa .accordion-header {
  border-bottom: 1px solid #020d3b;
    padding: 1em 3em 1em 60px;
    transition: background 0.3s ease;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
@media screen and (max-width: 767px) {
  .buy-qa .accordion-header {
    padding: 1em 2em 1em 2.5em;
    font-size: 15px;
  }
}
.buy-qa .accordion-header.active {
  background-color: #020d3b;
  color: #fff;
}
.buy-qa .accordion-header:first-of-type {
  border-top: 1px solid #020d3b;
}
.buy-qa .accordion-header::before,
.buy-qa .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 35px;
  bottom: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #020d3b;
}
@media screen and (max-width: 767px) {
  .buy-qa .accordion-header::before,
  .buy-qa .accordion-header::after {
    right: 15px;
  }
}
.buy-qa .accordion-header.active::before,
.buy-qa .accordion-header.active::after {
  background: #fff;
}
.buy-qa .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.buy-qa .accordion-header.active::after {
  transform: rotate(0deg);
}
.buy-qa .accordion-content {
  background-color: #f9f9f9;
  border-bottom: 1px solid #020d3b;
  padding: 1em 1.5em 1em 60px;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .buy-qa .accordion-content {
    padding: 1em 1em 1em 2.3em;
    font-size: 16px;
  }
}
.buy-qa .accordion-header span,
.buy-qa .accordion-content span {
  padding-left: 0;
  position: relative;
  line-height: 2;
}
.buy-qa .accordion-header span::before {
  position: absolute;
  content: "Q.";
  top: 0px;
  left: -30px;
  color: #000;
  font-size: 24px;
  line-height: 1;
}
.buy-qa .accordion-header:hover span::before {
  color: #fff;
}
.buy-qa .accordion-header.active span::before {
  color: #fff;
}
.buy-qa .accordion-content span::before {
  position: absolute;
  content: "A.";
  top: 0px;
  left: -28px;
  color: #b29751;
  font-size: 24px;
  line-height: 1;
}
.buy-qa .accordion-header:hover {
  background-color: #020d3b;
  color: #fff;
}
.buy-qa .accordion-header:hover::before,
.buy-qa .accordion-header:hover::after {
  background: #fff;
}

.buy-message {
  padding: 3em 0;
}
.buy-message__container {
  max-width: 1600px;
  margin: auto;
  background-color: #020d3b;
  padding: 5em 7em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .buy-message__container {
    padding: 2em 1.5em;
  }
}
.buy-message__title {
  color: #fff;
}
.buy-message__title .ja {
  font-size: 21px;
  margin-left: 15px;
  color: #b29751;
}
@media screen and (min-width: 768px) {
  .buy-message__wrap {
    display: flex;
    gap: 4em;
  }
}
.buy-message__img {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .buy-message__img {
    width: 40%;
  }
}
.buy-message__contents {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .buy-message__contents {
    width: 60%;
  }
}
.buy-message__contents p {
  font-size: 16px;
  line-height: 2.2;
}
.buy-message__contents h3 {
  line-height: 1.6;
}
.buy-message__container::before {
  position: absolute;
  top: calc(50% + 4.5em);
  right: 0;
  transform: translateY(-50%);
  content: "";
  height: 55%;
  width: 80%;
  background-color: #1c2448;
  z-index: 1;
}/*# sourceMappingURL=buy.css.map */