@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　カスタム設定(flag/top-style.css)ver.1 2026.04.16
--------------------------------------------------------------------------*/
/*■■■■■■ 基本設定 ■■■■■■■*/
/*CUBE ピンク色　濃い*/
/*CUBE 　薄いグレー*/
/*FLAG 緑　*/
/*■　共有設定　■*/
.text-left {
  text-align: left;
}

/*■■■■■■　#0 ムービー　■■■■■■■*/
/*■■■■■■　#1 伏見稲荷　CUBE　メインビジュアル　■■■■■■■*/
.top-fv {
  margin: 80px auto 0;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #eee;
  position: relative;
}

.top-fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.swipe-guide {
  display: none;
}

/*タイトル*/
.top-title {
  padding: 0 0 0 5%;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 2.4;
  letter-spacing: 4px;
  text-align: left;
  font-weight: 500;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: absolute;
  z-index: 2;
  top: 15%;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  width: 100%;
}

.top-img-caption {
  padding: 5px 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  text-shadow: 0 0 1px #000, 0 0 3px #000, 0 0 5px #000, 0 0 7px #000;
}

/*■■■■■■　#1 コンセプト　■■■■■■■*/
.concept-block {
  padding: 5px 0 0;
  width: 100%;
  background-color: #D2988B;
}

.concept-in-block {
  padding: 2em 0 4em;
  width: 100%;
  background-color: #F4F3EF;
  border-radius: 200px 0 0 200px;
}

.text-title-img {
  margin: 0 0 2.5em;
}
.text-title-img img {
  width: 200px;
  max-width: 200px;
  height: auto;
}

.top-concept-mi {
  margin: 0 0 1.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
}

.top-concept-read {
  margin: 0 0 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}

/*■■■■■■　#2 マンションスペック　■■■■■■■*/
.apartment-data-text-mi {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  color: #2e7a76;
}

.apartment-data-block {
  margin: 0 auto;
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}
.apartment-data-block li {
  padding: 0 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.apartment-data-block li:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F3EF), color-stop(#2e7a76), to(#F4F3EF));
  background: linear-gradient(to top, #F4F3EF, #2e7a76, #F4F3EF);
  position: absolute;
  top: 0;
  right: 0;
}
.apartment-data-block li:last-child:after {
  content: "";
  display: none;
}

.data-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.9rem;
  font-weight: 500;
}
.data-text strong {
  font-size: 3.6rem;
  font-weight: 300;
}

.color-accent {
  color: #2e7a76;
}

.data-text-note {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.data-text-m {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
}

/*■■■■■■　#3 外観/サービス　■■■■■■■*/
.service-block {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #F4F3EF;
}

.service-in-block {
  padding: 2em 0 0;
  width: 100%;
  background-color: #D2988B;
  border-radius: 0 200px 0 0;
}

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

.exterior-img-box {
  margin: 4em 0 0;
  width: 100%;
  max-width: 900px;
  position: relative;
}
.exterior-img-box:after {
  padding: 5px 10px;
  content: "外観完成予想図";
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.service-text-box {
  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;
  gap: 10px;
  width: 100%;
  max-width: 400px;
}

.service-logo-box {
  margin: 0 auto;
}
.service-logo-box img {
  width: 260px;
  height: auto;
}

.service-title {
  margin: 0 auto 0.8em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #FFF;
}

.service-list {
  margin: 0 auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.service-list li {
  padding: 1em 0;
  position: relative;
}
.service-list li p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #FFF;
}
.service-list li p small {
  font-size: 1.2rem;
}
.service-list li:after {
  content: "";
  width: 80%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#D2988B), color-stop(#FFF), to(#D2988B));
  background: linear-gradient(to right, #D2988B, #FFF, #D2988B);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*■■■■■■　#4 プラン　■■■■■■■*/
.top-roomplan-block {
  margin: 0 auto;
  padding: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 900px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 6px #CCC;
          box-shadow: 0 0 6px #CCC;
  position: relative;
  z-index: 4;
}

.top-roomplan-text-box {
  width: 380px;
  text-align: left;
}

.top-roomplan-img-box {
  width: 100%;
  max-width: 420px;
}
.top-roomplan-img-box img {
  margin: 0 0 2em;
  width: 100%;
  height: auto;
}

.top-cate-title {
  margin: 0 0 0.8em;
  font-family: "Cormorant", serif;
  font-size: 4.6rem;
  font-weight: 400;
  width: 100%;
  max-width: 260px;
}
.top-cate-title small {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
}

.top-lifestyle-mi {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}

/*英文　go directory　（PC）*/
.decoration-text-b {
  padding: 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.decoration-text-b img {
  width: 300px;
  height: auto;
}

/*英文　I feel 　（PC）*/
.decoration-text-c {
  margin: auto auto 0;
  padding: 0;
  position: relative;
  width: 380px;
}
.decoration-text-c img {
  width: 100%;
  height: auto;
}

a.btn-link-more {
  margin: auto;
  width: 100%;
  max-width: 260px;
  height: 70px;
  border-radius: 35px;
  background-color: #8CABAB;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
a.btn-link-more:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-width: 1px 1px 0 0;
  border-color: #FFF;
  border-style: solid;
  position: absolute;
  bottom: 28px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
}
a.btn-link-more:link, a.btn-link-more:visited {
  color: #FFF;
}
a.btn-link-more:hover, a.btn-link-more:active {
  color: #FFF;
  background-color: #116f6e;
}

/*■　パララックスオブジェクト用　■*/
.parallax-object {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  pointer-events: none;
}

/*背面オブジェクト位置*/
.cg-object-box_a {
  position: absolute;
  bottom: 20%;
  right: -145px;
  right: calc(50% - 700px);
  z-index: 1;
}
.cg-object-box_a img {
  width: 400px;
  height: auto;
}

/* 背面オブジェクト */
.cg-object-box_b {
  position: absolute;
  bottom: 30%;
  right: -200px;
  left: auto;
  z-index: 1;
}
.cg-object-box_b img {
  width: 416px;
  height: auto;
}

/* 背面オブジェクト C */
.cg-object-box_c {
  position: absolute;
  bottom: 30%;
  left: auto;
  right: -100px;
  right: calc(50% - 800px);
  z-index: 1;
}
.cg-object-box_c img {
  width: 412px;
  height: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*■■■■■■　#5 コンテンツリンクボタン　■■■■■■■*/
.top-con-link-block {
  margin: 0 auto 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}

.top-con-link-btn-box {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}

.top-con-text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-con-link-btn-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.top-con-link-title {
  font-family: "Cormorant", serif;
  font-size: 4.6rem;
  color: #FFF;
}

.top-con-link-btn {
  margin: auto;
  width: 100%;
  max-width: 160px;
  height: 40px;
  border-radius: 35px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top-con-link-btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-width: 1px 1px 0 0;
  border-color: #FFF;
  border-style: solid;
  position: absolute;
  bottom: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
}
.top-con-link-btn:link, .top-con-link-btn:visited {
  color: #FFF;
}
.top-con-link-btn:hover, .top-con-link-btn:active {
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 767px) {
  /*■■■■■■　#0 伏見稲荷　FLAG　俯瞰　■■■■■■■*/
  .top-fv {
    margin: 0;
    width: 100%;
    aspect-ratio: 9/16;
    overflow: hidden;
    background: #eee;
    position: relative;
  }
  .top-fv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .swipe-guide {
    display: none;
  }
  .top-img-caption {
    padding: 5px 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    text-shadow: 0 0 6px #4c6f6d, 0 0 12px #4c6f6d, 0 0 18px #4c6f6d, 0 0 24px #4c6f6d;
  }
  /*■■■■■■　#1 コンセプト(XS)　■■■■■■■*/
  .concept-block {
    padding: 5px 0 0;
    width: 100%;
    background-color: #D2988B;
  }
  .concept-in-block {
    padding: 4em 0 2em;
    width: 100%;
    background-color: #F4F3EF;
    border-radius: 100px 0 0 100px;
  }
  .text-title-img {
    margin: 0 0 2em;
  }
  .text-title-img img {
    width: 150px;
    max-width: 150px;
    height: auto;
  }
  .top-concept-mi {
    margin: 0 0 2em;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 500;
  }
  .top-concept-read {
    margin: 0 0 1em;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    font-weight: 500;
  }
  /*■■■■■■　#2 マンションスペック(XS)　■■■■■■■*/
  .apartment-data-block {
    margin: 0 auto;
    padding: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  .apartment-data-block li {
    padding: 15px 15px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .apartment-data-block li:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#F4F3EF), color-stop(#2e7a76), to(#F4F3EF));
    background: linear-gradient(to top, #F4F3EF, #2e7a76, #F4F3EF);
    position: absolute;
    top: 0;
    right: 0;
  }
  .apartment-data-block li:nth-child(1):before, .apartment-data-block li:nth-child(2):before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#F4F3EF), color-stop(#2e7a76), to(#F4F3EF));
    background: linear-gradient(to right, #F4F3EF, #2e7a76, #F4F3EF);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .apartment-data-block li:nth-child(2):after, .apartment-data-block li:nth-child(4):after {
    display: none;
  }
  .apartment-data-block li:last-child {
    width: 100%;
  }
  .apartment-data-block li:last-child:after {
    content: "";
    display: none;
  }
  .apartment-data-block li:last-child:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#F4F3EF), color-stop(#2e7a76), to(#F4F3EF));
    background: linear-gradient(to right, #F4F3EF, #2e7a76, #F4F3EF);
    position: absolute;
    top: 0;
    right: 0;
  }
  .data-text {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .data-text strong {
    font-size: 3.2rem;
    font-weight: 300;
  }
  .color-accent {
    color: #2e7a76;
  }
  .data-text-note {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
  }
  .data-text-m {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 400;
  }
  /*■■■■■■　#3 外観/サービス(XS)　■■■■■■■*/
  .service-block {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F4F3EF;
  }
  .service-in-block {
    padding: 4em 0 0;
    width: 100%;
    background-color: #D2988B;
    border-radius: 0 100px 0 0;
  }
  .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exterior-img-box {
    margin: 0 -16px 0;
    width: calc(100% + 32px);
    max-width: 900px;
    overflow: hidden;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .exterior-img-box:after {
    padding: 5px 10px;
    content: "外観完成予想図";
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .service-text-box {
    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;
    gap: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service-logo-box {
    margin: 0 auto;
  }
  .service-logo-box img {
    width: 240px;
    height: auto;
  }
  .service-title {
    margin: 0 auto 0.8em;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #FFF;
  }
  .service-list {
    margin: 0 auto 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .service-list li {
    padding: 1em 0;
    position: relative;
  }
  .service-list li p {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFF;
  }
  .service-list li:after {
    content: "";
    width: 80%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#D2988B), color-stop(#FFF), to(#D2988B));
    background: linear-gradient(to right, #D2988B, #FFF, #D2988B);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /*■■■■■■　#4 プラン(XS)　■■■■■■■*/
  .top-roomplan-block {
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 6px #CCC;
            box-shadow: 0 0 6px #CCC;
    position: relative;
    z-index: 4;
  }
  .top-roomplan-text-box {
    margin: 0 auto 2em;
    width: 100%;
    text-align: left;
  }
  .top-cate-title {
    margin: 0 0 0.8em;
    font-family: "Cormorant", serif;
    font-size: 4.6rem;
    font-weight: 400;
    width: 100%;
    max-width: 260px;
  }
  .top-cate-title small {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
  }
  .top-lifestyle-mi {
    margin: 0;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
  }
  .top-roomplan-img-box {
    width: 100%;
    max-width: 420px;
  }
  .top-roomplan-img-box img {
    margin: 0 0 2em;
    width: 100%;
    height: auto;
  }
  /*英文　go directory　（PC）*/
  .decoration-text-b {
    padding: 0;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .decoration-text-b img {
    width: 300px;
    height: auto;
  }
  /*英文　I feel 　（XS）*/
  .decoration-text-c {
    margin: auto auto auto 0;
    padding: 0;
    position: relative;
    width: 240px;
  }
  .decoration-text-c img {
    width: 100%;
    height: auto;
  }
  a.btn-link-more {
    margin: auto;
    width: 100%;
    max-width: 260px;
    height: 70px;
    border-radius: 35px;
    background-color: #8CABAB;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  a.btn-link-more:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-color: #FFF;
    border-style: solid;
    position: absolute;
    bottom: 28px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 20px;
  }
  a.btn-link-more:link, a.btn-link-more:visited {
    color: #FFF;
  }
  a.btn-link-more:hover, a.btn-link-more:active {
    color: #FFF;
    background-color: #116f6e;
  }
  /*■　パララックスオブジェクト用(XS)　■*/
  .parallax-object {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    pointer-events: none;
  }
  /*背面オブジェクト位置*/
  .cg-object-box_a {
    position: absolute;
    bottom: 20%;
    right: -145px;
    right: calc(50% - 700px);
    z-index: 1;
  }
  .cg-object-box_a img {
    width: 400px;
    height: auto;
  }
  /* 背面オブジェクト */
  .cg-object-box_b {
    position: absolute;
    bottom: 30%;
    right: -200px;
    left: auto;
    z-index: 1;
  }
  .cg-object-box_b img {
    width: 416px;
    height: auto;
  }
  /* 背面オブジェクト C */
  .cg-object-box_c {
    position: absolute;
    bottom: 10%;
    left: auto;
    right: -100px;
    right: calc(50% - 450px);
    z-index: 1;
  }
  .cg-object-box_c img {
    width: 412px;
    height: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 背面オブジェクト C */
  .cg-object-box_c {
    position: absolute;
    bottom: 15%;
    right: -100px;
    right: calc(50% - 400px);
    left: auto;
    z-index: 1;
  }
  .cg-object-box_c img {
    width: 412px;
    height: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /*■■■■■■　#5 コンテンツリンクボタン(XS)　■■■■■■■*/
  .top-con-link-block {
    margin: 0 auto 0;
    gap: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-con-link-title {
    font-size: 3.8rem;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*■■■■■■　#1 伏見稲荷　CUBE　俯瞰(SM)　■■■■■■■*/
  .top-fv {
    margin: 0 auto 0;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #eee;
    position: relative;
  }
  .top-fv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .swipe-guide {
    display: none;
  }
  /*■■■■■■　#1 コンセプト(SM)　■■■■■■■*/
  .concept-block {
    padding: 5px 0 0;
    width: 100%;
    background-color: #D2988B;
  }
  .concept-in-block {
    padding: 4em 0 2em;
    width: 100%;
    background-color: #F4F3EF;
    border-radius: 100px 0 0 100px;
  }
  .text-title-img {
    margin: 0 0 2em;
  }
  .text-title-img img {
    width: 150px;
    max-width: 150px;
    height: auto;
  }
  .top-concept-mi {
    margin: 0 0 2em;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 500;
  }
  .top-concept-read {
    margin: 0 0 1em;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    font-weight: 500;
  }
  /*■■■■■■　#2 マンションスペック(SM)　■■■■■■■*/
  .apartment-data-block {
    margin: 0 auto;
    padding: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  .apartment-data-block li {
    padding: 15px 15px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .apartment-data-block li:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#F4F3EF), color-stop(#2e7a76), to(#F4F3EF));
    background: linear-gradient(to top, #F4F3EF, #2e7a76, #F4F3EF);
    position: absolute;
    top: 0;
    right: 0;
  }
  .apartment-data-block li:nth-child(1):before, .apartment-data-block li:nth-child(2):before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#F4F3EF), color-stop(#2e7a76), to(#F4F3EF));
    background: linear-gradient(to right, #F4F3EF, #2e7a76, #F4F3EF);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .apartment-data-block li:nth-child(2):after, .apartment-data-block li:nth-child(4):after {
    display: none;
  }
  .apartment-data-block li:last-child {
    width: 100%;
  }
  .apartment-data-block li:last-child:after {
    content: "";
    display: none;
  }
  .apartment-data-block li:last-child:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#F4F3EF), color-stop(#2e7a76), to(#F4F3EF));
    background: linear-gradient(to right, #F4F3EF, #2e7a76, #F4F3EF);
    position: absolute;
    top: 0;
    right: 0;
  }
  .data-text {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .data-text strong {
    font-size: 3.2rem;
    font-weight: 300;
  }
  .color-accent {
    color: #2e7a76;
  }
  .data-text-note {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
  }
  .data-text-m {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 400;
  }
  /*■■■■■■　#3 外観/サービス(SM)　■■■■■■■*/
  .service-block {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F4F3EF;
  }
  .service-in-block {
    padding: 4em 0 0;
    width: 100%;
    background-color: #D2988B;
    border-radius: 0 100px 0 0;
  }
  .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exterior-img-box {
    margin: 0 -16px 0;
    width: calc(100% + 32px);
    max-width: 900px;
    overflow: hidden;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .exterior-img-box:after {
    padding: 5px 10px;
    content: "外観完成予想図";
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .service-text-box {
    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;
    gap: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service-logo-box {
    margin: 0 auto;
  }
  .service-logo-box img {
    width: 240px;
    height: auto;
  }
  .service-title {
    margin: 0 auto 0.8em;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #FFF;
  }
  .service-list {
    margin: 0 auto 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .service-list li {
    padding: 1em 0;
    position: relative;
  }
  .service-list li p {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFF;
  }
  .service-list li:after {
    content: "";
    width: 80%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#D2988B), color-stop(#FFF), to(#D2988B));
    background: linear-gradient(to right, #D2988B, #FFF, #D2988B);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /*■■■■■■　#4 プラン(SM)　■■■■■■■*/
  .top-roomplan-block {
    margin: 0 auto;
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 480px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 6px #CCC;
            box-shadow: 0 0 6px #CCC;
    position: relative;
    z-index: 4;
  }
  .top-roomplan-text-box {
    margin: 0 auto 2em;
    width: 100%;
    text-align: left;
  }
  .top-cate-title {
    margin: 0 auto 0.8em;
    font-family: "Cormorant", serif;
    font-size: 4.6rem;
    font-weight: 400;
    width: 100%;
    max-width: 480px;
  }
  .top-cate-title small {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
  }
  .top-lifestyle-mi {
    margin: 0;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
  }
  .top-roomplan-img-box {
    width: 100%;
    max-width: 420px;
  }
  .top-roomplan-img-box img {
    margin: 0 0 2em;
    width: 100%;
    height: auto;
  }
  /*英文　go directory　（PC）*/
  .decoration-text-b {
    padding: 0;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .decoration-text-b img {
    width: 300px;
    height: auto;
  }
  /*英文　I feel 　（XS）*/
  .decoration-text-c {
    margin: auto auto auto 0;
    padding: 0;
    position: relative;
    width: 240px;
  }
  .decoration-text-c img {
    width: 100%;
    height: auto;
  }
  a.btn-link-more {
    margin: auto;
    width: 100%;
    max-width: 260px;
    height: 70px;
    border-radius: 35px;
    background-color: #8CABAB;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  a.btn-link-more:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-color: #FFF;
    border-style: solid;
    position: absolute;
    bottom: 28px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 20px;
  }
  a.btn-link-more:link, a.btn-link-more:visited {
    color: #FFF;
  }
  a.btn-link-more:hover, a.btn-link-more:active {
    color: #FFF;
    background-color: #116f6e;
  }
  /*■　パララックスオブジェクト用(SM)　■*/
  .parallax-object {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    pointer-events: none;
  }
  /*背面オブジェクト位置*/
  .cg-object-box_a {
    position: absolute;
    bottom: 20%;
    right: -145px;
    right: calc(50% - 700px);
    z-index: 1;
  }
  .cg-object-box_a img {
    width: 400px;
    height: auto;
  }
  /* 背面オブジェクト */
  .cg-object-box_b {
    position: absolute;
    bottom: 30%;
    right: -200px;
    left: auto;
    z-index: 1;
  }
  .cg-object-box_b img {
    width: 416px;
    height: auto;
  }
  /* 背面オブジェクト C */
  .cg-object-box_c {
    position: absolute;
    bottom: 10%;
    left: auto;
    right: -100px;
    right: calc(50% - 450px);
    z-index: 1;
  }
  .cg-object-box_c img {
    width: 412px;
    height: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 背面オブジェクト C */
  .cg-object-box_c {
    position: absolute;
    bottom: 15%;
    right: -100px;
    right: calc(50% - 400px);
    left: auto;
    z-index: 1;
  }
  .cg-object-box_c img {
    width: 412px;
    height: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /*■■■■■■　#5 コンテンツリンクボタン(SM)　■■■■■■■*/
  .top-con-link-block {
    margin: 0 auto 0;
    gap: 3em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-con-link-title {
    font-size: 3.8rem;
  }
} /*SM*/
/*------------(MD)------------*/
/*------------(LG)------------*/
/*------------(XL)------------*/
/*------------(XXL)------------*/
@media (min-width: 1920px) {
  /*タイトル*/
  .top-title {
    font-size: 4.2rem;
  }
} /*(XXL)*/