.p-design {
  background-color: #f2f3f7;
}

.p-panorama {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-panorama {
    margin-top: 50px;
  }
}

.p-panorama__inner {
  position: relative;
}
.p-panorama__inner.-active .p-panorama__icon {
  opacity: 0;
}

.p-panorama__scroll-wrap {
  overflow-x: scroll;
  width: 100%;
  display: block;
}

.p-panorama__img {
  overflow-x: scroll;
}
.p-panorama__img img {
  width: 250vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-panorama__img img {
    width: 300vw;
  }
}

.p-panorama__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95px;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-panorama__icon {
    width: 52px;
  }
}

.p-panorama__wrap {
  position: relative;
}

.p-panorama__inner-cap {
  position: absolute;
  font-size: 13px;
  color: #fff;
  position: absolute;
  bottom: 11px;
  right: 5px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-panorama__inner-cap {
    bottom: 5px;
    font-size: 10px;
  }
}

.p-panorama__cap {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-panorama__cap {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.0833333333;
  }
}

.p-anchor-link-row {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .p-anchor-link-row {
    gap: 20px;
    -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;
    margin-top: 46px;
  }
}

.c-anchor-link {
  display: block;
  max-width: 390px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .c-anchor-link {
    max-width: 254px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-tower {
  margin-top: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-tower {
    margin-top: 50px;
  }
}
.p-tower::before {
  content: "";
  display: block;
  width: 100%;
  height: 951px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/design/bg.webp);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-tower::before {
    height: 90%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: 13%;
  }
}

.p-tower__contents {
  margin-bottom: 80px;
  max-width: 1050px;
}
@media screen and (max-width: 768px) {
  .p-tower__contents {
    margin-bottom: 40px;
  }
}

.c-section-heading {
  font-size: 30px;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-section-heading {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

.c-section-desc {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-section-desc {
    font-size: 12.6px;
    line-height: 1.7857142857;
    letter-spacing: 0;
  }
}

.p-tower__tower {
  width: 100%;
}
.p-tower__tower img {
  width: 100%;
}
.p-tower__tower figcaption {
  text-align: right;
  color: #707070;
  font-size: 10px;
}

.p-river {
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-river {
    padding-top: 50px;
  }
}
.p-river::before {
  content: "";
  display: block;
  width: 100%;
  height: 951px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/design/b2.webp);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.p-river__img {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 32px;
}
.p-river__img img {
  mix-blend-mode: multiply;
}

.p-sp-river {
  margin-top: 50px;
}

.p-sp-river__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
.p-sp-river__heading::before {
  content: "";
  display: block;
  height: 1px;
  width: 60vw;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000;
}

.p-sp-river__text {
  font-size: 14px;
  line-height: 1.7857142857;
  margin-top: 8px;
}

.p-sp-river__block + .p-sp-river__block {
  margin-top: 30px;
}

.p-flower {
  margin-top: 100px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .p-flower {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.p-flower__img {
  margin-top: 32px;
}
.p-flower__img figcaption {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-flower__img figcaption {
    font-size: 10px;
    text-align: left;
  }
}

.p-common-visual {
  background-color: #2c4a60;
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-common-visual {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.p-common-visual__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 67vw;
}
@media screen and (max-width: 768px) {
  .p-common-visual__icon {
    width: 121vw;
    top: -20%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.p-common-visual__contents {
  color: #fff;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 40% 50px 1fr;
  grid-template-columns: 40% 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-common-visual__contents {
    gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-right: 0;
  }
}

.p-common-visual__en {
  margin-bottom: 65px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-common-visual__en {
    margin-bottom: 20px;
    font-size: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-common-visual__en img {
    height: 100%;
    display: block;
    width: auto;
  }
}

.p-room {
  background-color: #2c4a60;
  position: relative;
  padding-top: 44px;
  padding-bottom: 144px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-room {
    padding-top: 12px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-room .c-section-heading {
    font-size: 16px;
    line-height: 1.9;
  }
}

@media screen and (max-width: 768px) {
  .p-room-text .contents-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-room-text__en {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-room-text__en {
    font-size: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-text__en img {
    height: 100%;
    display: block;
    width: auto;
  }
}

.p-room__img {
  margin-top: 120px;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .p-room__img {
    margin-top: 35px;
    margin-bottom: 12px;
  }
}

.p-room__row {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-room__row {
    margin-top: 40px;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-room__inner-img {
  max-width: 700px;
}

.p-sp-tower {
  margin-top: 50px;
}
.p-sp-tower + .p-sp-tower {
  margin-top: 25px;
}
.p-sp-tower:last-child {
  margin-bottom: 50px;
}

.p-sp-tower__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  position: relative;
  padding-bottom: 5px;
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: auto;
}
.p-sp-tower__heading::before {
  content: "";
  display: block;
  height: 1px;
  width: 60vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.p-sp-tower__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
}
/*# sourceMappingURL=design.css.map */