.designKeyVisual {
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .designKeyVisual {
    height: calc(800 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .designKeyVisual {
    height: 690px;
  }
}

.designKeyVisual__image {
  height: 100%;
  width: 100%;
}

.designKeyVisual__image .photo {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.designKeyVisual__image .photo__pic, .designKeyVisual__image .photo__image {
  height: 100%;
  width: 100%;
}

.designKeyVisual__image .photo__image {
  -webkit-filter: blur(5px) brightness(1.2);
          filter: blur(5px) brightness(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: object-position 5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-filter 0.5s ease-in-out;
  transition: object-position 5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-filter 0.5s ease-in-out;
  transition: object-position 5s cubic-bezier(0.65, 0, 0.35, 1), filter 0.5s ease-in-out;
  transition: object-position 5s cubic-bezier(0.65, 0, 0.35, 1), filter 0.5s ease-in-out, -o-object-position 5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-filter 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .designKeyVisual__image .photo__image {
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
}

@media screen and (max-width: 768px) {
  .designKeyVisual__image .photo__image {
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
}

.designKeyVisual.sai-animate .designKeyVisual__image .photo__image {
  -webkit-filter: blur(0) brightness(1);
          filter: blur(0) brightness(1);
}

@media screen and (min-width: 768px) {
  .designKeyVisual.sai-animate .designKeyVisual__image .photo__image {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}

@media screen and (max-width: 768px) {
  .designKeyVisual.sai-animate .designKeyVisual__image .photo__image {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}

@media screen and (min-width: 768px) {
  .entranceArea__cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .entranceArea__cont {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .entranceArea__cont {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .entranceArea__cont .enTtl {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .entranceArea__cont .enTtl + .txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .entranceArea__cont .enTtl + .txt {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .entranceArea__head + .entranceArea__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .entranceArea__head + .entranceArea__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 120px;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__head .headingUnit {
    width: 540px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .facilitySect__head .headingUnit {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__head .headingUnit .heading {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__head .headingUnit .enTtl + .heading {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__head .headingUnit .enTtl + .heading {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__head .headingUnit + .txt {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__head .txt {
    width: 540px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .facilitySect__head .txt {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__cont .usableList__inner {
    gap: 100px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__cont .usableList__inner {
    gap: 40px 24px;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__cont .usableList__item {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__cont .usableList__item {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__cont .usableList__item .descriptionCard__cont .heading {
    font-size: 14px;
  }
}

.facilitySect__cont .usableList__note {
  margin: 40px auto 0;
}

@media screen and (min-width: 768px) {
  .facilitySect__cont .usableList__note {
    max-width: 1040px;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__head + .facilitySect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__head + .facilitySect__cont {
    margin-top: 60px;
  }
}

.hilltopSect__head {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .hilltopSect__head {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .hilltopSect__head {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .hilltopSect__head {
    margin-left: -20px;
  }
}

.hilltopSect__cont {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .hilltopSect__cont .headingUnit .heading + .txt {
    max-width: 880px;
  }
}

@media screen and (min-width: 768px) {
  .hilltopSect__head + .hilltopSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .hilltopSect__head + .hilltopSect__cont {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .hilltopSect__block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -120px;
    margin-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .hilltopSect__block {
    margin-top: 100px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .hilltopSect__block {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .hilltopSect__block .headingUnit {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .hilltopSect__block .headingUnit {
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .hilltopSect__block .headingUnit {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .hilltopSect__block .headingUnit .enTtl {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .hilltopSect__block .headingUnit .txt {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .hilltopSect__block .comingSoonCard,
  .hilltopSect__block > .photo {
    width: 880px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .hilltopSect__block .comingSoonCard,
  .hilltopSect__block > .photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 auto;
    max-width: 880px;
    min-width: 760px;
  }
}

@media screen and (max-width: 768px) {
  .hilltopSect__block .comingSoonCard,
  .hilltopSect__block > .photo {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .hilltopSect__block--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -120px;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .hilltopSect__block--rev {
    margin-left: 0;
  }
}

.introGallery {
  position: relative;
  z-index: 1;
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .introGallery {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .introGallery {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .introGallery {
    margin-left: -20px;
  }
}

.introGallery:before {
  background-color: rgba(234, 228, 208, 0.5);
  content: '';
  display: block;
  max-height: 100%;
  position: absolute;
  right: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.11, 0, 0.5, 0) 2s;
  transition: -webkit-transform 3s cubic-bezier(0.11, 0, 0.5, 0) 2s;
  transition: transform 3s cubic-bezier(0.11, 0, 0.5, 0) 2s;
  transition: transform 3s cubic-bezier(0.11, 0, 0.5, 0) 2s, -webkit-transform 3s cubic-bezier(0.11, 0, 0.5, 0) 2s;
}

@media screen and (min-width: 768px) {
  .introGallery:before {
    height: 2270px;
    top: 80px;
    width: calc(660 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .introGallery:before {
    height: 1106px;
    top: 40px;
    width: 200px;
  }
}

.introGallery.sai-animate:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.introGallery__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .introGallery__inner {
    max-width: 1440px;
  }
}

@media screen and (min-width: 768px) {
  .introGallery__item:not(:first-child) {
    margin-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .introGallery__item:not(:first-child) {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .introSect__head .headingUnit .heading + .txt {
    width: 660px;
  }
}

@media screen and (min-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 100px;
  }
}

.materialSect {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .materialSect {
    padding: 140px 0;
  }
}

@media screen and (max-width: 768px) {
  .materialSect {
    padding: 0 0 100px;
  }
}

.materialSect:before {
  background-color: rgba(234, 228, 208, 0.5);
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(90%, black), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 90%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(90%, black), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, black 0%, black 90%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100vw - var(--scrollbar));
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .materialSect:before {
    background: url("../imgs/pc/bg-material-01@1.5x.jpg") no-repeat top center/cover;
  }
}

@media screen and (max-width: 768px) {
  .materialSect:before {
    background: url("../imgs/sp/bg-material-01.jpg") no-repeat top center/cover;
  }
}

.materialSect__head {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .materialSect__head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 120px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__head {
    margin: 0 -20px 0 auto;
    width: 335px;
  }
}

@media screen and (min-width: 768px) {
  .materialSect__head .headingUnit {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__head .headingUnit {
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__head .headingUnit .heading {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .materialSect__head .photo {
    width: 760px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__head .photo + .headingUnit {
    margin-top: 40px;
  }
}

.materialSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .materialSect__cont {
    gap: 60px;
    margin-top: 200px;
    padding: 140px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 32px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__cont .enTtl {
    display: block;
    font-size: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-writing-mode: sideways-rl;
        -ms-writing-mode: sideways-rl;
            writing-mode: sideways-rl;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__cont .usableList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .materialSect__cont .usableList__inner {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__cont .usableList__item:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .memberCard {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .memberCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .memberCard__head {
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .memberCard__desc {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .memberCard__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.memberCard__company, .memberCard__position {
  color: #333333;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .05em;
  line-height: 1.4;
}

.memberCard__company:before, .memberCard__position:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.memberCard__company:after, .memberCard__position:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.memberCard__company:before, .memberCard__company:after, .memberCard__position:before, .memberCard__position:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .memberCard__company, .memberCard__position {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .memberCard__company, .memberCard__position {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  * + .memberCard__company, * + .memberCard__position {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  * + .memberCard__company, * + .memberCard__position {
    margin-top: 12px;
  }
}

.memberCard__name {
  color: #333333;
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 1.6;
}

.memberCard__name:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.memberCard__name:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.memberCard__name:before, .memberCard__name:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  * + .memberCard__name {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  * + .memberCard__name {
    margin-top: 12px;
  }
}

.otherArea {
  margin: 0 auto;
  max-width: 1440px;
}

.otherArea__inner {
  margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) {
  .otherArea__inner {
    max-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .otherArea__inner {
    width: 335px;
  }
}

@media screen and (min-width: 768px) {
  .otherArea__cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .otherArea__cont {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .otherArea__cont {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .otherArea__cont .enTtl {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .otherArea__cont .enTtl + .txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .otherArea__cont .enTtl + .txt {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .otherArea__head + .otherArea__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .otherArea__head + .otherArea__cont {
    margin-top: 40px;
  }
}

.otherArea--left .otherArea__inner {
  margin: 0 auto 0 0;
}

@media screen and (min-width: 768px) {
  .otherArea--left .otherArea__cont {
    padding: 0 120px;
  }
}

.plantingSect__head {
  display: grid;
}

@media screen and (min-width: 768px) {
  .plantingSect__head {
    gap: 60px 120px;
    grid-template-columns: 320px 1fr;
    grid-template-rows: auto 1fr;
  }
}

@media screen and (max-width: 768px) {
  .plantingSect__head {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .plantingSect__head .enTtl {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .plantingSect__head .pinchInFigure {
    grid-row: auto / span 2;
    margin-right: -120px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .plantingSect__head .pinchInFigure {
    margin-right: 0;
  }
}

.plantingSect__cont {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .plantingSect__cont {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .plantingSect__cont {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .plantingSect__cont {
    margin-left: -20px;
  }
}

@media screen and (min-width: 768px) {
  .plantingSect__head + .plantingSect__cont {
    margin-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .plantingSect__head + .plantingSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .plantingSect__onlyPC {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .plantingSect__onlyPC .photo {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .plantingSect__onlySP {
    display: none;
  }
}

.plantingSect__onlySP .panoramaFigure:not(:first-child) {
  margin-top: 24px;
}

.plantingSect__onlySP .panoramaFigure__body {
  height: 188px;
}

@media screen and (min-width: 768px) {
  .plantingSect__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    margin-top: 200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .plantingSect__bottom {
    gap: 40px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .plantingSect__bottom {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .plantingSect__bottom .usableList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .plantingSect__bottom .usableList {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .plantingSect__bottom .usableList__inner {
    gap: 32px 16px;
  }
}

@media screen and (max-width: 768px) {
  .plantingSect__bottom .usableList__inner {
    gap: 16px 2px;
  }
}

@media screen and (min-width: 768px) {
  .plantingSect__bottom .usableList__item {
    width: 180px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .plantingSect__bottom .usableList__item {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .plantingSect__bottom .usableList__item {
    width: calc((100% - 4px) / 3);
  }
}

.plantingSect__bottom .usableList__item .descriptionCard__cont {
  text-align: center;
}

.plantingSect__bottom .usableList__note {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .plantingSect__bottom .usableList__note {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .plantingSect__season {
    width: 440px;
  }
}

@media screen and (max-width: 768px) {
  .plantingSect__season .headingUnit .heading {
    font-size: 18px;
  }
}

.plantingSect__season .headingUnit + * {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .plantingSect__season .swipeFigure .figurePlot {
    left: auto;
    right: 0;
    top: -70px;
  }
}

@media screen and (max-width: 768px) {
  .plantingSect__season .swipeFigure__inner {
    height: 223px;
  }
}

.plantingSect__season .usageNote {
  margin: 10px 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.residenceSect__head {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .residenceSect__head {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .residenceSect__head {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__head {
    margin-left: -20px;
  }
}

.residenceSect__cont {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .residenceSect__cont {
    padding: 100px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__cont {
    padding: 60px 0 100px;
  }
}

.residenceSect__cont:before {
  -webkit-animation: leafGlow 12s ease-in-out infinite;
          animation: leafGlow 12s ease-in-out infinite;
  background-color: rgba(234, 228, 208, 0.5);
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(90%, black), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 90%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(90%, black), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, black 0%, black 90%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100vw - var(--scrollbar));
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .residenceSect__cont:before {
    background: url("../imgs/pc/bg-leaf-01@1.5x.jpg") no-repeat top center/cover;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__cont:before {
    background: url("../imgs/sp/bg-leaf-01.jpg") no-repeat top center/cover;
  }
}

@media screen and (min-width: 768px) {
  .residenceSect__block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -120px;
    margin-top: 200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .residenceSect__block {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__block {
    margin-top: 100px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .residenceSect__block {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .residenceSect__block .headingUnit {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .residenceSect__block .headingUnit {
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__block .headingUnit {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__block .headingUnit .enTtl {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .residenceSect__block .headingUnit .txt {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .residenceSect__block .comingSoonCard,
  .residenceSect__block > .photo {
    width: 880px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .residenceSect__block .comingSoonCard,
  .residenceSect__block > .photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 auto;
    max-width: 880px;
    min-width: 760px;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__block .comingSoonCard,
  .residenceSect__block > .photo {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .residenceSect__block--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -120px;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .residenceSect__block--rev {
    margin-left: 0;
  }
}

@-webkit-keyframes leafGlow {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  25% {
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
  50% {
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95);
  }
  75% {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes leafGlow {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  25% {
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
  50% {
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95);
  }
  75% {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

.towerArea {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .towerArea {
    margin: 0 auto;
    max-width: 1440px;
  }
}

@media screen and (min-width: 768px) {
  .towerArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    max-width: 1320px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .towerArea__inner {
    gap: 60px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .towerArea__visual {
    width: 880px;
  }
}

@media screen and (max-width: 768px) {
  .towerArea__visual {
    width: 295px;
  }
}

@media screen and (min-width: 768px) {
  .towerArea__txtArea {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .towerArea__txtArea {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .towerArea__txtArea .headingUnit {
    margin: 40px auto 0;
    padding: 0 20px;
  }
}

.towerArea__txtArea .enTtl {
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
}

@media screen and (min-width: 768px) {
  .towerArea__txtArea .enTtl {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .towerArea__txtArea .enTtl {
    font-size: 40px;
    left: 319px;
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .towerArea__txtArea .enTtl + .headingUnit {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .design-introduction {
    padding: 140px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-introduction {
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-material {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .design-material {
    padding: 100px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .design-residence {
    padding: 59px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .design-planting {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-planting {
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-facility {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-facility {
    padding: 100px 0;
  }
}
