@charset "UTF-8";
/* design.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .m-heading__txt2 {
    font-size: clamp(13.5px, 6.5217391304vw, 27px);
  }
}

.m-heading--scroll {
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .m-heading--scroll {
    margin: 60px 0;
  }
}
.m-heading--scroll .m-heading__inline {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .m-heading--scroll .m-heading__inline {
    padding: 0 15px 48px;
  }
}
.m-heading--scroll .m-heading__hdg {
  max-width: 1300px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 70px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .m-heading--scroll .m-heading__hdg {
    padding-bottom: 0;
  }
}
.m-heading--scroll .m-heading__hdg ._en {
  font-size: clamp(14px, 1.8229166667vw, 28px);
}
@media only screen and (max-width: 767px) {
  .m-heading--scroll .m-heading__hdg ._en {
    font-size: 20px;
  }
}
.m-heading--scroll .m-heading__hdg ._ja {
  font-size: clamp(20px, 2.6041666667vw, 40px);
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .m-heading--scroll .m-heading__hdg ._ja {
    font-size: 27px;
  }
}

.m-contact {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .m-contact {
    padding: 130px 0;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  sec-design
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-design {
  padding: 180px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-design {
    padding: 100px 0 0;
  }
}
.sec-design__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.sec-design__ttl ._en {
  font-size: 76px;
  font-weight: 700;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  letter-spacing: 3.4px;
  line-height: 1.3;
  color: #fff;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-design__ttl ._en span {
    display: inline-block;
    background: linear-gradient(86deg, #917EB1 0%, #82C389 100%);
    background-size: 100% 100%; /* 余裕を持たせる */
    background-position: 0 0; /* 初期は左 (単色領域のみ見える) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-design__ttl ._en {
    font-size: 56px;
  }
}
.sec-design__ttl ._ja {
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.7px;
  line-height: 1.5;
  color: #4A885E;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-design__ttl ._ja span {
    display: inline-block;
    background: linear-gradient(86deg, #917EB1 0%, #82C389 100%);
    background-size: 100% 100%; /* 余裕を持たせる */
    background-position: 0 0; /* 初期は左 (単色領域のみ見える) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-design__ttl ._ja {
    font-size: 14px;
  }
}
.sec-design__copy {
  font-size: 40px;
  font-weight: 500;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 4px;
  line-height: 1.8;
  text-align: center;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-design__copy > span {
    background: linear-gradient(86deg, #917EB1 0%, #82C389 100%);
    background-size: 100% 100%; /* 余裕を持たせる */
    background-position: 0 0; /* 初期は左 (単色領域のみ見える) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-design__copy {
    font-size: 24px;
    text-align: left;
  }
}
.sec-design__copy._center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-design__copy._obj {
    text-align: center;
  }
}
.sec-design__copy._obj > span {
  position: relative;
  display: inline-block;
  padding: 0 clamp(30px, 3.9113428944vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-design__copy._obj > span {
    padding: 0;
    text-align: center;
  }
}
.sec-design__copy._obj > span .obj {
  position: absolute;
}
.sec-design__copy._obj > span .obj.obj1 {
  top: -20px;
  left: 0px;
  translate: -100% 0;
}
@media only screen and (max-width: 767px) {
  .sec-design__copy._obj > span .obj.obj1 {
    top: auto;
    bottom: 0;
    left: -80px;
    translate: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-design__copy._obj > span .obj.obj1 img {
    width: 100px;
    height: auto;
  }
}
.sec-design__copy._obj > span .obj.obj2 {
  bottom: -20px;
  right: 0px;
  translate: 100% 0;
}
@media only screen and (max-width: 767px) {
  .sec-design__copy._obj > span .obj.obj2 {
    top: auto;
    bottom: 0;
    right: -80px;
    translate: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-design__copy._obj > span .obj.obj2 img {
    width: 100px;
    height: auto;
  }
}
.sec-design__txt {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.9px;
}
.sec-design__copy2 {
  margin-top: 130px;
  font-size: 34px;
  font-weight: 500;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 4px;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-design__copy2 {
    margin-top: 70px;
    font-size: 23px;
    text-align: left;
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-design__copy2 span {
    background: linear-gradient(86deg, #917EB1 0%, #82C389 100%);
    background-size: 100% 100%; /* 余裕を持たせる */
    background-position: 0 0; /* 初期は左 (単色領域のみ見える) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-design__copy2 {
    font-size: 23px;
  }
}
.sec-design__img {
  position: relative;
  display: table;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .sec-design__img {
    margin: 40px auto;
  }
}
.sec-design__img img {
  max-width: 100%;
  height: auto;
}
.sec-design__imgcap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  line-height: 1;
}
.sec-design__imgcap._white {
  color: #fff;
}
.sec-design__voice {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .sec-design__voice {
    margin-top: 60px;
  }
}
.sec-design__voice-ttl {
  font-size: 30px;
  font-weight: 400;
  font-family: "Nanum Myeongjo", serif;
  letter-spacing: 1.5px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .sec-design__voice-ttl {
    margin-top: 70px;
    font-size: 28px;
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-design__voice-ttl span {
    display: inline-block;
    background: linear-gradient(86deg, #917EB1 0%, #82C389 100%);
    background-size: 100% 100%; /* 余裕を持たせる */
    background-position: 0 0; /* 初期は左 (単色領域のみ見える) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.sec-design__voice-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-top: 15px;
  padding: clamp(30px, 3.9113428944vw, 60px) clamp(15px, 1.9556714472vw, 30px);
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, rgba(145, 126, 177, 0.25)), color-stop(99.93%, rgba(130, 195, 137, 0.25)));
  background: linear-gradient(90deg, rgba(145, 126, 177, 0.25) 0.07%, rgba(130, 195, 137, 0.25) 99.93%);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 767px) {
  .sec-design__voice-txt {
    padding: 40px 20px;
    font-size: 15px;
  }
}
.sec-design__voice .obj {
  position: absolute;
  right: -20px;
  bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .sec-design__voice .obj img {
    width: 93px;
    height: auto;
  }
}
.sec-design__imgbox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .sec-design__imgbox2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 40px 0;
  }
}
.sec-design__imgbox2-img {
  position: relative;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .sec-design__imgbox2-img {
    width: 100%;
  }
}
.sec-design__imgbox2-img img {
  width: 100%;
  height: auto;
}
.sec-design__imgbox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-design__imgbox3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin: 40px 0 0;
  }
}
.sec-design__imgbox3-list {
  position: relative;
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .sec-design__imgbox3-list {
    width: 100%;
  }
}
.sec-design__imgbox3-list:nth-child(1) .sec-design__imgbox3-hdg::before {
  content: "01";
}
.sec-design__imgbox3-list:nth-child(2) .sec-design__imgbox3-hdg::before {
  content: "02";
}
.sec-design__imgbox3-list:nth-child(3) .sec-design__imgbox3-hdg::before {
  content: "03";
}
.sec-design__imgbox3-img {
  position: relative;
  width: 100%;
}
.sec-design__imgbox3-img img {
  width: 100%;
  height: auto;
}
.sec-design__imgbox3-hdg {
  position: relative;
  margin-top: 40px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.1px;
  background: var(--color-grade-design, linear-gradient(90deg, #917EB1 0.07%, #82C389 99.93%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .sec-design__imgbox3-hdg {
    margin-top: 30px;
    font-size: 20px;
  }
}
.sec-design__imgbox3-hdg::before {
  content: "01";
  z-index: 1;
  position: absolute;
  top: -10px;
  right: -10px;
  padding-right: 25px;
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(50px, 6.5104166667vw, 100px);
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: -5px;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #917EB1), color-stop(99.93%, #82C389));
  background: linear-gradient(90deg, #917EB1 0.07%, #82C389 99.93%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .sec-design__imgbox3-hdg::before {
    font-size: 100px;
  }
}
.sec-design__imgbox3-txt {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .sec-design__imgbox3-txt {
    margin-top: 15px;
    font-size: 18px;
  }
}
.sec-design__content--1 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .sec-design__content--1 {
    padding-bottom: 100px;
  }
}
.sec-design__content--2 {
  padding: 180px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-design__content--2 {
    padding: 100px 0;
  }
}
.sec-design__content--3 {
  padding: 180px 0;
}
@media only screen and (max-width: 767px) {
  .sec-design__content--3 {
    padding: 100px 0;
  }
}
.sec-design__content--3 .sec-design__img {
  margin: 130px auto;
}
.sec-design__content--3 .l-wrap {
  overflow: hidden;
}
.sec-design__content--4 {
  padding: 180px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-design__content--4 {
    padding: 100px 0;
  }
}
.sec-design__content--4 .sec-design__img {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------
  sec-landplan
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-landplan {
  padding: 180px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, rgba(145, 126, 177, 0.3)), color-stop(99.93%, rgba(130, 195, 137, 0.3))), #FFF;
  background: linear-gradient(90deg, rgba(145, 126, 177, 0.3) 0.07%, rgba(130, 195, 137, 0.3) 99.93%), #FFF;
}
@media only screen and (max-width: 767px) {
  .sec-landplan {
    padding: 100px 0;
  }
}
.sec-landplan__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.sec-landplan__ttl ._en {
  font-size: 76px;
  font-weight: 700;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  letter-spacing: 3.8px;
  line-height: 1.3;
  color: #fff;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-landplan__ttl ._en span {
    display: inline-block;
    background: linear-gradient(86deg, #917EB1 0%, #82C389 100%);
    background-size: 100% 100%; /* 余裕を持たせる */
    background-position: 0 0; /* 初期は左 (単色領域のみ見える) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-landplan__ttl ._en {
    font-size: 56px;
  }
}
.sec-landplan__ttl ._ja {
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.7px;
  line-height: 1.5;
  color: #4A885E;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-landplan__ttl ._ja span {
    display: inline-block;
    background: linear-gradient(86deg, #917EB1 0%, #82C389 100%);
    background-size: 100% 100%; /* 余裕を持たせる */
    background-position: 0 0; /* 初期は左 (単色領域のみ見える) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-landplan__ttl ._ja {
    font-size: 14px;
  }
}
.sec-landplan__copy {
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 4px;
  line-height: 1.8;
  text-align: center;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-landplan__copy span {
    display: inline-block;
    background: linear-gradient(86deg, #917EB1 0%, #82C389 100%);
    background-size: 100% 100%; /* 余裕を持たせる */
    background-position: 0 0; /* 初期は左 (単色領域のみ見える) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-landplan__copy {
    margin-bottom: 60px;
    font-size: 27px;
  }
}
.sec-landplan__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 130px;
  padding: clamp(30px, 3.9113428944vw, 60px);
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, rgba(145, 126, 177, 0.5)), color-stop(99.93%, rgba(130, 195, 137, 0.5))), #FFF;
  background: linear-gradient(90deg, rgba(145, 126, 177, 0.5) 0.07%, rgba(130, 195, 137, 0.5) 99.93%), #FFF;
}
@media only screen and (max-width: 767px) {
  .sec-landplan__box {
    display: block;
    margin-top: 70px;
    padding: 60px 20px;
  }
}
.sec-landplan__box-txt {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .sec-landplan__box-txt {
    width: 100%;
  }
}
.sec-landplan__box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .sec-landplan__box-img {
    width: 100%;
  }
}
.sec-landplan__box .obj {
  position: absolute;
}
.sec-landplan__box .obj.obj1 {
  top: -40px;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .sec-landplan__box .obj.obj1 {
    top: -20px;
    left: auto;
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-landplan__box .obj.obj1 img {
    width: 77px;
    height: auto;
  }
}
.sec-landplan__box .obj.obj2 {
  bottom: -20px;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .sec-landplan__box .obj.obj2 {
    bottom: -30px;
    right: auto;
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-landplan__box .obj.obj2 img {
    width: 71px;
    height: auto;
  }
}
.sec-landplan__ttl2 {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 3px;
  line-height: 1.6;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-landplan__ttl2 span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #6D4EA2), color-stop(99.93%, #67B36F));
    background: linear-gradient(90deg, #6D4EA2 0.07%, #67B36F 99.93%);
    background-size: 100% 100%; /* 余裕を持たせる */
    background-position: 0 0; /* 初期は左 (単色領域のみ見える) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-landplan__ttl2 {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 2.1px;
  }
}
.sec-landplan__txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .sec-landplan__txt {
    margin-top: 40px;
  }
}
.sec-landplan__img {
  width: calc(50% - 10px);
}
.sec-landplan__img img {
  width: 100%;
  height: auto;
}
.sec-landplan__img:nth-child(n+3) {
  margin-top: 20px;
  width: calc(33.3% - 10px);
}
@media only screen and (max-width: 767px) {
  .sec-landplan__img:nth-child(n+3) {
    width: calc(50% - 10px);
  }
}
.sec-landplan__imgcap {
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sec-landplan__imgcap {
    margin-top: 8px;
    font-size: 11px;
  }
}

/*--------------------------------------------------------------------------
  sec-design
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.landplan-map {
  --map-height: auto;
  --map-list: auto;
  height: var(--map-height);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.landplan-map .c-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #222;
  color: #fff;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
}

.landplan-map__img {
  position: sticky;
  top: 68px;
  left: 0;
  -webkit-transform: translateY(calc(var(--map-diff) / -2));
          transform: translateY(calc(var(--map-diff) / -2));
}

.landplan-map__img-pic {
  position: relative;
}

.landplan-map__img-pic figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}

.landplan-map__img-pic img {
  width: 100%;
  height: auto;
}

.landplan-map__img-num {
  height: 0;
}

.landplan-map__img-num .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 2%;
  font-size: 1.2vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.landplan-map__img-num .number.on {
  z-index: 10;
}

.landplan-map__img-num .number::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.landplan-map__img-num .number.number--01 {
  top: 49.2%;
  left: 32.7%;
}

.landplan-map__img-num .number.number--02_1 {
  top: 36.1%;
  left: 17.9%;
}

.landplan-map__img-num .number.number--02_2 {
  top: 69.1%;
  left: 17.9%;
}

.landplan-map__img-num .number.number--03_1 {
  top: 70.2%;
  left: 9.9%;
}

.landplan-map__img-num .number.number--03_2 {
  top: 73%;
  left: 32.3%;
}

.landplan-map__img-num .number.number--03_3 {
  top: 24%;
  left: 51.8%;
}

.landplan-map__img-num .number.number--03_4 {
  top: 24%;
  left: 72.8%;
}

.landplan-map__img-num .number.number--04 {
  top: 23.8%;
  left: 43.5%;
}

.landplan-map__img-num .number.number--05 {
  top: 27.3%;
  left: 33.5%;
}

.landplan-map__img-num .number.number--06 {
  top: 73.2%;
  left: 22%;
}

.landplan-map__img-num .number.number--07 {
  top: 51.7%;
  left: 87.4%;
}

.landplan-map__img-num .number.number--08 {
  top: 49.8%;
  left: 76.2%;
}

.landplan-map__img-num .number.number--09 {
  top: 51.8%;
  left: 70%;
}

.landplan-map__img-num .number.number--10 {
  top: 51.8%;
  left: 72.4%;
}

.landplan-map__img-num .number.number--11 {
  top: 63.6%;
  left: 65.8%;
}

.landplan-map__img-num .number .c-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.landplan-map__img-num .number.on .c-number,
.landplan-map__img-num .number .c-number:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.landplan-map__list {
  overflow: hidden;
  position: sticky;
  top: var(--map-list);
  margin-bottom: -1px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.landplan-map__list::-webkit-scrollbar {
  display: none;
}

.landplan-map__list-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.landplan-map__list-box::after {
  content: "";
  display: block;
  width: 2.5vw;
  height: auto;
}

.landplan-map__list-box::after {
  width: calc(57vw - var(--scrollbar-width));
}

.landplan-map__item {
  width: 43vw;
}

.landplan-map__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5% 0 5% 5%;
}

.landplan-map__item-img {
  position: relative;
  width: 50%;
  margin-right: 4%;
}

.landplan-map__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}

.landplan-map__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.landplan-map__item-img .c-img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
}

.landplan-map__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.landplan-map__item-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #242424;
  font-size: min(22px, 1.5vw);
  line-height: 1.2;
}

.landplan-map__item-hdg > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.landplan-map__item-hdg .c-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: min(35px, 2.5vw);
  height: min(35px, 2.5vw);
  margin-right: 15px;
  font-size: 1em;
}

.landplan-map__item-txt {
  margin-top: 10px;
  font-size: min(16px, 1.11vw);
  line-height: 1.85;
}

.landplan-map__item-txt span {
  display: block;
  margin-top: 5px;
  font-size: min(12px, 0.9vw);
}

@media only screen and (max-width: 767px) {
  .landplan-map__img {
    overflow: auto;
    top: 0;
  }
  .landplan-map__img > div {
    position: relative;
    width: 200%;
  }
  .landplan-map__img-num .number {
    width: 2.6%;
    font-size: 2.8vw;
  }
  .landplan-map__img-num .number.number--01 {
    top: 45.2%;
    left: 30.2%;
  }
  .landplan-map__img-num .number.number--02_1 {
    top: 28.1%;
    left: 13.4%;
  }
  .landplan-map__img-num .number.number--02_2 {
    top: 67.1%;
    left: 13.4%;
  }
  .landplan-map__img-num .number.number--03_1 {
    top: 69.2%;
    left: 4.9%;
  }
  .landplan-map__img-num .number.number--03_2 {
    top: 72.2%;
    left: 29.8%;
  }
  .landplan-map__img-num .number.number--03_3 {
    top: 12%;
    left: 51.8%;
  }
  .landplan-map__img-num .number.number--03_4 {
    top: 12%;
    left: 73.8%;
  }
  .landplan-map__img-num .number.number--04 {
    top: 11.8%;
    left: 42.5%;
  }
  .landplan-map__img-num .number.number--05 {
    top: 17.3%;
    left: 30.5%;
  }
  .landplan-map__img-num .number.number--06 {
    top: 72.5%;
    left: 18.2%;
  }
  .landplan-map__img-num .number.number--07 {
    top: 47.2%;
    left: 91.4%;
  }
  .landplan-map__img-num .number.number--08 {
    top: 45.2%;
    left: 78.7%;
  }
  .landplan-map__img-num .number.number--09 {
    top: 46.8%;
    left: 72%;
  }
  .landplan-map__img-num .number.number--10 {
    top: 46.8%;
    left: 75.4%;
  }
  .landplan-map__img-num .number.number--11 {
    top: 60.6%;
    left: 67.8%;
  }
  .landplan-map__list-box::after {
    content: none;
  }
  .landplan-map__item {
    width: 100vw;
  }
  .landplan-map__item > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 5%;
  }
  .landplan-map__item-img {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .landplan-map__item-img::before {
    padding-bottom: 40%;
  }
  .landplan-map__item-hdg {
    font-size: 16px;
  }
  .landplan-map__item-hdg .c-number {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .landplan-map__item-txt {
    font-size: 14px;
    line-height: 1.85;
  }
  .landplan-map__item-txt span {
    font-size: 12px;
  }
}
/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=design.css.map */