@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .top-info {
    padding: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .top-info {
    padding: 10.2564102564vw 0 20.5128205128vw;
  }
}

@media only screen and (min-width: 768px) {
  .top-plan {
    padding: 160px 0;
  }
}

.mainMovie {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .mainMovie {
    height: 55.5555555556vw;
  }
}
@media only screen and (max-width: 767px) {
  .mainMovie {
    height: 165.1282051282vw;
  }
}
.mainMovie:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .mainMovie:before {
    height: 24.375vw;
  }
}
@media only screen and (max-width: 767px) {
  .mainMovie:before {
    height: 60%;
  }
}
.mainMovie__movie {
  height: 100%;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.mainMovie__video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  position: relative;
  width: 100%;
}
.mainMovie__video:-webkit-media-controls {
  display: none !important;
}
.mainMovie__video:-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mainMovie__poster {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mainMovie__poster .photo {
  height: 100%;
  width: 100%;
}
.mainMovie__poster .photo__pic, .mainMovie__poster .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
}
.mainMovie__poster.is-visible {
  display: block;
}
.mainMovie__cap {
  position: absolute;
  z-index: 3;
  bottom: 5px;
  right: 5px;
}
.mainMovie__cap.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

/* USP、価格帯は基本的に3〜4つ掲載 */
.uspArea {
  background-color: #f2f2f2;
}

.priceArea {
  background-color: #333333;
  color: #ffffff;
}

.txtList {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .txtList {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .txtList {
    padding: 7.6923076923vw 0;
  }
}
.txtList__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  justify-content: space-between;
  line-height: 1.8;
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .txtList__item {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 4.6153846154vw;
    justify-content: center;
    padding: 0 1.2820512821vw 3.8461538462vw;
  }
  .txtList__item:not(:first-child) {
    padding-top: 3.8461538462vw;
  }
}
@media only screen and (min-width: 768px) {
  .txtList__item:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .txtList__item:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item:last-child {
    padding-bottom: 0;
  }
}
.txtList__item:last-child:after {
  display: none;
}
.txtList__item:after {
  background-color: #cccccc;
  content: "";
  height: 50px;
  position: absolute;
  width: 1px;
}
@media only screen and (min-width: 768px) {
  .txtList__item:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item:after {
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
  }
}
.txtList__item .small {
  display: inline-block;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .txtList__item .small {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item .small {
    font-size: 3.0769230769vw;
    padding-right: 2.5641025641vw;
  }
}

.newsArea__inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .newsArea__inner {
    max-width: 1200px;
    align-items: flex-start;
    display: flex;
    gap: 50px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .newsArea__inner {
    padding: 0 20px;
  }
}
.newsArea__ttl {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .newsArea__ttl {
    flex: 1;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .newsArea__ttl {
    font-size: 3.0769230769vw;
  }
}

.newsList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .newsList {
    width: 960px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .newsList {
    padding-bottom: 6.1538461538vw;
  }
}
.newsList:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .newsArea__ttl + .newsList {
    margin-top: 10.2564102564vw;
  }
}
.newsList__item {
  display: flex;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 500;
  text-align: left;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .newsList__item {
    gap: 70px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .newsList__item {
    gap: 6.1538461538vw;
    font-size: 3.3333333333vw;
  }
}
.newsList__item .date {
  white-space: nowrap;
  display: inline-block;
  line-height: 1.4375;
}
.newsList__item .cont {
  display: inline-block;
  position: relative;
  line-height: 1.4375;
}
.newsList__item.is-new .cont:after {
  background-color: #ac2730;
  color: #fff;
  display: inline-block;
  content: "NEW";
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .newsList__item.is-new .cont:after {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .newsList__item.is-new .cont:after {
    padding: 1.0256410256vw;
  }
}
@media only screen and (min-width: 768px) {
  .newsList__item + .newsList__item {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .newsList__item + .newsList__item {
    margin-top: 3.8461538462vw;
  }
}

@media only screen and (min-width: 768px) {
  .infoArea {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .infoArea {
    padding-top: 15.3846153846vw;
  }
}
.infoArea__ttl {
  text-align: center;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .infoArea__ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .infoArea__ttl {
    font-size: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) {
  .infoArea__ttl + .infoCont {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .infoArea__ttl + .infoCont {
    margin-top: 10.2564102564vw;
  }
}
.infoArea__inner {
  margin: 80px auto 0;
}
@media only screen and (max-width: 767px) {
  .infoArea__inner {
    margin-top: 12.8205128205vw;
  }
}

.infoCont {
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  .infoCont {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .infoCont {
    margin-left: auto;
    margin-right: auto;
    max-width: 76.9230769231vw;
  }
}
.infoCont__heading {
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
.infoCont__heading:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
}
.infoCont__heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .infoCont__heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .infoCont__heading {
    font-size: 4.1025641026vw;
    text-align: center;
  }
}
.infoCont__txt {
  line-height: 1.4615384615;
  letter-spacing: 0.08em;
}
.infoCont__txt:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4615384615) * 0.5em);
}
.infoCont__txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.4615384615) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .infoCont__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .infoCont__txt {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.3333333333vw;
  }
}
.infoCont__txt + .infoCont__txt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .infoCont__txt + .infoCont__txt {
    margin-top: 6.4102564103vw;
  }
}
@media only screen and (min-width: 768px) {
  .infoCont__heading + .infoCont__txt {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .infoCont__heading + .infoCont__txt {
    margin-top: 6.1538461538vw;
  }
}

.conceptArea {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .conceptArea {
    padding: 200px 0 220px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptArea {
    padding: 30.7692307692vw 0 46.1538461538vw;
  }
}
.conceptArea__inner {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .conceptArea__inner {
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .conceptArea__inner {
    padding: 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .conceptArea__inner {
    padding: 0 5.1282051282vw;
  }
}
.conceptArea__ttl {
  letter-spacing: 0.1em;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .conceptArea__ttl {
    font-size: 16px;
  }
}
.conceptArea__heading .en {
  display: inline-block;
  font-style: italic;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
  background: linear-gradient(297deg, #6D6D6D 8.33%, #A2A2A2 46.4%, #6D6D6D 91.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}
.conceptArea__heading .en:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}
.conceptArea__heading .en:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .conceptArea__heading .en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptArea__heading .en {
    font-size: 4.1025641026vw;
  }
}
.conceptArea__heading .jp {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1.5;
}
.conceptArea__heading .jp:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.conceptArea__heading .jp:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .conceptArea__heading .jp {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptArea__heading .jp {
    font-size: 6.1538461538vw;
  }
}
@media only screen and (min-width: 768px) {
  .conceptArea__heading .jp + .en {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptArea__heading .jp + .en {
    margin-top: 6.1538461538vw;
  }
}
@media only screen and (min-width: 768px) {
  .conceptArea__ttl + .conceptArea__heading {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptArea__ttl + .conceptArea__heading {
    margin-top: 10.2564102564vw;
  }
}
@media only screen and (min-width: 768px) {
  .conceptArea__head + .conceptArea__cont {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptArea__head + .conceptArea__cont {
    margin-top: 12.8205128205vw;
  }
}
.conceptArea__txt {
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 2.2;
}
.conceptArea__txt:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.2) * 0.5em);
}
.conceptArea__txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2.2) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .conceptArea__txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptArea__txt {
    font-size: 3.3333333333vw;
  }
}
.conceptArea__txt + .conceptArea__txt {
  margin-top: 2.4em;
}
.conceptArea__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.conceptArea__bg .photo {
  width: 100%;
  height: 100%;
}
.conceptArea__bg .photo__pic, .conceptArea__bg .photo__image {
  width: 100%;
  height: 100%;
}
.conceptArea__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.guidanceCont {
  align-items: center;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont {
    flex-direction: column;
    margin-top: 13.3333333333vw;
    padding: 7.6923076923vw 5.1282051282vw;
  }
}
.guidanceCont__btn {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont__btn {
    width: 100%;
    margin: 5.1282051282vw auto 0;
  }
}
.guidanceCont + .cvBlock {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont + .cvBlock {
    margin-top: 12.8205128205vw;
  }
}

@media only screen and (min-width: 768px) {
  .conceptGuide {
    padding: 120px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptGuide {
    padding: 20.5128205128vw 0 25.641025641vw;
  }
}
.conceptGuide__inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .conceptGuide__inner {
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .conceptGuide__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .conceptGuide__inner {
    padding: 0 8.2051282051vw;
  }
}
.conceptGuide__head .photo {
  overflow: hidden;
}
.conceptGuide__head .photo__image {
  filter: blur(5px) brightness(1.4);
  transition: filter cubic-bezier(0.76, 0, 0.24, 1) 2s;
}
.conceptGuide__head.sai-animate .photo__image {
  filter: blur(0) brightness(1);
}
@media only screen and (min-width: 768px) {
  .conceptGuide__cont {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .conceptGuide__head + .conceptGuide__cont {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptGuide__head + .conceptGuide__cont {
    margin-top: 10.2564102564vw;
  }
}
.conceptGuide__txtArea {
  text-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .conceptGuide__txtArea {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .conceptGuide__txtArea .guideTxt + .guideTtl {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptGuide__txtArea .guideTxt + .guideTtl {
    margin-top: 11.2820512821vw;
  }
}
@media only screen and (max-width: 767px) {
  .conceptGuide__txtArea + .guideLink {
    margin-top: 12.8205128205vw;
  }
}

.locationGuide {
  background: url("../img/bg-content-02@1.5x.jpg") center center no-repeat;
}
@media only screen and (min-width: 768px) {
  .locationGuide {
    padding: 0 0 180px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .locationGuide {
    padding: 0 0 30.7692307692vw;
  }
}
@media only screen and (min-width: 768px) {
  .locationGuide__head {
    height: 38.8888888889vw;
  }
}
@media only screen and (max-width: 767px) {
  .locationGuide__head {
    height: 102.5641025641vw;
  }
}
.locationGuide__head .parallaxPhoto {
  height: 100%;
  width: 100%;
}
.locationGuide__head .parallaxPhoto .photo {
  width: 100%;
  height: 100%;
}
.locationGuide__head .parallaxPhoto .photo__image {
  -o-object-position: center top;
     object-position: center top;
  -o-object-fit: cover;
     object-fit: cover;
}
.locationGuide__cont {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .locationGuide__cont {
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .locationGuide__cont {
    padding: 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .locationGuide__cont {
    padding: 0 5.1282051282vw;
  }
}
.locationGuide__cont .guideLink {
  margin-left: auto;
  margin-right: auto;
}
.locationGuide__cont .guideLink__txt {
  text-align: center;
}
.locationGuide__cont .guideLink__comingSoon {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .locationGuide__head + .locationGuide__cont {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .locationGuide__head + .locationGuide__cont {
    margin-top: 12.8205128205vw;
  }
}

.accessGuide {
  position: relative;
  z-index: 1;
  background: url("../img/bg-content-01@1.5x.jpg") center center no-repeat;
}
@media only screen and (min-width: 768px) {
  .accessGuide {
    display: flex;
    align-items: center;
    height: 100vh;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .accessGuide {
    padding: 20.5128205128vw 0 33.3333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .accessGuide__head {
    width: 58.5416666667vw;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .accessGuide__head {
    padding-left: 8.2051282051vw;
  }
}
.accessGuide__head .photo {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .accessGuide__head .photo {
    box-shadow: 0 5px 50px 10px rgba(0, 0, 0, 0.2);
  }
}
.accessGuide__head .photo__pic, .accessGuide__head .photo__image {
  width: 100%;
  height: 100%;
}
.accessGuide__head .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 768px) {
  .accessGuide__cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 168px;
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessGuide__cont {
    padding: 11.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .accessGuide__cont {
    padding: 0 8.2051282051vw;
    margin-top: 12.8205128205vw;
  }
}

.designGuide {
  position: relative;
  z-index: 1;
  background: url("../img/bg-content-03@1.5x.jpg") center center no-repeat;
}
@media only screen and (min-width: 768px) {
  .designGuide {
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .designGuide {
    padding: 20.5128205128vw 0 33.3333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .designGuide__head {
    width: 58.5416666667vw;
    height: 100%;
  }
}
.designGuide__head .photo {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .designGuide__head .photo {
    height: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .designGuide__head .photo {
    width: 82.0512820513vw;
    height: 43.0769230769vw;
  }
}
@media only screen and (max-width: 767px) {
  .designGuide__head .photo:not(:first-child) {
    margin-top: 4.1025641026vw;
  }
}
@media only screen and (max-width: 767px) {
  .designGuide__head .photo:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.designGuide__head .photo__pic, .designGuide__head .photo__image {
  width: 100%;
  height: 100%;
}
.designGuide__head .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.designGuide__head .photo:nth-child(1) .photo__image {
  transform: scale(1);
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  transform-origin: 0% 50%;
  transition: transform cubic-bezier(0.45, 0, 0.55, 1) 12s;
}
.designGuide__head .photo:nth-child(2) .photo__image {
  transform-origin: 100% 0%;
  transform: scale(1);
  transition: transform cubic-bezier(0.45, 0, 0.55, 1) 12s;
}
.designGuide__head.sai-animate .photo:nth-child(1) .photo__image {
  transform: scale(1.12);
}
.designGuide__head.sai-animate .photo:nth-child(2) .photo__image {
  transform: scale(1.12);
}
@media only screen and (min-width: 768px) {
  .designGuide__cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 168px;
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .designGuide__cont {
    padding: 11.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .designGuide__cont {
    padding: 0 8.2051282051vw;
    margin-top: 12.8205128205vw;
  }
}

.guideTtl {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.2em;
}
.guideTtl:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.guideTtl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .guideTtl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .guideTtl {
    font-size: 3.8461538462vw;
  }
}

.guideTxt {
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 2.2;
}
.guideTxt:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.2) * 0.5em);
}
.guideTxt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2.2) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .guideTxt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .guideTxt {
    font-size: 2.8205128205vw;
  }
}
.guideTxt + .guideTxt {
  margin-top: 2.2em;
}

.guideLink {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  justify-content: space-between;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .guideLink {
    width: 260px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink {
    width: 66.6666666667vw;
    padding-bottom: 4.6153846154vw;
  }
}
.guideLink:before, .guideLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.guideLink:before {
  background: linear-gradient(270deg, #167639 0%, #75B88E 45.68%, #167639 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
.guideLink:after {
  background-color: rgba(255, 255, 255, 0.4);
  transform: scaleX(1);
  transform-origin: right center;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
.guideLink__txt {
  text-align: left;
}
.guideLink__txt .jp {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  line-height: 1.4545454545;
}
.guideLink__txt .jp:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4545454545) * 0.5em);
}
.guideLink__txt .jp:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.4545454545) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .guideLink__txt .jp {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink__txt .jp {
    font-size: 2.5641025641vw;
  }
}
.guideLink__txt .en {
  display: block;
  letter-spacing: 0.2em;
  font-family: "Cormorant Infant", serif;
  line-height: 0.8;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.6s, font-weight cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
@media only screen and (min-width: 768px) {
  .guideLink__txt .en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink__txt .en {
    font-size: 4.1025641026vw;
  }
}
.guideLink__txt .en + .jp {
  margin-top: 10px;
}
.guideLink__arrow {
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
@media only screen and (min-width: 768px) {
  .guideLink__arrow {
    width: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink__arrow {
    width: 4.1025641026vw;
  }
}
.guideLink__arrow .arrowSVG {
  width: 100%;
  height: auto;
}
.guideLink__arrow .arrowSVG__path {
  fill: rgba(255, 255, 255, 0.5);
  transition: fill cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
@media only screen and (min-width: 768px) {
  .guideTtl + .guideLink {
    margin-top: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .guideTtl + .guideLink {
    margin-top: 12.8205128205vw;
  }
}
@media only screen and (min-width: 768px) {
  .guideLink:hover:before {
    transform: scaleX(1);
  }
  .guideLink:hover:after {
    transform: scaleX(0);
  }
  .guideLink:hover .guideLink__txt .en {
    color: white;
    font-weight: 400;
  }
  .guideLink:hover .guideLink__txt .jp {
    color: white;
  }
  .guideLink:hover .guideLink__arrow {
    transform: translateX(3px);
  }
  .guideLink:hover .guideLink__arrow .arrowSVG__path {
    fill: white;
  }
}
@media (hover: hover) and (pointer: fine) {
  .guideLink:hover:before {
    transform: scaleX(1);
  }
  .guideLink:hover:after {
    transform: scaleX(0);
  }
  .guideLink:hover .guideLink__txt .en {
    color: white;
    font-weight: 400;
  }
  .guideLink:hover .guideLink__txt .jp {
    color: white;
  }
  .guideLink:hover .guideLink__arrow {
    transform: translateX(3px);
  }
  .guideLink:hover .guideLink__arrow .arrowSVG__path {
    fill: white;
  }
}
.guideLink__comingSoon {
  text-align: left;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 768px) {
  .guideLink__comingSoon {
    font-size: 12px;
    margin-top: 24px;
    padding-left: 106px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink__comingSoon {
    font-size: 2.8205128205vw;
    padding-left: 89px;
    margin-top: 4.1025641026vw;
  }
}
.guideLink__comingSoon:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: currentColor;
}
@media only screen and (min-width: 768px) {
  .guideLink__comingSoon:before {
    width: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink__comingSoon:before {
    width: 79px;
  }
}
.guideLink--disabled {
  pointer-events: none;
  display: block;
  padding-bottom: 0;
}
.guideLink--disabled:after {
  content: none;
}
.guideLink--disabled .guideLink__txt .en {
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 768px) {
  .guideLink--disabled .guideLink__txt .en {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink--disabled .guideLink__txt .en {
    font-size: 7.1794871795vw;
  }
}

.planArea {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .planArea {
    padding: 120px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea {
    padding: 25.641025641vw 0 35.8974358974vw;
  }
}
.planArea__inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .planArea__inner {
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .planArea__inner {
    padding: 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__inner {
    padding: 0 5.1282051282vw;
  }
}
.planArea__heading {
  font-weight: 500;
  letter-spacing: 0.28em;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .planArea__heading {
    font-size: 16px;
    line-height: 2;
    grid-column: 9/span 2;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    align-self: end;
  }
  .planArea__heading:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2) * 0.5em);
  }
  .planArea__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
@media only screen and (max-width: 767px) {
  .planArea__heading {
    text-align: center;
    font-size: 3.8461538462vw;
    line-height: 2.1333333333;
  }
  .planArea__heading:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2.1333333333) * 0.5em);
  }
  .planArea__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2.1333333333) * 0.5em);
  }
}
.planArea__btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .planArea__btn {
    margin: 60px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__btn {
    margin: 20.5128205128vw auto 0;
  }
}
.planArea__btn .guideLink__txt .en,
.planArea__btn .guideLink__txt .jp {
  color: #ffffff;
  text-shadow: 0 0 20px #000, 0 0 20px #000;
}
.planArea__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.planArea__bg .guidanceMovie {
  width: 100%;
  height: 100%;
}
.planArea__bg .guidanceMovie__video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.planArea__bg .guidanceMovie__poster {
  width: 100%;
  height: 100%;
}
.planArea__bg .guidanceMovie__poster .photo {
  width: 100%;
  height: 100%;
}
.planArea__bg .guidanceMovie__poster .photo__pic, .planArea__bg .guidanceMovie__poster .photo__image {
  width: 100%;
  height: 100%;
}
.planArea__bg .guidanceMovie__poster .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (min-width: 768px) {
  .plansList {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .plansList {
    margin-top: 10.641025641vw;
  }
}
.plansList__item {
  perspective: 1000px;
}
@media only screen and (min-width: 768px) {
  .plansList__item {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .plansList__item {
    width: 100%;
  }
  .plansList__item:not(:first-child) {
    margin-top: 5.1282051282vw;
  }
}

.planLink {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #78756B;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.4);
  transform-style: preserve-3d;
  transition: transform cubic-bezier(0.33, 1, 0.68, 1) 1.2s, box-shadow cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
}
@media only screen and (min-width: 768px) {
  .planLink {
    height: 100%;
    padding: 10px 10px 49px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink {
    padding: 2.5641025641vw 4.4871794872vw 9.2307692308vw;
  }
}
.planLink .speckBlock {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  color: #53504A;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .planLink .speckBlock {
    padding: 10px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock {
    padding: 2.9487179487vw 3.0769230769vw;
  }
}
.planLink .speckBlock:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 1px;
  width: 100%;
  background-color: currentColor;
  transition: transform ease-in-out 0.8s;
}
@media only screen and (min-width: 768px) {
  .planLink .speckBlock:after {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock:after {
    width: 10.2564102564vw;
  }
}
.planLink .speckBlock__type {
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Cormorant Infant", serif;
}
@media only screen and (min-width: 768px) {
  .planLink .speckBlock__type {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__type {
    font-size: 3.3333333333vw;
  }
}
.planLink .speckBlock__type .name {
  font-family: "Cormorant Infant", serif;
}
@media only screen and (min-width: 768px) {
  .planLink .speckBlock__type .name {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__type .name {
    font-size: 5.1282051282vw;
  }
}
.planLink .speckBlock__type .name .alphabet {
  font-family: "Cormorant Infant", serif;
}
@media only screen and (min-width: 768px) {
  .planLink .speckBlock__type .name .alphabet {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__type .name .alphabet {
    font-size: 7.1794871795vw;
  }
}
.planLink .variationBlock {
  text-align: center;
  position: relative;
  font-family: "Cormorant Infant", serif;
  z-index: 1;
  line-height: 0.8;
}
@media only screen and (min-width: 768px) {
  .planLink .variationBlock {
    letter-spacing: 0.06em;
    padding-bottom: 20px;
    margin-top: 30px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .variationBlock {
    letter-spacing: 0.1em;
    margin-top: 5.3846153846vw;
    padding-bottom: 3.8461538462vw;
    font-size: 4.1025641026vw;
  }
}
.planLink .variationBlock:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .planLink .variationBlock:after {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .planLink .variationBlock:after {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 768px) {
  .planLink .variationBlock .num {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .variationBlock .num {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) {
  .planLink .variationBlock .ldk {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .variationBlock .ldk {
    font-size: 6.1538461538vw;
  }
}
.planLink .areaBlock {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media only screen and (min-width: 768px) {
  .planLink .areaBlock {
    gap: 10px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock {
    gap: 2.5641025641vw;
    margin-top: 3.8461538462vw;
  }
}
.planLink .areaBlock__ttl {
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .planLink .areaBlock__ttl {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock__ttl {
    font-size: 3.5897435897vw;
  }
}
.planLink .areaBlock__length {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .planLink .areaBlock__length {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock__length {
    font-size: 3.3333333333vw;
  }
}
.planLink .areaBlock__length .num {
  display: inline-block;
  line-height: 0.8;
  font-family: "Cormorant Infant", serif;
}
@media only screen and (min-width: 768px) {
  .planLink .areaBlock__length .num {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock__length .num {
    font-size: 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) {
  .planLink:hover {
    transform: translateY(-6px) translateZ(10px) rotateX(2deg);
    box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.3), 0 10px 30px 0 rgba(0, 0, 0, 0.12);
  }
  .planLink:hover .speckBlock:after {
    transform: translate(10px, -50%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .planLink:hover {
    transform: translateY(-6px) translateZ(10px) rotateX(2deg);
    box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.3), 0 10px 30px 0 rgba(0, 0, 0, 0.12);
  }
  .planLink:hover .speckBlock:after {
    transform: translate(10px, -50%);
  }
}
.planLink--limited {
  background: url("../img/bg-content-02@1.5x.jpg") top left no-repeat;
}
@media only screen and (min-width: 768px) {
  .planLink--limited {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink--limited {
    padding-bottom: 5.1282051282vw;
  }
}
.planLink--limited:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
@media only screen and (min-width: 768px) {
  .planLink--limited .speckBlock {
    background: url("../img/pc/bg-limited-speck-block.jpg") top left no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .planLink--limited .speckBlock {
    background: url("../img/sp/bg-limited-speck-block.jpg") top left no-repeat;
    background-size: cover;
  }
}
.planLink--limited .speckBlock:after {
  background: linear-gradient(277deg, #F7CBA8 -54.27%, #9F4F23 155.12%);
}
.planLink--limited .speckBlock__type {
  background: linear-gradient(277deg, #F7CBA8 -54.27%, #9F4F23 155.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.planLink--limited .variationBlock,
.planLink--limited .areaBlock {
  color: rgba(255, 255, 255, 0.8);
}
.planLink--limited .variationBlock:after {
  opacity: 0.5;
  background: linear-gradient(277deg, #F7CBA8 -54.27%, #9F4F23 155.12%);
}
@media only screen and (min-width: 768px) {
  .planLink--limited .areaBlock {
    margin-top: 14px;
  }
}
.planLink--limited .requestBlock {
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  border-radius: 100px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 8px 10px;
  gap: 10px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .planLink--limited .requestBlock {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .planLink--limited .requestBlock {
    margin: 3.0769230769vw auto 0;
    width: 61.5384615385vw;
  }
}
.planLink--limited .requestBlock__ttl {
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.planLink--limited .requestBlock__ttl:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.planLink--limited .requestBlock__ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .planLink--limited .requestBlock__ttl {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .planLink--limited .requestBlock__ttl {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .planLink--limited .requestBlock__arrow {
    width: 4px;
  }
}
.planLink--limited .requestBlock__arrow .arrowSVG {
  width: 100%;
  display: block;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .cvBlock__inner {
    display: flex;
    gap: 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .cvBlock__inner .cvBtn:not(:first-child) {
    margin-top: 5.1282051282vw;
  }
}

/*共通パーツ用*/
.ohkarte-add_banner {
  display: none !important;
}