@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
.p-design {
  background-image: url("../img/top/bg-concept-ptn.png"), linear-gradient(rgba(155, 145, 130, 0.3), rgba(155, 145, 130, 0.3));
  background-color: #ffffff;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: repeat-y;
}
.p-design .mv {
  width: 100%;
  height: fit-content;
}
.p-design .mv__inner {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  padding-bottom: min(5.2083333333vw, 100px);
}
.p-design .mv .bld {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-design .mv .bld::after {
  right: 10%;
  filter: none;
  color: #333333;
}
.p-design .mv .bld img {
  width: auto;
  height: 100%;
}
.p-design .info {
  position: relative;
  background-image: url("../img/top/bg-info.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-design .info {
    background-size: cover;
    background-position: center;
  }
}
.p-design .info__inner {
  width: 100%;
  max-width: min(66.6666666667vw, 1280px);
  padding: min(3.125vw, 60px) 0 min(3.6458333333vw, 70px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-design .info__inner {
    max-width: none;
    padding: 8vw 0 13.3333333333vw;
  }
}
.p-design .info__content {
  width: 100%;
}
.p-design .info__content .title h3 {
  width: fit-content;
  font-family: "Cinzel", serif;
  font-size: min(1.4583333333vw, 28px);
  white-space: nowrap;
  color: #ffffff;
  margin: 0 auto min(0.78125vw, 15px);
  scale: 1.5;
  opacity: 0;
  letter-spacing: 3em;
  transition: scale 1.2s ease-in, letter-spacing 1.2s ease-in, opacity 0.6s 0.6s ease-in;
}
.p-design .info__content .title h3.animate {
  scale: 1;
  opacity: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .p-design .info__content .title h3 {
    font-size: 4.8vw;
    margin: 0 auto 2vw;
  }
}
.p-design .info__content .info-content {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
}
.p-design .info__content .info-content__description {
  position: relative;
  color: #FDE9C8;
  opacity: 0;
  translate: 0 50% 0;
  transition: opacity 0.6s 0.2s ease-in, translate 0.8s ease-in;
}
.p-design .info__content .info-content__description.animate {
  opacity: 1;
  translate: 0 0 0;
}
.p-design .info__content .info-content__description p {
  font-family: "Shippori Mincho", serif;
  font-size: min(2.5520833333vw, 49px);
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-design .info__content .info-content__description p {
    font-size: 7.4666666667vw;
    line-height: 1.6;
  }
  .p-design .info__content .info-content__description p:first-child {
    font-size: 8vw;
  }
}
.p-design .info__content .info-content__description p .notation {
  position: absolute;
  top: 0;
  right: max(-1.3020833333vw, -25px);
  transform: translateY(100%);
  display: block;
  height: 1em;
  font-size: min(0.8854166667vw, 17px);
  line-height: 1;
  letter-spacing: normal;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .p-design .info__content .info-content__description p .notation {
    top: 10.6666666667vw;
    right: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-design section.facade {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  padding: min(8.3333333333vw, 160px) 0;
}
@media screen and (max-width: 750px) {
  .p-design section.facade {
    padding: 13.3333333333vw 0;
  }
}
.p-design section.facade .designer {
  position: relative;
  background-color: rgba(229, 227, 226, 0.9);
  align-self: flex-end;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: min(4.1666666667vw, 80px);
  width: 100%;
  max-width: min(89.5833333333vw, 1720px);
  padding: min(5.2083333333vw, 100px) 0 min(20.8333333333vw, 400px);
}
@media screen and (max-width: 750px) {
  .p-design section.facade .designer {
    align-self: center;
    flex-flow: column-reverse nowrap;
    align-items: center;
    gap: 4vw;
    max-width: none;
    padding: 10.6666666667vw 4vw 13.3333333333vw;
  }
}
.p-design section.facade .designer .text p {
  font-family: "Shippori Mincho", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: min(2.8645833333vw, 55px);
  letter-spacing: 0.15em;
}
.p-design section.facade .designer .text p + p {
  font-size: min(0.78125vw, 15px);
  line-height: min(2.0833333333vw, 40px);
  margin-top: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-design section.facade .designer .text p {
    font-size: 3.7333333333vw;
    line-height: 8vw;
    text-align: center;
  }
  .p-design section.facade .designer .text p + p {
    font-size: 2.6666666667vw;
    line-height: 5.6vw;
    margin-top: 2.6666666667vw;
  }
}
.p-design section.facade .designer .profile {
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .p-design section.facade .designer .profile {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 2.6666666667vw;
    width: 100%;
  }
}
.p-design section.facade .designer .profile .image {
  position: relative;
  width: 100%;
  max-width: min(20.8333333333vw, 400px);
}
@media screen and (max-width: 750px) {
  .p-design section.facade .designer .profile .image {
    max-width: 50%;
  }
}
.p-design section.facade .designer .profile .image span {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: min(1.5625vw, 30px);
  color: white;
  padding-left: min(0.2604166667vw, 5px);
  mix-blend-mode: difference;
}
@media screen and (max-width: 750px) {
  .p-design section.facade .designer .profile .image span {
    font-size: 3.4666666667vw;
    padding-left: 0.5333333333vw;
  }
}
.p-design section.facade .designer .detail {
  position: absolute;
  bottom: min(5.2083333333vw, 100px);
  right: 0;
  background-color: rgb(229, 227, 226);
  width: min(26.0416666667vw, 500px);
  height: fit-content;
  padding: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-design section.facade .designer .detail {
    position: static;
    width: 100%;
    padding: 0;
  }
}
.p-design section.facade .designer .detail p {
  font-family: "Shippori Mincho", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: min(2.0833333333vw, 40px);
  letter-spacing: 0.1em;
}
.p-design section.facade .designer .detail p span {
  font-size: min(1.40625vw, 27px);
  margin-left: 0.5em;
}
.p-design section.facade .designer .detail p + p {
  font-size: min(0.78125vw, 15px);
  line-height: min(2.2916666667vw, 44px);
  letter-spacing: 0.08em;
  margin-top: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-design section.facade .designer .detail p {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    text-align: center;
  }
  .p-design section.facade .designer .detail p span {
    font-size: 4.2666666667vw;
  }
  .p-design section.facade .designer .detail p + p {
    font-size: 2.9333333333vw;
    line-height: 5.6vw;
    margin-top: 2.6666666667vw;
  }
}
.p-design section.facade .facade {
  display: flex;
  margin-bottom: min(7.2916666667vw, 140px);
}
@media screen and (max-width: 750px) {
  .p-design section.facade .facade {
    flex-flow: column nowrap;
    margin-bottom: 16vw;
  }
}
.p-design section.facade .facade .bld {
  position: relative;
  width: min(62.5vw, 1200px);
}
@media screen and (max-width: 750px) {
  .p-design section.facade .facade .bld {
    width: 100%;
  }
}
.p-design section.facade .facade .bld:after {
  transform: translateY(100%);
  filter: none;
  color: #333333;
}
.p-design section.facade .facade .text {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: min(1.0416666667vw, 20px);
  width: calc(100% - min(62.5vw, 1200px));
}
@media screen and (max-width: 750px) {
  .p-design section.facade .facade .text {
    align-items: flex-start;
    gap: 2.6666666667vw;
    width: 100%;
  }
}
.p-design section.facade .facade .text p {
  font-family: "Shippori Mincho", serif;
  font-size: min(5.2083333333vw, 100px);
  text-align: center;
  color: #705d17;
}
.p-design section.facade .facade .text p + p {
  font-size: min(0.9375vw, 18px);
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .p-design section.facade .facade .text p {
    width: calc(100% - 8vw);
    font-size: 10.6666666667vw;
    margin: 0 auto;
  }
  .p-design section.facade .facade .text p + p {
    font-size: 3.2vw;
    text-align: center;
  }
}
.p-design section.facade .facade.top {
  z-index: 1;
  margin-top: max(-5.2083333333vw, -100px);
}
@media screen and (max-width: 750px) {
  .p-design section.facade .facade.top {
    margin-top: 0;
  }
}
.p-design section.facade .facade.top .text {
  justify-content: flex-end;
  padding-bottom: min(3.125vw, 60px);
}
.p-design section.facade .facade.top .bld span {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  font-family: "Cinzel", serif;
  font-size: min(6.9270833333vw, 133px);
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgba(118, 106, 92, 0.3);
}
@media screen and (max-width: 750px) {
  .p-design section.facade .facade.base {
    flex-flow: column-reverse nowrap;
  }
}
.p-design section.community {
  background-color: #453c33;
  background-image: url("../img/location/bg-matsumoto.png");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
  padding: min(10.4166666667vw, 200px) 0;
}
@media screen and (max-width: 750px) {
  .p-design section.community {
    padding: 21.3333333333vw 0;
  }
}
.p-design section.community .mv {
  width: 100%;
  max-width: min(72.9166666667vw, 1400px);
  margin-bottom: min(13.0208333333vw, 250px);
}
@media screen and (max-width: 750px) {
  .p-design section.community .mv {
    max-width: none;
    margin-bottom: 21.3333333333vw;
  }
}
.p-design section.community .content {
  position: relative;
  display: flex;
  gap: min(1.0416666667vw, 20px);
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .p-design section.community .content {
    flex-flow: column-reverse nowrap;
    gap: 2.6666666667vw;
  }
}
.p-design section.community .content .title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  font-family: "Cinzel", serif;
  font-size: min(6.9270833333vw, 133px);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 750px) {
  .p-design section.community .content .title {
    font-size: 10.6666666667vw;
  }
}
.p-design section.community .content .image {
  position: relative;
  width: min(62.5vw, 1200px);
}
@media screen and (max-width: 750px) {
  .p-design section.community .content .image {
    width: 100%;
  }
}
.p-design section.community .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-design section.community .content .image:after {
  transform: translateY(100%);
  filter: none;
}
.p-design section.community .content .text {
  display: flex;
  flex-flow: column nowrap;
  gap: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-design section.community .content .text {
    gap: 4vw;
    width: calc(100% - 8vw);
    margin: 2.6666666667vw auto 0;
  }
}
.p-design section.community .content .text p {
  font-family: "Shippori Mincho", serif;
  font-size: min(1.3541666667vw, 26px);
  color: #ffffff;
}
.p-design section.community .content .text p + p {
  font-size: min(0.78125vw, 15px);
}
@media screen and (max-width: 750px) {
  .p-design section.community .content .text p {
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .p-design section.community .content .text p + p {
    font-size: 2.6666666667vw;
  }
}
.p-design section.landscape .mv {
  width: 100%;
  margin-bottom: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .mv {
    margin-bottom: 10.6666666667vw;
  }
}
.p-design section.landscape .detail {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .detail {
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
    width: calc(100% - 8vw);
    max-width: none;
    margin: 0 auto 10.6666666667vw;
  }
}
.p-design section.landscape .detail .title {
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .detail .title {
    width: 100%;
  }
}
.p-design section.landscape .detail .title h3 {
  font-size: min(6.25vw, 120px);
  line-height: 0.8;
  color: rgba(118, 106, 92, 0.25);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .detail .title h3 {
    font-size: 10.6666666667vw;
    text-align: center;
  }
}
.p-design section.landscape .detail .title p {
  font-family: "Shippori Mincho", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: min(2.8645833333vw, 55px);
  letter-spacing: 0.15em;
  margin-top: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .detail .title p {
    font-size: 4.2666666667vw;
    line-height: 7.3333333333vw;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}
.p-design section.landscape .detail .text {
  width: 100%;
  max-width: min(31.25vw, 600px);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .detail .text {
    max-width: none;
  }
}
.p-design section.landscape .detail .text p {
  font-size: min(0.9375vw, 18px);
  line-height: min(1.6666666667vw, 32px);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .detail .text p {
    font-size: 3.2vw;
    line-height: 6.9333333333vw;
    text-align: center;
  }
}
.p-design section.landscape .map {
  width: 100%;
  max-width: min(72.9166666667vw, 1400px);
  margin: 0 auto min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .map {
    max-width: none;
    margin: 0 auto 8vw;
  }
}
.p-design section.landscape .map::after {
  filter: none;
  color: #333333;
}
.p-design section.landscape .flower {
  width: 100%;
  max-width: min(72.9166666667vw, 1400px);
  margin: 0 auto min(10.4166666667vw, 200px);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .flower {
    display: flex;
    flex-flow: column-reverse nowrap;
    gap: 8vw;
    width: calc(100% - 8vw);
    max-width: none;
    margin: 0 auto 26.6666666667vw;
  }
}
.p-design section.landscape .flower .flower-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: min(0.78125vw, 15px);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .flower .flower-list {
    gap: 1.3333333333vw;
  }
}
.p-design section.landscape .flower .flower-list::after {
  transform: translateY(100%);
  filter: none;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .flower .flower-list::after {
    right: auto;
    left: 0;
  }
}
.p-design section.landscape .flower .flower-item {
  position: relative;
  width: 100%;
  height: min(22.3958333333vw, 430px);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .flower .flower-item {
    height: 37.3333333333vw;
  }
}
.p-design section.landscape .flower .flower-item > .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-design section.landscape .flower .flower-item > .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
}
.p-design section.landscape .flower .flower-item > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-design section.landscape .flower .flower-item > span {
  position: absolute;
  top: min(0.5208333333vw, 10px);
  right: min(0.5208333333vw, 10px);
  font-size: min(0.9375vw, 18px);
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffffff;
  filter: drop-shadow(0 0 min(0.2083333333vw, 4px) #000000) drop-shadow(0 0 min(0.3125vw, 6px) #000000);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .flower .flower-item > span {
    top: 1.3333333333vw;
    right: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.p-design section.landscape .flower .text {
  width: 100%;
  margin-top: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .flower .text {
    margin-top: 13.3333333333vw;
  }
}
.p-design section.landscape .flower .text p {
  font-size: min(1.3541666667vw, 26px);
  line-height: min(1.875vw, 36px);
  text-align: right;
}
.p-design section.landscape .flower .text p + p {
  font-size: min(0.78125vw, 15px);
  line-height: min(1.875vw, 36px);
  margin-top: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-design section.landscape .flower .text p {
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    text-align: center;
  }
  .p-design section.landscape .flower .text p + p {
    font-size: 3.2vw;
    line-height: 6.4vw;
    margin-top: 4vw;
  }
}

/*# sourceMappingURL=design.css.map */
