@charset "UTF-8";
/* _head.ejs の common.theme がgothicの際はこちらのフォントを使用 */
/* カラー */
@media print, screen and (min-width: 768px) {
  .accessCard + .accessCard {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard + .accessCard {
    margin-top: calc(35 / 375 * 100vw);
  }
}

.accessCard__head {
  -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: 768px) {
  .accessCard__head {
    gap: 10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__head {
    gap: calc(10 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.accessCard__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bbc3ce;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: .99;
}

@media print, screen and (min-width: 768px) {
  .accessCard__icon {
    height: 34px;
    width: 34px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__icon {
    height: calc(30 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}

.accessCard__heading {
  color: #bbc3ce;
}

@media print, screen and (min-width: 768px) {
  .accessCard__heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__heading {
    font-size: calc(24 / 375 * 100vw);
  }
}

.accessCard__item {
  border-bottom: 1px solid #252c41;
}

@media print, screen and (min-width: 768px) {
  .accessCard__item {
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__item {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .accessCard__item + .accessCard__item {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__item + .accessCard__item {
    padding-top: calc(15 / 375 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .accessCard__item .small {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
  }
  .accessCard__item .small:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .accessCard__item .small:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .accessCard__item .small:before, .accessCard__item .small:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.accessCard__item--jp {
  font-family: "Noto Sans JP", sans-serif;
}

.accessCard__item--jp .accessCard__txt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1;
}

.accessCard__item--jp .accessCard__txt:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.accessCard__item--jp .accessCard__txt:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.accessCard__item--jp .accessCard__txt:before, .accessCard__item--jp .accessCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .accessCard__item--jp .accessCard__txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .accessCard__item--jp .accessCard__txt:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .accessCard__item--jp .accessCard__txt:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .accessCard__item--jp .accessCard__txt:before, .accessCard__item--jp .accessCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__item--jp .accessCard__txt {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
  }
  .accessCard__item--jp .accessCard__txt:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .accessCard__item--jp .accessCard__txt:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .accessCard__item--jp .accessCard__txt:before, .accessCard__item--jp .accessCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.accessCard__item--jp .accessCard__txt .station {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .accessCard__item--jp .accessCard__txt .station {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .accessCard__item--jp .accessCard__txt .large {
    font-size: 24px;
    line-height: 1;
  }
  .accessCard__item--jp .accessCard__txt .large:before {
    content: '';
    margin-top: calc((1 - 1) * .5em);
  }
  .accessCard__item--jp .accessCard__txt .large:after {
    margin-bottom: calc((1 - 1) * .5em);
  }
  .accessCard__item--jp .accessCard__txt .large:before, .accessCard__item--jp .accessCard__txt .large:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__item--jp .accessCard__txt .large {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.166;
  }
  .accessCard__item--jp .accessCard__txt .large:before {
    content: '';
    margin-top: calc((1 - 1.166) * .5em);
  }
  .accessCard__item--jp .accessCard__txt .large:after {
    margin-bottom: calc((1 - 1.166) * .5em);
  }
  .accessCard__item--jp .accessCard__txt .large:before, .accessCard__item--jp .accessCard__txt .large:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .accessCard__item--jp .accessCard__txt .small {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__item--jp .accessCard__txt .small {
    font-size: calc(11 / 375 * 100vw);
  }
}

.accessCard__item--jp .accessCard__txt .time {
  line-height: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.accessCard__item--jp .accessCard__txt .time:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.accessCard__item--jp .accessCard__txt .time:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.accessCard__item--jp .accessCard__txt .time:before, .accessCard__item--jp .accessCard__txt .time:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.accessCard__item--jp .accessCard__txt .time .num {
  font-family: "Hanken Grotesk", sans-serif;
  letter-spacing: 1.4px;
  line-height: .7;
}

@media print, screen and (min-width: 768px) {
  .accessCard__item--jp .accessCard__txt .time .num {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__item--jp .accessCard__txt .time .num {
    font-size: calc(27 / 375 * 100vw);
  }
}

.accessCard__item--jp .accessCard__txt .caption {
  font-family: "Hanken Grotesk", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .accessCard__item--jp .accessCard__txt .caption {
    font-size: 13px;
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__item--jp .accessCard__txt .caption {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
}

.accessCard__txt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .accessCard__txt {
    font-size: 28px;
    gap: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__txt {
    font-size: calc(20 / 375 * 100vw);
    gap: calc(5 / 375 * 100vw) 0;
  }
}

@media print, screen and (min-width: 768px) {
  .accessCard__txt + .small {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__txt + .small {
    margin-top: calc(5 / 375 * 100vw);
  }
}

.accessCard__txt .caption {
  width: 100%;
}

.accessSect {
  position: relative;
  z-index: 2;
}

.accessSect:after {
  background-color: #fafafa;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .accessSect:after {
    border-radius: 20px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect:after {
    border-radius: calc(10 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .accessSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 100px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .accessSect__cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 100px 0;
    width: calc(612 / 1344 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .accessSect__cont {
    padding: calc(50 / 375 * 100vw) 0;
  }
}

@media print, screen and (min-width: 768px) {
  .accessSect__cont .heading--large.heading--jp {
    font-size: 40px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
  .accessSect__cont .heading--large.heading--jp:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .accessSect__cont .heading--large.heading--jp:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .accessSect__cont .heading--large.heading--jp:before, .accessSect__cont .heading--large.heading--jp:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__cont .heading--large.heading--jp {
    font-size: calc(28 / 375 * 100vw);
    letter-spacing: .84px;
    line-height: 1.5;
  }
  .accessSect__cont .heading--large.heading--jp:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .accessSect__cont .heading--large.heading--jp:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .accessSect__cont .heading--large.heading--jp:before, .accessSect__cont .heading--large.heading--jp:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .accessSect__cont .heading + .accessCard {
    margin-top: 68px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__cont .heading + .accessCard {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.accessSect__map {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .accessSect__map {
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    margin-right: 60px;
    width: calc(672 / 1344 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .accessSect__map {
    aspect-ratio: 1 / 1;
    border-radius: calc(5 / 375 * 100vw);
    margin: 0 calc(-35 / 375 * 100vw);
    width: 100vw;
  }
}

.accessSect--jp {
  font-family: "Noto Sans JP", sans-serif;
}

.btnArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .btnArea__ttl {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.166;
  }
  .btnArea__ttl:before {
    content: '';
    margin-top: calc((1 - 1.166) * .5em);
  }
  .btnArea__ttl:after {
    margin-bottom: calc((1 - 1.166) * .5em);
  }
  .btnArea__ttl:before, .btnArea__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.btnArea__ttl--jp {
  font-family: "Noto Sans JP", sans-serif;
}

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

@media screen and (max-width: 768px) {
  .btnArea__ttl--jp {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.166;
  }
  .btnArea__ttl--jp:before {
    content: '';
    margin-top: calc((1 - 1.166) * .5em);
  }
  .btnArea__ttl--jp:after {
    margin-bottom: calc((1 - 1.166) * .5em);
  }
  .btnArea__ttl--jp:before, .btnArea__ttl--jp:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .btnArea__btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .btnArea__btn {
    margin-top: calc(20 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .listSect .tabWrap__head + .tabWrap__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .listSect .tabWrap__head + .tabWrap__cont {
    margin-top: calc(23 / 375 * 100vw);
  }
}

.listSect .tabWrap__item {
  width: 100%;
}

.mvGallery {
  --coverScale: 1;
  display: grid;
  overflow: hidden;
  position: relative;
}

.mvGallery.sai-animate {
  --coverScale: 0;
}

.mvGallery:after {
  background-color: #ffffff;
  content: '';
  height: calc(100% + 4px);
  left: -1px;
  position: absolute;
  top: -1px;
  -webkit-transform: scaleX(var(--coverScale));
          transform: scaleX(var(--coverScale));
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .83s  ease-out;
  transition: -webkit-transform .83s  ease-out;
  transition: transform .83s  ease-out;
  transition: transform .83s  ease-out, -webkit-transform .83s  ease-out;
  width: calc(100% + 4px);
  will-change: transform;
}

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

.mvGallery .photo__image {
  width: 100%;
}

.mvGallery--2 {
  grid-template-columns: 50% 50%;
}

@media print, screen and (min-width: 768px) {
  .mvGallery--2 {
    gap: 3px;
  }
}

@media screen and (max-width: 768px) {
  .mvGallery--2 {
    gap: calc(1.5 / 375 * 100vw);
  }
}

.mvGallery--2 .mvGallery__item:nth-child(1) {
  grid-column: 1/2;
}

.mvGallery--2 .mvGallery__item:nth-child(2) {
  grid-column: 2/3;
}

.mvGallery--3 {
  grid-template-columns: calc(960 / 1440 * 100%) 1fr;
  grid-template-rows: auto auto;
}

@media print, screen and (min-width: 768px) {
  .mvGallery--3 {
    gap: 3px;
  }
}

@media screen and (max-width: 768px) {
  .mvGallery--3 {
    gap: calc(1.5 / 375 * 100vw);
  }
}

.mvGallery--3 .mvGallery__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}

.mvGallery--3 .mvGallery__item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}

.mvGallery--3 .mvGallery__item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.overviewItem {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .overviewItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.5;
  }
  .overviewItem:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .overviewItem:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .overviewItem:before, .overviewItem:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .overviewItem {
    font-size: calc(14 / 375 * 100vw);
    padding-top: calc(39 / 375 * 100vw);
    line-height: 1.71;
  }
  .overviewItem:before {
    content: '';
    margin-top: calc((1 - 1.71) * .5em);
  }
  .overviewItem:after {
    margin-bottom: calc((1 - 1.71) * .5em);
  }
  .overviewItem:before, .overviewItem:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.overviewItem:first-child {
  padding-top: 0;
}

.overviewItem__ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .overviewItem__ttl {
    border-bottom: 1px solid #252c41;
    padding-bottom: 11px;
    padding-left: 9px;
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .overviewItem__ttl {
    padding-bottom: calc(9 / 375 * 100vw);
  }
  .overviewItem__ttl:after {
    background-color: #252c41;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: calc(40 / 375 * 100vw);
  }
  .overviewItem__ttl:before {
    background-color: #252c41;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    opacity: .2;
    position: absolute;
    width: 100%;
  }
}

.overviewItem__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media print, screen and (min-width: 768px) {
  .overviewItem__desc {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 11px;
    padding-left: 59px;
  }
}

@media screen and (max-width: 768px) {
  .overviewItem__desc {
    padding-top: calc(9 / 375 * 100vw);
  }
}

.overviewItem--jp {
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .overviewItem--jp {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .overviewItem--jp {
    font-size: calc(11 / 375 * 100vw);
  }
}

.overviewSect {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .overviewSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 81px;
  }
}

@media print, screen and (min-width: 768px) {
  .overviewSect__head .heading--large.heading--jp {
    font-size: 40px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
  .overviewSect__head .heading--large.heading--jp:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .overviewSect__head .heading--large.heading--jp:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .overviewSect__head .heading--large.heading--jp:before, .overviewSect__head .heading--large.heading--jp:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .overviewSect__head .heading--large.heading--jp {
    font-size: calc(28 / 375 * 100vw);
    letter-spacing: .84px;
    line-height: 1.5;
  }
  .overviewSect__head .heading--large.heading--jp:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .overviewSect__head .heading--large.heading--jp:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .overviewSect__head .heading--large.heading--jp:before, .overviewSect__head .heading--large.heading--jp:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.overviewSect__cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media print, screen and (min-width: 768px) {
  .overviewSect__cont {
    max-width: 995px;
  }
}

@media screen and (max-width: 768px) {
  .overviewSect__cont {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.overviewSect__cont .tabWrap {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .overviewSect__cont .tabWrap__head {
    gap: 30px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .overviewSect__cont .tabWrap__head {
    bottom: calc(100% + (23 / 375 * 100vw));
    position: absolute;
    right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .overviewSect__cont .tabWrap__btn:before {
    height: 6px;
    right: calc(100% + 10px);
    width: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .overviewSect__cont .tabWrap__btn .inner {
    font-size: 26px;
  }
}

@media print, screen and (min-width: 768px) {
  .overviewSect__cont .tabWrap__cont {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .overviewSect__cont .tabWrap__cont {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.propertyCard {
  display: inline-block;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .propertyCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .propertyCard {
    padding: calc(30 / 375 * 100vw) 0;
  }
}

.propertyCard__listItem {
  -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: 768px) {
  .propertyCard__listItem + .propertyCard__listItem {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .propertyCard__listItem + .propertyCard__listItem {
    margin-top: calc(8 / 375 * 100vw);
  }
}

.propertyCard__visual {
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .propertyCard__visual {
    width: 156px;
  }
}

.propertyCard__visual .photo {
  -webkit-transition: -webkit-transform .85s ease;
  transition: -webkit-transform .85s ease;
  transition: transform .85s ease;
  transition: transform .85s ease, -webkit-transform .85s ease;
}

@media screen and (max-width: 768px) {
  .propertyCard__txtWrap {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.propertyCard__ttl {
  font-weight: 500;
}

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

@media screen and (max-width: 768px) {
  .propertyCard__ttl {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.166;
  }
  .propertyCard__ttl:before {
    content: '';
    margin-top: calc((1 - 1.166) * .5em);
  }
  .propertyCard__ttl:after {
    margin-bottom: calc((1 - 1.166) * .5em);
  }
  .propertyCard__ttl:before, .propertyCard__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .propertyCard__ttl + .propertyCard__list {
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .propertyCard__ttl + .propertyCard__list {
    margin-top: calc(24 / 375 * 100vw);
  }
}

.propertyCard--jp .propertyCard__ttl {
  font-family: "Noto Sans JP", sans-serif;
}

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

@media screen and (max-width: 768px) {
  .propertyCard--jp .propertyCard__ttl {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.166;
  }
  .propertyCard--jp .propertyCard__ttl:before {
    content: '';
    margin-top: calc((1 - 1.166) * .5em);
  }
  .propertyCard--jp .propertyCard__ttl:after {
    margin-bottom: calc((1 - 1.166) * .5em);
  }
  .propertyCard--jp .propertyCard__ttl:before, .propertyCard--jp .propertyCard__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.propertyCard .underline {
  background-color: #d9d9d9;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .propertyCard .underline {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .propertyCard .underline {
    left: calc(-35 / 375 * 100vw);
    width: 100vw;
  }
}

.propertyCard .underline:after {
  background-color: #555555;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .85s ease;
  transition: -webkit-transform .85s ease;
  transition: transform .85s ease;
  transition: transform .85s ease, -webkit-transform .85s ease;
  width: 100%;
  will-change: transform;
}

@media print, screen and (min-width: 768px) {
  .propertyCard:hover .photo {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
  .propertyCard:hover .underline:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@media (hover: hover) and (pointer: fine) {
  .propertyCard:hover .photo {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
  .propertyCard:hover .underline:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

.propertyList {
  position: relative;
}

.propertyList:before {
  background-color: #d9d9d9;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .propertyList:before {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .propertyList:before {
    left: calc(-35 / 375 * 100vw);
    width: 100vw;
  }
}

.propertyList__item {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .propertyList__item:hover:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .propertyList__item:hover .underline:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (hover: hover) and (pointer: fine) {
  .propertyList__item:hover:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .propertyList__item:hover .underline:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media screen and (max-width: 768px) {
  .propertyList__item:last-child .underline {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .specialFeatures__head .headingCombi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.specialFeatures__head .headingCombi .heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .specialFeatures__head .headingCombi .heading.heading--jp {
    font-size: 40px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
  .specialFeatures__head .headingCombi .heading.heading--jp:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .specialFeatures__head .headingCombi .heading.heading--jp:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .specialFeatures__head .headingCombi .heading.heading--jp:before, .specialFeatures__head .headingCombi .heading.heading--jp:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .specialFeatures__head .headingCombi .heading.heading--jp {
    font-size: calc(28 / 375 * 100vw);
    letter-spacing: .84px;
    line-height: 1.5;
  }
  .specialFeatures__head .headingCombi .heading.heading--jp:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .specialFeatures__head .headingCombi .heading.heading--jp:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .specialFeatures__head .headingCombi .heading.heading--jp:before, .specialFeatures__head .headingCombi .heading.heading--jp:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .specialFeatures__head .headingCombi .heading + .txt {
    margin-top: 0;
    width: 670px;
  }
}

@media print, screen and (min-width: 768px) {
  .specialFeatures__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .specialFeatures__cont {
    margin-right: calc(-35 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}

.specialFeatures__cont .panoramaFigure .progressBar {
  background-color: rgba(147, 147, 147, 0.2);
}

.specialFeatures__cont .panoramaFigure .progressBar:after {
  background-color: #252c41;
}

.specialFeatures__cont .panoramaFigure__direction .svgIcon path {
  fill: #252c41;
}

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

@media print, screen and (min-width: 768px) {
  .specialFeatures__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .specialFeatures__list {
    gap: calc(35 / 375 * 100vw);
    padding-right: calc(35 / 375 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media print, screen and (min-width: 768px) {
  .specialFeatures__item .featureIcon {
    width: 125px;
  }
}

@media screen and (max-width: 768px) {
  .specialFeatures__item .featureIcon {
    width: calc(108 / 375 * 100vw);
  }
}

.specialFeatures__item .featureIcon__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .specialFeatures__item .featureIcon__icon {
    height: 125px;
    padding: 16px;
    width: 125px;
  }
}

@media screen and (max-width: 768px) {
  .specialFeatures__item .featureIcon__icon {
    height: calc(108 / 375 * 100vw);
    padding: calc(14 / 375 * 100vw);
    width: calc(108 / 375 * 100vw);
  }
}

.specialFeatures__item .featureIcon__cont .txt {
  line-height: 1.25;
}

.specialFeatures__item .featureIcon__cont .txt:after {
  content: none;
}

@media print, screen and (min-width: 768px) {
  .properties-featured {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .properties-featured {
    margin-bottom: calc(60 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .properties-specialFeatures {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  .properties-specialFeatures {
    margin-top: calc(60 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .properties-specialFeatures + .properties-access {
    margin-top: 182px;
  }
}

@media screen and (max-width: 768px) {
  .properties-specialFeatures + .properties-access {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .properties-access {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  .properties-access {
    margin-top: calc(60 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .properties-overview {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .properties-overview {
    margin-bottom: calc(60 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .properties-external {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .properties-external {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .properties-caption {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .properties-caption {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .properties-list {
    margin-bottom: 159px;
  }
}

@media screen and (max-width: 768px) {
  .properties-list {
    margin-bottom: calc(125 / 375 * 100vw);
  }
}
