.contentsCard {
  position: relative;
  z-index: 1;
}

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

@media screen and (min-width: 768px) {
  .contentsCard__desc {
    left: 0;
    padding: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
}

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

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

.contentsCard__ttl {
  letter-spacing: .04em;
  line-height: 1.8;
}

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

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

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

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

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

.contentsCard__ttl + .txt {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .contentsCard__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .contentsCard__bg .photo {
    height: 100%;
    width: 100%;
  }
  .contentsCard__bg .photo__pic, .contentsCard__bg .photo__image {
    height: 100%;
    width: 100%;
  }
  .contentsCard__bg .photo__image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}

.contentsCard--comingSoon:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(156, 156, 156, 0.6);
  color: #ffffff;
  content: 'Coming soon';
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: italic;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}

.contentsCard--comingSoon .contentsCard__desc {
  opacity: .2;
}

@media screen and (min-width: 768px) {
  .contentsSect {
    margin: 0 auto;
    max-width: 760px;
  }
}

@media screen and (max-width: 768px) {
  .contentsSect {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (min-width: 768px) {
  .contentsSect__head .heading {
    text-align: center;
  }
}

.contentsSect__ttl {
  color: #91765d;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}

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

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

.contentsSect__ttl + .heading {
  margin-top: 64px;
}

.contentsSect__cont .usableList__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media screen and (max-width: 768px) {
  .contentsSect__cont .usableList__inner {
    gap: 16px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .flowPageHead {
    padding: 160px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .flowPageHead {
    padding: 100px 0 120px !important;
  }
}

.flowPageHead__ttl {
  text-align: center;
}

.flowPageHead__ttl .jp {
  display: block;
  letter-spacing: .1em;
  line-height: 1.5;
}

.flowPageHead__ttl .jp:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.flowPageHead__ttl .jp:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

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

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

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

.flowPageHead__ttl .en {
  color: #beb098;
  display: block;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .flowPageHead__ttl .en {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .flowPageHead__ttl .en {
    font-size: 28px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .residenceClubSect {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.residenceClubSect__head .photo {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .residenceClubSect__head .photo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.residenceClubSect__head .photo__image {
  mix-blend-mode: multiply;
}

.residenceClubSect__cont {
  background-color: #ebe5db;
}

@media screen and (min-width: 768px) {
  .residenceClubSect__cont {
    padding: 64px;
  }
}

@media screen and (max-width: 768px) {
  .residenceClubSect__cont {
    padding: 64px 24px;
  }
}

.residenceClubSect__cont .heading {
  text-align: center;
}

.residenceClubSect__lead {
  letter-spacing: .02em;
  line-height: 2.2;
}

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

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

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

@media screen and (min-width: 768px) {
  .residenceClubSect__lead {
    font-size: 16px;
    text-align: center;
  }
}

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

@media screen and (min-width: 768px) {
  .residenceClubSect__lead + .heading {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .residenceClubSect__lead + .heading {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .stepList {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (min-width: 768px) {
  .stepList__item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    grid-template-columns: 280px 1fr;
  }
}

@media screen and (min-width: 768px) {
  .stepList__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.stepList__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #beb098;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  gap: 10px;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .stepList__ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .stepList__ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 16px 24px;
  }
}

.stepList__ttl .num {
  display: inline-block;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .stepList__ttl .num {
    font-size: 100px;
  }
}

@media screen and (max-width: 768px) {
  .stepList__ttl .num {
    font-size: 60px;
  }
}

@media screen and (min-width: 768px) {
  .stepList__desc {
    padding: 60px 40px 60px 120px;
  }
}

@media screen and (max-width: 768px) {
  .stepList__desc {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 20px;
  }
}

.stepList__heading {
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .stepList__heading {
    font-size: 22px;
    line-height: 1.8;
  }
  .stepList__heading:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .stepList__heading:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .stepList__heading:before, .stepList__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .stepList__heading {
    font-size: 18px;
    line-height: 1.9;
  }
  .stepList__heading:before {
    content: '';
    margin-top: calc((1 - 1.9) * .5em);
  }
  .stepList__heading:after {
    margin-bottom: calc((1 - 1.9) * .5em);
  }
  .stepList__heading:before, .stepList__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.stepList__txt {
  letter-spacing: .02em;
  line-height: 2.2;
}

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

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

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

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

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

.stepList__heading + .stepList__txt {
  margin-top: 40px;
}

.stepList__txt + .caption {
  color: #cccccc;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .flow-step {
    padding: 0 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .flow-step {
    padding: 0 0 64px;
  }
}

@media screen and (min-width: 768px) {
  .flow-club {
    padding: 160px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .flow-club {
    padding: 120px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .flow-contents {
    padding: 120px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .flow-contents {
    padding: 120px 0;
  }
}
