@keyframes pinchKeyframe {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.main video {
  display: block;
  width: 100%;
}
.main .pageHeader {
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .pageHeader {
    margin: 0.4rem 0 0;
  }
}
.main .pageHeader .wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 5.5rem 1fr 0.87rem;
  gap: 0 0.69rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .wrap {
    display: block;
  }
}
.main .pageHeader .image {
  grid-row: 1/3;
  grid-column: 1/2;
  margin: 0 0 0 -1rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image {
    margin: 0 -0.2rem;
  }
}
.main .pageHeader .image figcaption {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image figcaption {
    padding-right: 0.2rem;
  }
}
.main .pageHeader .ttl {
  display: contents;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl {
    display: block;
    margin: 0.4rem 0 0;
  }
}
.main .pageHeader .ttl .en {
  grid-row: 1/3;
  grid-column: 3/4;
  border-left: 0.02rem solid currentColor;
  writing-mode: vertical-rl;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 0.72rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .en {
    writing-mode: horizontal-tb;
    border-left: none;
    font-size: 0.32rem;
    line-height: 1;
  }
}
.main .pageHeader .ttl .ja {
  grid-row: 3/4;
  grid-column: 1/4;
  display: flex;
  gap: 0.1rem;
  padding: 0.07rem 0 0;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .ja {
    display: block;
    padding: 0.05rem 0 0;
    font-size: 0.16rem;
    line-height: 1;
  }
}
.main .pageHeader .ttl .ja::after {
  flex-grow: 1;
  align-self: flex-end;
  content: "";
  display: block;
  height: 0.02rem;
  margin: 0 0 0.03rem;
  background: currentColor;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .ja::after {
    content: none;
  }
}
.main .pageHeader .catch {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 0.95rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .catch {
    margin: 0.4rem 0 0;
    font-size: 0.23rem;
    line-height: 1.5;
  }
}
.main .pageHeader p {
  grid-row: 2/3;
  grid-column: 2/3;
  padding: 0.5rem 0 0;
  font-size: 0.18rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .pageHeader p {
    padding: 0.3rem 0 0;
    font-size: 0.16rem;
  }
}

section {
  position: relative;
  padding-top: 1.24rem;
}
@media screen and (max-width: 750px) {
  section {
    padding-top: 0.6rem;
  }
}
section h2.ttl {
  padding-bottom: 0.6rem;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  section h2.ttl {
    padding-bottom: 0.4rem;
    font-size: 0.24rem;
  }
}
section h2.ttl .en {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
section h2.ttl .small {
  display: block;
  padding-top: 0.05rem;
  font-size: 0.12rem;
  line-height: 0.19rem;
}
@media screen and (max-width: 750px) {
  section h2.ttl .small {
    font-size: 0.1rem;
    line-height: 1;
  }
}
section .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.6rem 0.5rem;
}
section .grid > li {
  grid-column: span 2;
}
section .grid > li.full {
  grid-column: span 6;
}
section .grid > li.half {
  grid-column: span 3;
}
section .grid > li.two_thirds {
  grid-column: span 4;
}
@media screen and (max-width: 750px) {
  section .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.15rem;
  }
  section .grid > li {
    grid-column: span 1;
  }
  section .grid > li.full, section .grid > li.half, section .grid > li.two_thirds, section .grid > li.sp_full {
    grid-column: span 2;
  }
}
section .grid figure {
  position: relative;
}
section .grid figure figcaption {
  position: absolute;
  inset: auto 0.1rem 0.1rem auto;
  font-size: 0.12rem;
  line-height: 1;
  text-shadow: 0 0 5px #fff;
}
section .grid figure figcaption.white {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 750px) {
  section .grid figure figcaption {
    inset: auto 0.05rem 0.05rem auto;
    font-size: 0.1rem;
  }
}
@media screen and (max-width: 750px) {
  section .grid figure.scroll1 {
    position: relative;
  }
  section .grid figure.scroll1 .scroll2 {
    overflow: scroll;
  }
  section .grid figure.scroll1::after {
    content: "";
    background: url(../../assets/imgs/ico-scroll.svg) no-repeat center/cover;
    position: absolute;
    inset: 0.05rem auto auto 0.05rem;
    height: 0.3rem;
    aspect-ratio: 1/1.3;
    filter: drop-shadow(0 0 5px #fff);
    animation: swipe 2s infinite;
  }
  @keyframes swipe {
    0% {
      transform: translateX(0);
    }
    20% {
      transform: translateX(0);
    }
    90% {
      opacity: 0.9;
    }
    100% {
      transform: translateX(120%);
      opacity: 0;
    }
  }
  section .grid figure.scroll1 img {
    width: 150%;
    max-width: none;
  }
}
section .grid .cap {
  padding-top: 0.05rem;
  font-size: 0.12rem;
  line-height: 1.4;
}
section .grid .ttl {
  padding: 0.2rem 0 0.1rem;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  section .grid .ttl {
    padding: 0.1rem 0 0.05rem;
    font-size: 0.16rem;
  }
}
@media screen and (min-width: 751px) {
  section .grid > li.full > .ttl {
    font-size: 0.3rem;
  }
}
section .grid .txt {
  font-size: 0.16rem;
  line-height: 1.5;
}
section .grid .txt small {
  display: inline-block;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  section .grid .txt {
    font-size: 0.14rem;
  }
  section .grid .txt small {
    font-size: 0.1rem;
  }
}

.anchor_nav ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem 0.15rem;
  font-size: 0.13rem;
  font-weight: 700;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .anchor_nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.15rem;
    font-size: 0.11rem;
  }
}
.anchor_nav ul a {
  background: #F5F4E8;
  display: block;
  position: relative;
  padding: 0.13rem 0.15rem 0.13rem 0;
  border-radius: 0.06rem;
  transition: 0.2s background;
}
.anchor_nav ul a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  inset: 50% 0.15rem auto auto;
  translate: 0 -50%;
}
@media screen and (min-width: 751px) {
  .anchor_nav ul a:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .anchor_nav ul a {
    padding: 0.13rem 0.1rem 0.13rem 0;
  }
  .anchor_nav ul a::after {
    inset: 50% 0.1rem auto auto;
  }
}

.sec_zeh .txt_content .ttl {
  padding-top: 0;
}
.sec_zeh .txt_content .ttl span {
  display: block;
  position: relative;
  margin-top: 0.16rem;
  padding-top: 0.16rem;
}
.sec_zeh .txt_content .ttl span::before {
  content: "";
  background: #000;
  position: absolute;
  inset: 0 auto auto 0;
  width: 0.88rem;
  height: 1px;
}

.sec_equipment .tebla_connect {
  padding-top: 0.95rem;
}
@media screen and (max-width: 750px) {
  .sec_equipment .tebla_connect {
    padding-top: 0.6rem;
  }
}
.sec_equipment .tebla_connect_ttl {
  color: #9E5D55;
  padding-bottom: 0.05rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec_equipment .tebla_connect_box .box_ttl {
  background: #8A3329;
  color: #fff;
  padding: 0.05rem 0;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec_equipment .tebla_connect_box .box_ttl {
    font-size: 0.16rem;
  }
}
.sec_equipment .tebla_connect_box .box_list {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.2rem;
  padding: 0.24rem 0.77rem;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 750px) {
  .sec_equipment .tebla_connect_box .box_list {
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.2rem;
  }
}
.sec_equipment .tebla_connect_box .box_list .a {
  width: 3rem;
}
@media screen and (max-width: 750px) {
  .sec_equipment .tebla_connect_box .box_list .a {
    width: 100%;
  }
}
.sec_equipment .tebla_connect_box .box_list .b {
  flex: 1;
}
.sec_equipment .tebla_connect_box .box_list .b ul {
  display: flex;
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  .sec_equipment .tebla_connect_box .box_list .b ul {
    gap: 0.2rem;
  }
}
.sec_equipment .tebla_connect_box .box_list .b ul li {
  flex: 1;
}
.sec_equipment .tebla_connect_box .box_list .b ul .ttl {
  background: #A54141;
  color: #fff;
  padding: 0.03rem 0;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.sec_equipment .tebla_connect_box .box_list .b ul figure {
  margin-bottom: 0.1rem;
  border: 1px solid #A54141;
}
.sec_equipment .tebla_connect_box .box_list .b ul .txt {
  font-size: 0.12rem;
  line-height: 1.6;
}
.sec_equipment .tebla_connect_txt ul {
  display: grid;
  grid-template-columns: 4rem auto;
  gap: 0.38rem;
}
@media screen and (max-width: 750px) {
  .sec_equipment .tebla_connect_txt ul {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
}
.sec_equipment .tebla_connect_txt ul .ttl {
  padding-bottom: 0.15rem;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .sec_equipment .tebla_connect_txt ul .ttl {
    padding-bottom: 0.05rem;
    font-size: 0.16rem;
  }
}
.sec_equipment .tebla_connect_txt ul .txt {
  font-size: 0.16rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .sec_equipment .tebla_connect_txt ul .txt {
    font-size: 0.14rem;
  }
}
.sec_equipment .building_features {
  padding-top: 0.95rem;
}
@media screen and (max-width: 750px) {
  .sec_equipment .building_features {
    padding-top: 0.6rem;
  }
}
.sec_equipment .building_features_ttl {
  margin-bottom: 0.3rem;
  padding: 0.04rem 0;
  font-size: 0.18rem;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 750px) {
  .sec_equipment .building_features_ttl {
    margin-bottom: 0.2rem;
    padding: 0.02rem 0;
    font-size: 0.16rem;
  }
}
@media screen and (min-width: 751px) {
  .sec_equipment .building_features > .grid {
    gap: 0.6rem 0.3rem;
  }
  .sec_equipment .building_features .common_area .grid {
    grid-template-columns: repeat(8, 1fr);
    gap: 0.3rem;
  }
  .sec_equipment .building_features .exclusive_area .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec_equipment .building_features .protect_building .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .sec_equipment .building_features .exclusive_area {
    grid-column: span 2;
  }
}

/*# sourceMappingURL=unique.css.map */
