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

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

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

.accessArea .waveBG {
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 1;
}

.accessArea__inner {
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .accessArea__inner {
    left: calc(100 / 1440 * 100vw);
    top: 115px;
  }
}

@media only screen and (max-width: 768px) {
  .accessArea__inner {
    padding: 0 32px;
    top: 80px;
    width: 100%;
  }
}

.accessArea__inner .guidanceUnit {
  color: #ffffff;
}

.accessArea__inner .guidanceUnit .guidanceTtl {
  color: #ffffff;
}

.accessArea__inner .guidanceUnit .guidanceLink {
  color: #ffffff;
}

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

.conceptArea__head {
  text-align: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .conceptArea__head {
    max-width: 1200px;
  }
}

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

.is-tb .conceptArea__head {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .conceptArea__head {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .conceptArea__head .svgTtl {
    margin: 0 auto;
    width: 712px;
  }
}

.conceptArea__heading {
  color: #4c421f;
  letter-spacing: 0;
}

@media print, screen and (min-width: 769px) {
  .conceptArea__heading {
    font-size: 26px;
    line-height: 2;
  }
  .conceptArea__heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    width: 0;
  }
  .conceptArea__heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .conceptArea__heading {
    font-size: 14px;
    line-height: 1.6;
  }
  .conceptArea__heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .conceptArea__heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

@media print, screen and (min-width: 769px) {
  * + .conceptArea__heading {
    margin-top: 32px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .conceptArea__head + .conceptArea__cont {
    margin-top: -160px;
  }
}

.designArea {
  background: #d7d5cc;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .designArea {
    padding: 164px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .designArea {
    padding: 80px 0 0;
  }
}

.designArea__head {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .designArea__head {
    max-width: 1200px;
  }
}

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

.is-tb .designArea__head {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .designArea__head {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .designArea__cont {
    padding-bottom: 277px;
  }
}

@media only screen and (max-width: 768px) {
  .designArea__cont {
    padding-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .designArea__head + .designArea__cont {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .designArea__head + .designArea__cont {
    margin-top: 24px;
  }
}

.entranceArea {
  background-color: #d7d5cc;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .entranceArea {
    height: calc(100vh - var(--header-height));
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .entranceArea {
    height: 100vh;
  }
}

.is-tb .entranceArea {
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  .entranceArea {
    height: 100vh;
  }
}

.entranceArea__visual {
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .entranceArea__visual {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 30px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0) translateZ(0);
            transform: translate(-50%, 0) translateZ(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    width: 540px;
    will-change: width, border-radius;
  }
}

@media only screen and (max-width: 768px) {
  .entranceArea__visual {
    position: relative;
    width: 100%;
    z-index: 1;
  }
}

.entranceArea__visual .photo {
  height: 100%;
  width: 100%;
}

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

.entranceArea__visual .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .entranceArea__visual .photo__image {
    -o-object-position: 50% 80%;
       object-position: 50% 80%;
  }
}

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

.entranceArea__cap {
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: 2;
}

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

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

@media only screen and (max-width: 768px) {
  .facadeScroll {
    margin-top: 60px;
    padding-top: 189px;
  }
}

.facadeScroll__head {
  position: absolute;
  will-change: transform, opacity, visibility;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .facadeScroll__head {
    left: 50%;
    opacity: 0;
    top: calc(439 / 1440 * 100vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    visibility: hidden;
    width: 1200px;
    z-index: 3;
  }
}

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

.is-tb .facadeScroll__head {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .facadeScroll__head {
    left: 0;
    padding: 0 32px;
    top: 0;
    width: 100%;
  }
}

.facadeScroll__heading {
  color: #4c421f;
  letter-spacing: 0;
  line-height: 2.4;
}

.facadeScroll__heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2.4) * .5em);
  width: 0;
}

.facadeScroll__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2.4) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .facadeScroll__heading {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .facadeScroll__heading {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 769px) {
  .facadeScroll__heading + .guidanceLink {
    margin-top: 100px;
  }
}

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

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

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

.facadeScroll__building .facadeMaskSVG {
  height: auto;
  width: 100%;
  will-change: transform;
}

.facadeScroll__building .facadeMaskSVG__path {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, d;
}

.facadeScroll__building .facadeMaskSVG__image {
  height: 100%;
  width: 100%;
}

.facadeScroll__cap {
  position: absolute;
  right: 10px;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .facadeScroll__cap {
    bottom: calc(120 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .facadeScroll__cap {
    bottom: 20px;
  }
}

.facadeScroll__sky {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.facadeScroll__sky .photo {
  height: 100%;
  width: 100%;
}

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

.facadeScroll__sky .photo__image {
  -o-object-fit: top center;
     object-fit: top center;
}

.gateArea {
  background-color: #f4f4f4;
  position: relative;
  z-index: 1;
}

.gateArea__wave {
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .gateArea__visual {
    -webkit-mask-image: url("../imgs/pc/img-gate-mask@1.5x.png");
            mask-image: url("../imgs/pc/img-gate-mask@1.5x.png");
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 0%;
            mask-size: 100% 0%;
    -webkit-transition: -webkit-mask-size 5s ease-in-out 1s;
    transition: -webkit-mask-size 5s ease-in-out 1s;
    transition: mask-size 5s ease-in-out 1s;
    transition: mask-size 5s ease-in-out 1s, -webkit-mask-size 5s ease-in-out 1s;
  }
}

@media only screen and (max-width: 768px) {
  .gateArea__visual {
    -webkit-mask-image: url("../imgs/sp/img-gate-mask.png");
            mask-image: url("../imgs/sp/img-gate-mask.png");
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 0%;
            mask-size: 100% 0%;
    -webkit-transition: -webkit-mask-size 6s ease-in-out .5s;
    transition: -webkit-mask-size 6s ease-in-out .5s;
    transition: mask-size 6s ease-in-out .5s;
    transition: mask-size 6s ease-in-out .5s, -webkit-mask-size 6s ease-in-out .5s;
  }
}

.gateArea__visual.sai-animate {
  -webkit-mask-size: 100% 2000%;
          mask-size: 100% 2000%;
}

.guidanceLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
}

.guidanceLink__txt {
  background: -webkit-gradient(linear, left top, right top, from(currentColor), color-stop(40%, currentColor), color-stop(50%, #ffffff), color-stop(60%, currentColor), to(currentColor));
  background: linear-gradient(90deg, currentColor 0%, currentColor 40%, #ffffff 50%, currentColor 60%, currentColor 100%);
  -webkit-background-clip: text;
          background-clip: text;
  background-position: 100% 0%;
  background-size: 300% 100%;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-transition: letter-spacing 0.6s cubic-bezier(0.45, 0, 0.55, 1), background-position 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: letter-spacing 0.6s cubic-bezier(0.45, 0, 0.55, 1), background-position 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

.guidanceLink__arrow {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

@media print, screen and (min-width: 769px) {
  .guidanceLink__arrow {
    width: 108px;
  }
}

@media only screen and (max-width: 768px) {
  .guidanceLink__arrow {
    width: 67px;
  }
}

.guidanceLink__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

.guidanceLink__arrow .arrowSVG__path {
  fill: currentColor;
}

.guidanceLink__arrow .arrowSVG__line {
  stroke: currentColor;
}

.guidanceLink__comingSoon {
  font-family: "Barlow Semi Condensed", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .guidanceLink:hover .guidanceLink__txt {
    background-position: 0% 0%;
    letter-spacing: .2em;
  }
  .guidanceLink:hover .guidanceLink__arrow {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .guidanceLink:hover .guidanceLink__txt {
    background-position: 0% 0%;
    letter-spacing: .2em;
  }
  .guidanceLink:hover .guidanceLink__arrow {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

.guidanceLink--comingSoon {
  pointer-events: none;
}

.guidanceTtl {
  font-family: "Ostrich Sans", sans-serif;
  letter-spacing: .05em;
}

@media print, screen and (min-width: 769px) {
  .guidanceTtl {
    font-size: 240px;
    font-weight: 300;
    line-height: .8;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .guidanceTtl {
    font-size: calc(240 / 1440 * 100vw);
  }
}

.is-tb .guidanceTtl {
  font-size: calc(240 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .guidanceTtl {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
  }
}

.guidanceTtl .t {
  color: #ffffff;
  display: inline-block;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  line-height: .8;
  opacity: 0;
  -webkit-transform: translateY(-10%) rotate(2deg);
          transform: translateY(-10%) rotate(2deg);
  -webkit-transition: opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1), color 1.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 1.2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-filter 1.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1), color 1.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 1.2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-filter 1.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 1.2s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1), filter 1.2s cubic-bezier(0.45, 0, 0.55, 1), color 1.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 1.2s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1), filter 1.2s cubic-bezier(0.45, 0, 0.55, 1), color 1.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 1.2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-filter 1.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.guidanceTtl.sai-animate .t {
  color: #a59c7f;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}

.guidanceTtl--access .t {
  color: #a59c7f;
}

.guidanceTtl--access.sai-animate .t {
  color: #ffffff;
}

.guidanceUnit__txt {
  letter-spacing: 0;
  line-height: 2;
}

.guidanceUnit__txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.guidanceUnit__txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .guidanceUnit__txt {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .guidanceUnit__txt {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .guidanceTtl + .guidanceUnit__txt {
    margin-top: 80px;
  }
}

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

.guidanceUnit__txt + .guidanceLink {
  margin-top: 40px;
}

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

@media print, screen and (min-width: 769px) {
  .locationArea {
    margin-top: calc(-166 / 1440 * 100vw);
    padding: calc(426 / 1440 * 100vw) 0 126px;
  }
}

@media only screen and (max-width: 768px) {
  .locationArea {
    margin-top: -51px;
    padding: 192px 0 60px;
  }
}

.locationArea:before {
  background-color: #f4f4f4;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .locationArea:before {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(#000000));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000000 calc(166 / 1440 * 100vw));
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(#000000));
            mask-image: linear-gradient(to bottom, transparent 0, #000000 calc(166 / 1440 * 100vw));
  }
}

@media only screen and (max-width: 768px) {
  .locationArea:before {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000000 314px);
            mask-image: linear-gradient(to bottom, transparent 0, #000000 314px);
  }
}

.locationArea__inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .locationArea__inner {
    max-width: 1200px;
  }
}

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

.is-tb .locationArea__inner {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .locationArea__inner {
    padding: 0 32px;
  }
}

.locationArea__head .guidanceUnit .guidanceTtl .t--04 {
  letter-spacing: -.04em;
}

.locationArea__bgSet {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.locationArea__cont {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .locationArea__cont {
    margin-right: -188px;
    margin-top: -288px;
  }
}

@media only screen and (max-width: 768px) {
  .locationArea__cont {
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 40px;
  }
}

.locationArea__cont .usableList {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .locationArea__cont .usableList {
    margin: 0 0 0 auto;
    width: 868px;
  }
}

.locationArea__cont .usableList__inner {
  display: block;
}

.locationArea__cont .usableList__item .photo__radiusLayer {
  position: relative;
  z-index: 1;
}

.locationArea__cont .usableList__item .photo__capIn {
  left: 0;
  right: auto;
}

@media print, screen and (min-width: 769px) {
  .locationArea__cont .usableList__item .photo__capIn {
    padding-left: 15px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .locationArea__cont .usableList__item .photo__capIn {
    padding-left: 12px;
    padding-right: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .locationArea__cont .usableList__item:nth-child(1) {
    margin: 0 292px 0 auto;
    width: 264px;
  }
}

@media only screen and (max-width: 768px) {
  .locationArea__cont .usableList__item:nth-child(1) {
    margin: 0 auto 0 110px;
    width: 152px;
  }
}

@media only screen and (max-width: 375px) {
  .locationArea__cont .usableList__item:nth-child(1) {
    margin: 0 auto 0 calc(110 / 390 * 100vw);
    width: calc(152 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .locationArea__cont .usableList__item:nth-child(2) {
    margin: -60px 0 0 auto;
    width: 244px;
  }
}

@media only screen and (max-width: 768px) {
  .locationArea__cont .usableList__item:nth-child(2) {
    margin: -50px 18px 0 auto;
    width: 100px;
  }
}

@media only screen and (max-width: 375px) {
  .locationArea__cont .usableList__item:nth-child(2) {
    margin: calc(-50 / 390 * 100vw) calc(18 / 390 * 100vw) 0 auto;
    width: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .locationArea__cont .usableList__item:nth-child(3) {
    margin: -140px 292px 0 auto;
    width: 576px;
  }
}

@media only screen and (max-width: 768px) {
  .locationArea__cont .usableList__item:nth-child(3) {
    margin: -30px auto 0 32px;
    width: 230px;
  }
}

@media only screen and (max-width: 375px) {
  .locationArea__cont .usableList__item:nth-child(3) {
    margin: calc(-30 / 390 * 100vw) auto 0 calc(32 / 390 * 100vw);
    width: calc(230 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .locationArea__cont .caption {
    margin-top: 40px;
    padding: 0 32px;
  }
}

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

.locationArea__bg .rect {
  background-color: #cbecf0;
  margin-top: -5px;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .locationArea__bg .rect {
    height: calc(400 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .locationArea__bg .rect {
    height: 314px;
  }
}

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

.loungeVisual .loungeSVG {
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .loungeVisual .loungeSVG__path {
    -webkit-transform: scale(1) translate(368px, 0);
            transform: scale(1) translate(368px, 0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}

@media only screen and (max-width: 768px) {
  .loungeVisual .loungeSVG__path {
    -webkit-transform: scale(1.5) translate(50px, 0);
            transform: scale(1.5) translate(50px, 0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}

.loungeVisual .loungeSVG__image {
  width: 100%;
}

.loungeVisual__cap {
  bottom: 0;
  position: absolute;
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .loungeVisual__cap {
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .loungeVisual__cap {
    right: 77px;
  }
}

@media only screen and (max-width: 375px) {
  .loungeVisual__cap {
    right: calc(77 / 375 * 100vw);
  }
}

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

.madoriPanel__fig {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .madoriPanel__fig {
    border-radius: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriPanel__fig {
    border-radius: 20px;
    margin-top: 20px;
  }
}

.madoriPanel__head {
  border-top: 1px solid #d7d5cc;
  color: #a59c7f;
}

@media print, screen and (min-width: 769px) {
  .madoriPanel__head {
    border-bottom: 1px solid #d7d5cc;
    bottom: 32px;
    left: -48px;
    padding: 40px 18px 40px 0;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .madoriPanel__head {
    padding-top: 16px;
  }
}

.madoriPanel__spec {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.madoriPanel__type {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .madoriPanel__type {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriPanel__type {
    font-size: 20px;
  }
}

.madoriPanel__type .strong {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .madoriPanel__type .strong {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriPanel__type .strong {
    font-size: 24px;
  }
}

.madoriPanel__variation {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .madoriPanel__variation {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriPanel__variation {
    font-size: 20px;
  }
}

.madoriPanel__variation .num {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .madoriPanel__variation .num {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriPanel__variation .num {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .madoriPanel__mainLength {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriPanel__mainLength {
    margin-top: 16px;
  }
}

.madoriPanel__mainLength .jp {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
}

.madoriPanel__mainLength .jp:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.madoriPanel__mainLength .jp:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

.madoriPanel__mainLength .num {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .madoriPanel__mainLength .num {
    font-size: 24px;
    letter-spacing: .1em;
  }
}

@media only screen and (max-width: 768px) {
  .madoriPanel__mainLength .num {
    font-size: 20px;
    letter-spacing: .05em;
  }
}

.madoriPanel__mainLength .meter {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1;
}

.madoriPanel__mainLength .tsubo {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
}

.madoriPanel__mainLength .tsubo:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  width: 0;
}

.madoriPanel__mainLength .tsubo:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  width: 0;
}

.madoriPanel__subLength {
  margin-top: 16px;
}

.madoriPanel__subItem .jp {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
}

.madoriPanel__subItem .jp:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  width: 0;
}

.madoriPanel__subItem .jp:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  width: 0;
}

.madoriPanel__subItem .num {
  font-family: "Barlow Semi Condensed", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.madoriPanel__subItem .meter {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1;
}

.madoriPanel__note {
  margin-top: 20px;
}

.mainVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .mainVisual {
    aspect-ratio: 1440 / 800;
  }
}

@media only screen and (max-width: 768px) {
  .mainVisual {
    aspect-ratio: 390 / 600;
  }
}

.mainVisual:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0.7)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 60%, #ffffff 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

@media print, screen and (min-width: 769px) {
  .mainVisual:after {
    height: calc(80 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .mainVisual:after {
    height: 80px;
  }
}

.mainVisual__cap {
  position: absolute;
  right: 0;
  z-index: 4;
}

.mainVisual__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #cccccc;
  border-radius: 15px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 12px;
  font-weight: 500;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 8px 8px 8px 10px;
  position: absolute;
  -webkit-transition: background-color .3s ease-out, color .3s ease-out;
  transition: background-color .3s ease-out, color .3s ease-out;
  z-index: 3;
}

@media print, screen and (min-width: 769px) {
  .mainVisual__btn {
    left: 20px;
    top: 20px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .mainVisual__btn {
    bottom: calc(50 / 1440 * 100vw);
    left: calc(20 / 1440 * 100vw);
    top: auto;
    z-index: 6;
  }
}

.is-tb .mainVisual__btn {
  bottom: calc(50 / 1440 * 100vw);
  left: calc(20 / 1440 * 100vw);
  top: auto;
  z-index: 6;
}

@media only screen and (max-width: 768px) {
  .mainVisual__btn {
    left: 10px;
    top: 80px;
  }
}

.mainVisual__btn .svgIcon {
  display: block;
}

.mainVisual__btn.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  will-change: opacity, visibility;
}

@media print, screen and (min-width: 769px) {
  .mainVisual__btn:hover {
    background-color: white;
  }
}

@media (hover: hover) and (pointer: fine) {
  .mainVisual__btn:hover {
    background-color: white;
  }
}

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

.mainVisualSlide__ttl {
  color: #4b4426;
  position: absolute;
  z-index: 3;
}

@media print, screen and (min-width: 769px) {
  .mainVisualSlide__ttl {
    left: calc(104 / 1440 * 100vw);
    top: calc(117 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .mainVisualSlide__ttl {
    left: 32px;
    text-align: center;
    top: 158px;
  }
}

@media only screen and (max-width: 375px) {
  .mainVisualSlide__ttl {
    top: 120px;
  }
}

.mainVisualSlide__ttl .jp {
  display: block;
  line-height: 2;
}

.mainVisualSlide__ttl .jp:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.mainVisualSlide__ttl .jp:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .mainVisualSlide__ttl .jp {
    font-size: calc(22 / 1440 * 100vw);
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mainVisualSlide__ttl .jp {
    font-size: 16px;
    letter-spacing: .14em;
  }
}

.mainVisualSlide__ttl .en {
  display: block;
  font-family: "Ostrich Sans", sans-serif;
  font-weight: 300;
  letter-spacing: .06em;
  line-height: .8;
}

@media print, screen and (min-width: 769px) {
  .mainVisualSlide__ttl .en {
    font-size: calc(170 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .mainVisualSlide__ttl .en {
    font-size: 70px;
  }
}

.mainVisualSlide__ttl .en .pack {
  letter-spacing: -.04em;
}

@media print, screen and (min-width: 769px) {
  .mainVisualSlide__ttl .en + .jp {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .mainVisualSlide__ttl .en + .jp {
    margin-top: 28px;
  }
}

.mainVisualSlide__building {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mainVisualSlide__building .photo {
  height: 100%;
  width: 100%;
}

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

.mainVisualSlide__building .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.mainVisualSlide__sky {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.mainVisualSlide__sky .pic {
  display: block;
  height: 100%;
  width: 100%;
}

.mainVisualSlide__sky .pic__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
}

.mainVisualSlide--night .mainVisualSlide__ttl {
  color: #ffffff;
}

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

@media print, screen and (min-width: 769px) {
  .planArea {
    padding: 200px 0 140px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .planArea {
    padding: calc(200 / 1440 * 100vw) 0 calc(140 / 1440 * 100vw);
  }
}

.is-tb .planArea {
  padding: calc(200 / 1440 * 100vw) 0 calc(140 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .planArea {
    padding: 120px 0 60px;
  }
}

.planArea__visual {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.2s, -webkit-filter 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.2s, -webkit-filter 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: filter 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 4s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.2s;
  transition: filter 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 4s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.2s, -webkit-filter 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 4s cubic-bezier(0.22, 1, 0.36, 1);
  visibility: hidden;
  will-change: filter, opacity, transform;
  z-index: -1;
}

.planArea__visual .maskedImage {
  height: auto;
  width: 100%;
}

.planArea__visual .maskedImage .planSVG {
  height: auto;
  width: 100%;
}

.planArea__visual .maskedImage .planSVG__image {
  height: auto;
  width: 100%;
}

.planArea__visual--01 {
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
}

@media print, screen and (min-width: 769px) {
  .planArea__visual--01 {
    left: 14px;
    top: 196px;
    width: 540px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .planArea__visual--01 {
    left: calc(14 / 1440 * 100vw);
    top: calc(196 / 1440 * 100vw);
    width: calc(540 / 1440 * 100vw);
  }
}

.is-tb .planArea__visual--01 {
  left: calc(14 / 1440 * 100vw);
  top: calc(196 / 1440 * 100vw);
  width: calc(540 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .planArea__visual--01 {
    left: -20px;
    top: 198px;
    width: 221px;
  }
}

@media only screen and (max-width: 375px) {
  .planArea__visual--01 {
    left: calc(-20 / 375 * 100vw);
    top: calc(198 / 375 * 100vw);
    width: calc(221 / 375 * 100vw);
  }
}

.planArea__visual--02 {
  -webkit-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

@media print, screen and (min-width: 769px) {
  .planArea__visual--02 {
    right: calc(164 / 1440 * 100vw);
    top: 244px;
    width: 400px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .planArea__visual--02 {
    top: calc(244 / 1440 * 100vw);
    width: calc(400 / 1440 * 100vw);
  }
}

.is-tb .planArea__visual--02 {
  top: calc(244 / 1440 * 100vw);
  width: calc(400 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .planArea__visual--02 {
    right: 10px;
    top: 127px;
    width: 130px;
  }
}

@media only screen and (max-width: 375px) {
  .planArea__visual--02 {
    right: 0;
    top: calc(127 / 375 * 100vw);
    width: calc(130 / 375 * 100vw);
  }
}

.planArea__cap {
  position: absolute;
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .planArea__cap {
    right: calc(204 / 1440 * 100vw);
    top: 661px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .planArea__cap {
    top: calc(661 / 1440 * 100vw);
  }
}

.is-tb .planArea__cap {
  top: calc(661 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .planArea__cap {
    right: 31px;
    top: 265px;
  }
}

.planArea__head .guidanceTtl {
  text-align: center;
}

.planArea__head .guidanceTtl .t--05 {
  letter-spacing: -.04em;
}

.planArea__madori {
  will-change: filter, opacity, transform;
}

@media print, screen and (min-width: 769px) {
  .planArea__madori {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

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

.planArea__inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .planArea__inner {
    max-width: 1200px;
  }
}

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

.is-tb .planArea__inner {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .planArea__inner {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .planArea__cont {
    display: grid;
    gap: 50px 48px;
    grid-template-columns: 576px 576px;
    grid-template-rows: auto 1fr;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media print, screen and (min-width: 769px) {
  .planArea__cont .planMeritList {
    -ms-flex-item-align: start;
        align-self: start;
  }
}

@media only screen and (max-width: 768px) {
  .planArea__cont .planMeritList {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .planArea__head + .planArea__cont {
    margin-top: 185px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .planArea__head + .planArea__cont {
    margin-top: calc(185 / 1440 * 100vw);
  }
}

.is-tb .planArea__head + .planArea__cont {
  margin-top: calc(185 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .planArea__head + .planArea__cont {
    margin-top: 177px;
  }
}

.planArea.sai-animate .planArea__visual {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}

.planMeritList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .planMeritList {
    gap: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .planMeritList {
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.planMeritList__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  color: #4c421f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .planMeritList__item {
    border: 1px solid #d8d6cd;
    font-size: 18px;
    letter-spacing: .05em;
    width: 160px;
  }
}

@media only screen and (max-width: 768px) {
  .planMeritList__item {
    border: 1px solid rgba(216, 214, 205, 0.6);
    font-size: 14px;
    letter-spacing: 0;
    width: calc((100% - 16px) / 3);
  }
}

.planMeritList__item .inner {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .planMeritList__item .inner {
    line-height: 1.7;
  }
  .planMeritList__item .inner:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.7) * .5em);
    width: 0;
  }
  .planMeritList__item .inner:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.7) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .planMeritList__item .inner {
    line-height: 1.6;
  }
  .planMeritList__item .inner:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .planMeritList__item .inner:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

.planMeritList__item .inner .caption {
  color: #4c421f;
  display: block;
}

.qualityArea {
  background-color: #d7d5cc;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .qualityArea {
    background-color: #d7d5cc;
    margin-top: calc(189 / 1440 * 100vw);
    padding: 252px 0 60px;
  }
}

@media only screen and (max-width: 768px) {
  .qualityArea {
    margin-top: 51px;
    padding: 130px 0 137px;
  }
}

.qualityArea .waveBG {
  left: 0;
  position: absolute;
  top: 5px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .qualityArea .waveBG {
    height: 50px;
  }
}

.qualityArea__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .qualityArea__inner {
    max-width: 1200px;
  }
}

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

.is-tb .qualityArea__inner {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .qualityArea__inner {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .qualityArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 192px;
  }
}

@media print, screen and (min-width: 769px) {
  .qualityArea__head {
    width: 368px;
  }
}

@media only screen and (max-width: 768px) {
  .qualityArea__head {
    left: 0;
    left: 32px;
    position: absolute;
    width: 152px;
  }
}

.qualityArea__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 768px) {
  .qualityArea__cont {
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .qualityArea__cont .guidanceUnit {
    padding-left: 174px;
    padding-top: 41px;
  }
}

@media only screen and (max-width: 768px) {
  .qualityArea__cont .guidanceUnit .guidanceTtl {
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .qualityArea__cont .guidanceUnit + .qualityList {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .qualityArea__cont .guidanceUnit + .qualityList {
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    max-width: 270px;
  }
}

.qualityList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
}

@media print, screen and (min-width: 769px) {
  .qualityList {
    max-width: 601px;
  }
}

.qualityList__item {
  background-color: rgba(76, 66, 31, 0.4);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .qualityList__item {
    font-size: 24px;
    padding: 32px 0;
    width: calc((100% - 1px) / 2);
  }
}

@media only screen and (max-width: 768px) {
  .qualityList__item {
    font-size: 16px;
    padding: 16px 24px;
  }
}

@media only screen and (max-width: 768px) {
  .qualityList__item {
    width: 100%;
  }
}

.qualityList__item .inner {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .qualityList__item .inner {
    line-height: 2;
  }
  .qualityList__item .inner:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    width: 0;
  }
  .qualityList__item .inner:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .qualityList__item .inner {
    line-height: 1.6;
  }
  .qualityList__item .inner:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .qualityList__item .inner:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .qualityList__item:nth-child(1) {
    border-top-left-radius: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .qualityList__item:nth-child(1) {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .qualityList__item:nth-child(2) {
    border-top-right-radius: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .qualityList__item:nth-last-child(2) {
    border-bottom-left-radius: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .qualityList__item:last-child {
    border-bottom-right-radius: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .qualityList__item:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

.sceneWrap {
  bottom: 0;
  -webkit-filter: blur(10px) brightness(1.2);
          filter: blur(10px) brightness(1.2);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 100%;
  will-change: opacity, visibility, filter;
  z-index: 1;
}

.sceneWrap__inner {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.sceneShape {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.sceneShape .shapeSVG {
  height: auto;
  width: 100%;
}

.sceneShape .shapeSVG path {
  will-change: d, opacity;
}

.sceneHead {
  position: absolute;
  z-index: 4;
}

@media print, screen and (min-width: 769px) {
  .sceneHead {
    left: calc(104 / 1440 * 100vw);
    top: calc(117 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .sceneHead {
    left: 32px;
    text-align: center;
    top: 158px;
  }
}

@media only screen and (max-width: 375px) {
  .sceneHead {
    top: 120px;
  }
}

.sceneHead__ttl {
  color: #4b4426;
  -webkit-transition: color 1.5s ease-in-out;
  transition: color 1.5s ease-in-out;
  will-change: color;
}

.sceneHead__ttl.is-dark {
  color: #ffffff;
}

.sceneHead__ttl .jp {
  display: block;
  line-height: 2;
}

.sceneHead__ttl .jp:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.sceneHead__ttl .jp:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .sceneHead__ttl .jp {
    font-size: calc(22 / 1440 * 100vw);
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 768px) {
  .sceneHead__ttl .jp {
    font-size: 16px;
    letter-spacing: .14em;
  }
}

.sceneHead__ttl .en {
  display: block;
  font-family: "Ostrich Sans", sans-serif;
  font-weight: 300;
  letter-spacing: .06em;
  line-height: .8;
}

@media print, screen and (min-width: 769px) {
  .sceneHead__ttl .en {
    font-size: calc(170 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .sceneHead__ttl .en {
    font-size: 70px;
  }
}

.sceneHead__ttl .en .pack {
  letter-spacing: -.04em;
}

@media print, screen and (min-width: 769px) {
  .sceneHead__ttl .en + .jp {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneHead__ttl .en + .jp {
    margin-top: 28px;
  }
}

.sceneWing {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  will-change: opacity, visibility, transform;
  z-index: 3;
}

@media print, screen and (min-width: 769px) {
  .sceneWing {
    left: calc(317 / 1440 * 100vw);
    top: calc(230 / 1440 * 100vw);
    width: calc(138 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .sceneWing {
    left: 147px;
    top: 200px;
    width: 69px;
  }
}

.sceneWing img {
  height: auto;
  width: 100%;
}

.sceneWing.is-active {
  -webkit-animation: wingFloat 2s ease-out forwards;
          animation: wingFloat 2s ease-out forwards;
}

@-webkit-keyframes wingFloat {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(7vw, -17vw) rotate(60deg) scale(1.2);
            transform: translate(7vw, -17vw) rotate(60deg) scale(1.2);
  }
}

@keyframes wingFloat {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(7vw, -17vw) rotate(60deg) scale(1.2);
            transform: translate(7vw, -17vw) rotate(60deg) scale(1.2);
  }
}

.sceneBuilding {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

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

.sceneBuilding__day, .sceneBuilding__downward, .sceneBuilding__night {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: opacity, visibility;
  z-index: 1;
}

.sceneBuilding__day .photo, .sceneBuilding__downward .photo, .sceneBuilding__night .photo {
  height: 100%;
  width: 100%;
}

.sceneBuilding__day .photo__pic, .sceneBuilding__day .photo__image, .sceneBuilding__downward .photo__pic, .sceneBuilding__downward .photo__image, .sceneBuilding__night .photo__pic, .sceneBuilding__night .photo__image {
  height: 100%;
  width: 100%;
}

.sceneBuilding__day .photo__image, .sceneBuilding__downward .photo__image, .sceneBuilding__night .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.sceneBuilding__day {
  opacity: 1;
  visibility: visible;
  will-change: opacity, visibility;
}

.sceneBuilding__day .photo__image {
  -webkit-filter: 'brightness(1.2) blur(10px)';
          filter: 'brightness(1.2) blur(10px)';
  scale: 1.1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform, filter;
}

.sceneBuilding__downward {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  visibility: hidden;
  will-change: opacity, visibility, transform;
}

.sceneBuilding__night {
  opacity: 0;
  visibility: hidden;
}

.sceneBuilding__bird {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  width: 100%;
  will-change: opacity, visibility, transform;
  z-index: 0;
}

.sceneBuilding__bird .pic {
  height: 100%;
  width: 100%;
}

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

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

.sceneBg__sky {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: opacity, visibility;
  z-index: -1;
}

.sceneBg__sky .pic {
  display: block;
  height: 100%;
  width: 100%;
}

.sceneBg__sky .pic__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
}

.sceneBg__sky-02, .sceneBg__sky-03 {
  opacity: 0;
  visibility: hidden;
}

.sceneSlider {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  will-change: opacity, visibility;
  z-index: 6;
}

.sceneSlider .swiper-container {
  height: 100%;
  width: 100%;
}

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

@media print, screen and (min-width: 769px) {
  .towerScroll {
    padding-left: 77px;
  }
}

.towerScroll__visual {
  position: absolute;
  right: 0;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .towerScroll__visual {
    top: -177px;
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .towerScroll__visual {
    top: calc(-177 / 1440 * 100vw);
    width: calc(1000 / 1440 * 100vw);
  }
}

.is-tb .towerScroll__visual {
  top: calc(-177 / 1440 * 100vw);
  width: calc(1000 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .towerScroll__visual {
    right: -72px;
    top: -70px;
    width: 338px;
  }
}

@media only screen and (max-width: 375px) {
  .towerScroll__visual {
    right: calc(-72 / 375 * 100vw);
    top: calc(-70 / 375 * 100vw);
    width: calc(338 / 375 * 100vw);
  }
}

.towerScroll__wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .towerScroll__wrap {
    max-width: 1200px;
  }
}

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

.is-tb .towerScroll__wrap {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .towerScroll__wrap {
    padding: 0 32px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .towerScroll__sliced {
    width: 700px;
  }
}

@media only screen and (max-width: 768px) {
  .towerScroll__sliced {
    width: 298px;
  }
}

.towerScroll__middle {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}

.towerScroll__low {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.towerScroll__line {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 4;
}

.towerScroll__base {
  position: relative;
  z-index: 5;
}

.uspArea {
  color: #4c421f;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .uspArea {
    padding: 100px 0 240px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea {
    padding: 80px 0 120px;
  }
}

.uspArea:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #e5f7fa), to(#d8d6cd));
  background: linear-gradient(180deg, #e5f7fa 80%, #d8d6cd 100%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.uspArea__shape {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.uspArea__shape .shapeSVG {
  height: auto;
  width: 100%;
}

.uspArea__inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .uspArea__inner {
    max-width: 1200px;
  }
}

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

.is-tb .uspArea__inner {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .uspArea__inner {
    padding: 0 32px;
  }
}

.uspArea__heading {
  letter-spacing: 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .uspArea__heading {
    font-size: 30px;
    line-height: 2;
  }
  .uspArea__heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    width: 0;
  }
  .uspArea__heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__heading {
    font-size: 22px;
    line-height: 1.8;
  }
  .uspArea__heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.8) * .5em);
    width: 0;
  }
  .uspArea__heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.8) * .5em);
    width: 0;
  }
}

.uspArea__heading .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .uspArea__heading .num {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__heading .num {
    font-size: 34px;
  }
}

.uspArea__item {
  letter-spacing: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .uspArea__item {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__item {
    font-size: 16px;
    width: 140px;
  }
}

.uspArea__item:not(:first-child):before {
  background-color: rgba(75, 68, 38, 0.3);
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

@media print, screen and (min-width: 769px) {
  .uspArea__item:not(:first-child):before {
    left: -32px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__item:not(:first-child):before {
    left: -12px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__item--full + .uspArea__item:before {
    display: none;
  }
}

.uspArea__item .inner {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .uspArea__item .inner {
    line-height: 2;
  }
  .uspArea__item .inner:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    width: 0;
  }
  .uspArea__item .inner:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__item .inner {
    line-height: 1.6;
  }
  .uspArea__item .inner:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .uspArea__item .inner:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

.uspArea__item .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .uspArea__item .num {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__item .num {
    font-size: 20px;
  }
}

.uspArea__item .small {
  color: #7e7a6a;
  display: block;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .uspArea__item .small {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__item .small {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__item--full {
    width: 100%;
  }
}

.uspArea__list {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .uspArea__list {
    gap: 32px 64px;
    margin: 120px auto 0;
    max-width: 1200px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__list {
    gap: 40px 24px;
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .uspArea__list--small {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__list--small {
    gap: 32px 42px;
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__list--small .uspArea__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__list--small .uspArea__item:nth-child(1) {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__list--small .uspArea__item:not(:first-child):before {
    left: -21px;
  }
}

.uspArea__bg {
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: visibility 1s ease-in-out 1s, opacity 1s ease-in-out 1s;
  transition: visibility 1s ease-in-out 1s, opacity 1s ease-in-out 1s;
  visibility: hidden;
  z-index: 0;
}

@media print, screen and (min-width: 769px) {
  .uspArea__bg {
    bottom: 144px;
    width: 570px;
  }
}

@media only screen and (max-width: 768px) {
  .uspArea__bg {
    bottom: 30px;
    width: calc(100% - 80px);
  }
}

.uspArea.sai-animate .uspArea__bg {
  opacity: 1;
  visibility: visible;
}

@media print, screen and (min-width: 769px) {
  .top-concept {
    padding: 60px 0 0;
  }
}
