.columnInfo {
  background-color: #ede6dc;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (min-width: 768px) {
  .columnInfo {
    gap: 40px;
    margin: 0 auto;
    padding: 80px 120px;
    width: 1020px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo {
    gap: 24px;
    margin: 0 -16px;
    padding: 56px 32px;
  }
}

.columnInfo__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #91765d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 50%;
  letter-spacing: .05em;
  line-height: .7;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .columnInfo__btn {
    bottom: 80px;
    font-size: 16px;
    gap: 7px;
    height: 117px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__btn {
    bottom: 56px;
    font-size: 12px;
    gap: 8px;
    height: 98px;
  }
}

.columnInfo__btn .arrow {
  aspect-ratio: 2 / 1;
}

@media screen and (min-width: 768px) {
  .columnInfo__btn .arrow {
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__btn .arrow {
    width: 10px;
  }
}

.columnInfo__btn:after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(34.69%, #ede6dc), color-stop(69.39%, rgba(237, 230, 220, 0)));
  background: linear-gradient(0deg, #ede6dc 34.69%, rgba(237, 230, 220, 0) 69.39%);
  content: '';
  inset: 0;
  position: absolute;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
  z-index: -1;
}

.columnInfo__btn.is-active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.columnInfo__btn.is-active .arrow .svgIcon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.columnInfo__btn.is-active:after {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .columnInfo__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .columnInfo__head .headingCombi .txt {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__head .headingCombi .txt {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .columnInfo__head .photo {
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__head .photo {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .columnInfo__head + .columnInfo__body {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__head + .columnInfo__body {
    margin-top: 40px;
  }
}

.columnInfo__body {
  overflow: hidden;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: max-height 1.2s ease;
  transition: max-height 1.2s ease;
}

@media screen and (min-width: 768px) {
  .columnInfo__body {
    max-height: 117px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__body {
    max-height: 117px;
  }
}

@media screen and (min-width: 768px) {
  .columnInfo__body.is-active {
    max-height: 2000px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__body.is-active {
    max-height: 4000px;
  }
}

@media screen and (min-width: 768px) {
  .columnInfo__cont {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__cont {
    padding-bottom: 56px;
  }
}

.columnInfo__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .columnInfo__desc {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__desc {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__desc .heading {
    font-size: 14px;
  }
}

.columnInfo__desc .heading + .txt {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .columnInfo__desc .heading + .txt {
    font-size: 13px;
  }
}

.columnInfo__bottom {
  border-top: 1px solid #91765d;
}

@media screen and (min-width: 768px) {
  .columnInfo__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__bottom {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .columnInfo__bottom + .caption {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__bottom + .caption {
    margin-top: 16px;
  }
}

.columnInfo__intro {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .columnInfo__intro {
    width: 230px;
  }
}

.columnInfo__name {
  line-height: 1.2;
  letter-spacing: .04em;
}

.columnInfo__name:before {
  content: '';
  margin-top: calc((1 - 1.2) * .5em);
}

.columnInfo__name:after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

.columnInfo__name:before, .columnInfo__name:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .columnInfo__name {
    font-size: 24px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__name {
    font-size: 18px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .columnInfo__name .small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__name .small {
    font-size: 10px;
  }
}

.columnInfo__name + .txt {
  line-height: 1.6;
  letter-spacing: .02em;
}

.columnInfo__name + .txt:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.columnInfo__name + .txt:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.columnInfo__name + .txt:before, .columnInfo__name + .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .columnInfo__name + .txt {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__name + .txt {
    margin-top: 16px;
  }
}

.columnInfo__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .columnInfo__profile {
    gap: 40px;
    width: calc(100% - 278px);
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__profile {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__profile .txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__result {
    margin-top: 24px;
  }
}

.columnInfo__result .ttl {
  color: #91765d;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .columnInfo__result .ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__result .ttl {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .columnInfo__result .ttl + .txt {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__result .ttl + .txt {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .columnInfo__result .txt + .ttl {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .columnInfo__result .txt + .ttl {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .columnInfo .txt {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .historySect__head .sectVisual__ttl {
    width: calc(214 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .historySect__head .sectVisual__ttl {
    width: 178px;
  }
}

@media screen and (max-width: 768px) {
  .historySect__head .sectVisual__inner {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .historySect__head + .historySect__cont {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .historySect__head + .historySect__cont {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .historySect__cont .subSect__head + .subSect__cont {
    margin-top: 64px;
  }
}

.historySect__cont .subSect__cont {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect__cont {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .historySect__cont .subSect__cont {
    padding: 56px 0;
  }
}

.historySect__cont .subSect__cont:after {
  width: calc(100vw - var(--scrollbar));
  background-color: #ffffff;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect__cont:after {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .historySect__cont .subSect__cont:after {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .historySect__cont .subSect__cont:after {
    margin-left: -40px;
  }
}

.historySect__cont .subSect__cont .generalSlider {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect__cont .generalSlider {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .historySect__cont .subSect__cont .generalSlider {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .historySect__cont .subSect__cont .generalSlider {
    margin-left: -40px;
  }
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect__cont .generalSlider .swiper-slide {
    width: calc(500 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .historySect__cont .subSect__cont .generalSlider .swiper-slide {
    width: 295px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont .subSect__cont {
    margin: 0 auto;
    padding: 40px 0;
    width: 736px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont .subSect__cont .photo {
    margin: 0 -32px;
  }
}

.introductionSect__cont .subSect__cont .photo + .caption {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .redevelopmentSect__head .sectVisual__ttl {
    width: calc(444 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSect__head .sectVisual__ttl {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSect__head .sectVisual__inner {
    padding-bottom: 80px;
  }
}

.redevelopmentSect__head .sectVisual__bg {
  position: relative;
}

.redevelopmentSect__head .sectVisual__bg:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 0, 2, 0.8)), color-stop(60%, rgba(7, 0, 2, 0)));
  background: linear-gradient(0deg, rgba(7, 0, 2, 0.8) 0%, rgba(7, 0, 2, 0) 60%);
  content: '';
  inset: 0;
  position: absolute;
}

.redevelopmentSect__head .sectVisual__bg .capIn {
  text-align: right;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .redevelopmentSect__head + .redevelopmentSect__cont {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSect__head + .redevelopmentSect__cont {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .redevelopmentSect__cont + .redevelopmentSect__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSect__cont + .redevelopmentSect__bottom {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .redevelopmentSect__cont .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSect__cont .subSect__head + .subSect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSect__cont .subSect__cont {
    margin: 0 -24px;
  }
}

@media screen and (min-width: 768px) {
  .redevelopmentSect__list {
    display: grid;
    gap: 64px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentCard + .redevelopmentCard {
    margin-top: 32px;
  }
}

.redevelopmentCard__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b49975;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .redevelopmentCard__head {
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentCard__head {
    padding: 20px 0;
  }
}

.redevelopmentCard__head:after {
  border: 1px solid #fbf9f8;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .redevelopmentCard__head:after {
    height: calc(100% - 16px);
    width: calc(100% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentCard__head:after {
    height: calc(100% - 8px);
    width: calc(100% - 8px);
  }
}

@media screen and (min-width: 768px) {
  .redevelopmentCard__head + .redevelopmentCard__body {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentCard__head + .redevelopmentCard__body {
    margin-top: 24px;
  }
}

.redevelopmentCard__heading {
  color: #ffffff;
  letter-spacing: .04em;
  line-height: 1.7;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .redevelopmentCard__heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentCard__heading {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentCard__body + .redevelopmentCard__visual {
    margin-top: 24px;
  }
}

.redevelopmentCard__body .txt + .caption {
  margin-top: 24px;
}

.redevelopmentCard__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .redevelopmentCard__visual {
    margin-top: auto;
    padding-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .resaleSect {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .resaleSect__head {
    width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .resaleSect__head + .resaleSect__cont {
    margin-top: 40px;
  }
}

.resaleSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .resaleSect__cont {
    gap: 24px;
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .resaleSect__cont {
    gap: 24px;
  }
}

.resaleSect__cont .caption {
  letter-spacing: 0;
}

.resaleSect__lead {
  line-height: 1.6;
  border: 1px solid #ffffff;
  letter-spacing: .05em;
  text-align: center;
}

.resaleSect__lead:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.resaleSect__lead:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.resaleSect__lead:before, .resaleSect__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .resaleSect__lead {
    font-size: 20px;
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  .resaleSect__lead {
    font-size: 14px;
    padding: 16px;
  }
}

@media screen and (min-width: 768px) {
  .resaleSect__lead .small {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .resaleSect__lead .small {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .value-introduction {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .value-introduction {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .value-resale {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .value-resale {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .value-column {
    padding: 80px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .value-column {
    padding: 80px 0 160px;
  }
}

@media screen and (min-width: 768px) {
  .value-history {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .value-history {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .value-redevelopment {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .value-redevelopment {
    padding-bottom: 120px;
  }
}
