@charset "UTF-8";


/* 35 STANDARD HOUSE
----------------------------------------------------------------------------- */
/* Header */
.standard-house-brand {
  background-color:var(--cc-gray-F);
}
.standard-house-brand_inner > .l-caution-A-item {
  margin-block-end:.32rem;
}
.standard-house-brand-house {
  background-color:#fff;
}
.standard-house-brand-house + .standard-house-brand-house {
  margin-block-start:.20rem;
}
.standard-house-brand-house-header {
  position:relative;
  transition-duration:var(--duration-hover-A);
  transition-property: opacity,color,background-color;
}
.standard-house-brand-house-header[aria-expanded="true"] {
  background-color:#000;
  color:#fff;
}
@media (hover) {
  .standard-house-brand-house-header:hover {
    opacity:.7;
  }
}
.standard-house-brand-house-header-copy {
  font-size:.18rem;
  line-height:1.6;
}
.standard-house-brand-house-header-name {
  line-height:1;
}
.standard-house-brand-house-header-name .sub {
}
.standard-house-brand-house-header-name .main {
  margin-inline:.5em .3em;
  font-size:.40rem;
  letter-spacing: .05em;
}
.standard-house-brand-house-header-name .ja {
}
.standard-house-brand-house-header-description {
  margin-block-start:.08rem;
}
.standard-house-brand-house-header > i {
  display:flex;
  justify-content: center;
  align-items: center;
  margin-block:auto;
  border:1px solid;
  border-radius: 50%;
  width:.40rem;
  height:.40rem;
  position:absolute;
  inset-inline-end:.40rem;
  inset-block:0;
  transition-duration:var(--duration-hover-A);
  transition-property: transform;
}
.standard-house-brand-house-header[aria-expanded="true"] > i {
  transform:rotate(180deg);
}
.standard-house-brand-house-header > i::after {
  content:"";
  display:block;
  margin-block-end:.04rem;
  width:.08rem;
  height:.08rem;
  border-inline-end:1px solid;
  border-block-end:1px solid;
  position:absolute;
  transform:rotate(45deg);
}
.standard-house-brand-house-header-img {
  position:relative;
}
.standard-house-brand-house-header-img::after {
  content:"";
  margin-block:auto;
  border-bottom:1px solid;
  width:.30rem;
  height:0;
  position:absolute;
  inset-block:0;
  inset-inline-end:-.15rem;
}
@media (min-width:768px) {
  .standard-house-brand-house-header {
    display:grid;
    grid-template-rows:1fr auto .16rem auto 1fr;
    grid-template-columns:3.40rem .60rem 1fr;
  }
  .standard-house-brand-house-header-copy {
    grid-row:2/3;
    grid-column:3/4;
  }
  .standard-house-brand-house-header-img {
    grid-row:1/6;
    grid-column:1/2;
  }
  .standard-house-brand-house-header_text {
    grid-row:4/5;
    grid-column:3/4;
  }
}
@media (max-width:767px) {
  .standard-house-brand_inner > .l-caution-A-item {
    margin-block-end:.28rem;
  }
  .standard-house-brand-house {
  }
  .standard-house-brand-house-header {
    display:flex;
    flex-wrap:wrap;
    column-gap:.24rem;
    padding-block:.28rem;
  }
  .standard-house-brand-house-header[aria-expanded="true"] {
  }
  .standard-house-brand-house-header-copy {
    margin-block-end: .20rem;
    width:100%;
    font-size:.14rem;
    text-align: center;
  }
  .standard-house-brand-house-header-img {
    flex-shrink: 0;
    width:1.40rem;
    height:1.00rem;
  }
  .standard-house-brand-house-header_text {
    display:flex;
    flex-direction: column;
    padding-block-start:.06rem;
    width: calc(100vw - 2.10rem);
  }
  .standard-house-brand-house-header-name {
    line-height:1;
    display: flex;
    flex-direction: column;
  }
  .standard-house-brand-house-header-name .sub {
  }
  .standard-house-brand-house-header-name .main {
    margin-inline:0 .3em;
    font-size:.30rem;
  }
  .standard-house-brand-house-header-name .ja {
    line-height: 1.4;
  }
  .standard-house-brand-house-header-description {
    margin-block-start:auto;
    font-size:.10rem;
    line-height:1.8;
    margin-top: 0.05rem;
  }
  .standard-house-brand-house-header > i {
    width:.30rem;
    height:.30rem;
    inset-inline-end:.20rem;
    inset-block:auto .20rem;
  }
  .standard-house-brand-house-header[aria-expanded="true"] > i {
    transform:rotate(180deg);
  }
}

/* Contents */
.standard-house-brand-house-contents {
}
.standard-house-brand-house-contents_inner {
}
@media (min-width:768px) {
  .standard-house-brand-house-contents_inner {
    padding:1.00rem;
  }
}
@media (max-width:767px) {
  .standard-house-brand-house-contents_inner {
    padding-block:.50rem;
  }
}

/* Slide */
.standard-house-brand-house-contents-splide.is-active {
  display:grid;
  grid-template-rows: auto 1px .50rem;
  grid-template-columns:1fr auto .28rem 1.00rem;
}
.standard-house-brand-house-contents-splide_track {
  grid-row:1/2;
  grid-column:1/5;
}
.standard-house-brand-house-contents-splide-pagination {
  grid-row:3/4;
  grid-column:2/3;
}
.standard-house-brand-house-contents-splide-arrows {
  display:flex;
  justify-content: center;
  align-items: center;
  grid-row:3/4;
  grid-column:4/5;
  position:relative;
}
.standard-house-brand-house-contents-splide-arrows::after {
  content:"";
  display:block;
  width:1px;
  height:.20rem;
  background-color:#fff;
  position:absolute;
  pointer-events:none;
}
.standard-house-brand-house-contents-splide-arrow {
  display:flex;
  align-items: center;
  justify-content: center;
  width:50%;
  height:100%;
  aspect-ratio: 1/1;
  background-color:#000;
  transition-duration:var(--duration-hover-A);
  transition-property: opacity;
}
.standard-house-brand-house-contents-splide-arrow svg {
  max-width:100%;
  height:auto;
}
.standard-house-brand-house-contents-splide-arrow.-prev svg {
  transform:scaleX(-1);
}
@media (hover) {
  .standard-house-brand-house-contents-splide-arrow:hover {
    opacity:.7;
  }
}
.standard-house-brand-house-contents-splide-arrow svg {
  fill:#fff;
}
.standard-house-brand-house-contents-splide-pagination {
  display:flex;
  align-items: center;
  gap:12px;
}
.standard-house-brand-house-contents-splide-pagination > li {
  flex-shrink: 0;
  width:6px;
  height:6px;
}
.standard-house-brand-house-contents-splide-page {
  display:block;
  border-radius:50%;
  width:100%;
  height:100%;
  background-color:var(--cc-gray-C);
  transition-duration:var(--duration-hover-A);
  transition-property: background-color;
}
.standard-house-brand-house-contents-splide-page.is-active {
  background-color:#000;
}
.standard-house-brand-house-contents-splide-item {
  height:6.40rem;
}
@media (min-width:768px) {
}
@media (max-width:767px) {
  /* Slide */
  .standard-house-brand-house-contents-splide.is-active {
    grid-template-rows: auto 1px .40rem;
    grid-template-columns:1fr auto .20rem .80rem;
  }
  .standard-house-brand-house-contents-splide-pagination {
    gap:8px;
  }
  .standard-house-brand-house-contents-splide-pagination > li {
    width:5px;
    height:5px;
  }
  .standard-house-brand-house-contents-splide-item {
    height:2.00rem;
  }
}

/* Info */
.standard-house-brand-house-contents-info {
  margin-block-start:var(--mb-G);
}
.standard-house-brand-house-contents-info-detail-name {
  display:flex;
  flex-wrap:wrap;
  align-items: flex-end;
  row-gap:.08rem;
  margin-block-end:.16rem;
  line-height:1;
}
.standard-house-brand-house-contents-info-detail-name > .main {
  margin-inline:.5em;
  font-size:.30rem;
  letter-spacing: .05em;
  line-height:.85;
}
.standard-house-brand-house-contents-info-detail-name > .type {
  margin-inline-start:auto;
}
.standard-house-brand-house-contents-info-detail_inner {
  border-block:1px solid;
  padding-block:.28rem;
}
.standard-house-brand-house-contents-info-detail-price {
  margin-block-end:.08rem;
  line-height:1.2;
}
.standard-house-brand-house-contents-info-detail-price .unit {
  font-size:.18rem;
}
.standard-house-brand-house-contents-info-detail-price .price {
  margin-inline:.05em;
  font-size:.50rem;
  position:relative;
  bottom:-.03em;
}
.standard-house-brand-house-contents-info-detail-price .range {
  font-size:.25rem;
}
.standard-house-brand-house-contents-info-detail-link {
  margin-block-start:.32rem;
}
.standard-house-brand-house-contents-info-floormap {
  display:flex;
  flex-direction: column;
  gap:.20rem;
}
.standard-house-brand-house-contents-info-floormap-item {
  position:relative;
  z-index: 1;
}
.standard-house-brand-house-contents-info-floormap-item > .floor {
  display:flex;
  justify-content: center;
  align-items: center;
  width:.50rem;
  height:.50rem;
  font-size:.18rem;
  letter-spacing: .05em;
  color:#fff;
  background-color:#000;
  position:absolute;
  top:0;
  left:0;
}
.standard-house-brand-house-contents-info-floormap-item::after {
  content:"";
  border:1px solid;
  position:absolute;
  inset:0;
  pointer-events:none;
}
.standard-house-brand-house-contents-info-floormap-item img {
  width:100%;
}
.standard-house-brand-house-contents-info-floormap-item > i {
  display:flex;
  justify-content:center;
  align-items: center;
  border-radius:50%;
  width:.40rem;
  height:.40rem;
  background-color:#000;
  position:absolute;
  right:.20rem;
  bottom:.20rem;
}
.standard-house-brand-house-contents-info-floormap-item > i::before,
.standard-house-brand-house-contents-info-floormap-item > i::after {
  content:"";
  display:block;
  background-color:#fff;
  position:absolute;
}
.standard-house-brand-house-contents-info-floormap-item > i::before {
  width:calc(.20rem + 1px);
  height:1px;
}
.standard-house-brand-house-contents-info-floormap-item > i::after {
  height:calc(.20rem + 1px);
  width:1px;
}
@media (min-width:768px) {
  .standard-house-brand-house-contents-info {
    display:flex;
    justify-content: space-between;
  }
  .standard-house-brand-house-contents-info > * {
    width:4.60rem;
  }
  :is(.standard-house-brand-house-contents-info_text > .l-coution-A,.standard-house-brand-house-contents-info-description) {
    margin-block-end:.24rem;
  }
  .standard-house-brand-house-contents-info_text {
    display:flex;
    flex-direction: column;
  }
  .standard-house-brand-house-contents-info-detail {
    margin-block-start:auto;
  }
}
@media (max-width:767px) {
  .standard-house-brand-house-contents-info_text > .l-caution-A {
    margin-block-start:.20rem;
  }
  .standard-house-brand-house-contents-info-detail {
    margin-block-start:.32rem;
  }
  .standard-house-brand-house-contents-info-detail-name {
    row-gap:.04rem;
    padding-inline-start:.10rem;
    margin-block-end:.08rem;
    line-height:1;
  }
  .standard-house-brand-house-contents-info-detail-name > .main {
    margin-inline:.3em;
    font-size:.23rem;
  }
  .standard-house-brand-house-contents-info-detail_inner {
    padding-inline:.10rem;
  }
  .standard-house-brand-house-contents-info-detail-price {
  }
  .standard-house-brand-house-contents-info-detail-price .unit {
    font-size:.15rem;
  }
  .standard-house-brand-house-contents-info-detail-price .price {
    margin-inline:.03em;
    font-size:.37rem;
    bottom:-.025em;
  }
  .standard-house-brand-house-contents-info-detail-price .range {
    font-size:.2rem;
  }
  .standard-house-brand-house-contents-info-detail-link {
    margin-block-start:.24rem;
  }
  .standard-house-brand-house-contents-info-detail-link > .l-button-A {
    margin-inline-start:0;
    padding-block:0;
    min-width:1.80rem;
    min-height:.375rem;
  }
  .standard-house-brand-house-contents-info-floormap {
    margin-block-start:.50rem;
  }
  .standard-house-brand-house-contents-info-floormap-item {
  }
  .standard-house-brand-house-contents-info-floormap-item > .floor {
    width:.35rem;
    height:.35rem;
    font-size:.13rem;
  }
  .standard-house-brand-house-contents-info-floormap-item > i {
    width:.30rem;
    height:.30rem;
    right:.10rem;
    bottom:.10rem;
  }
  .standard-house-brand-house-contents-info-floormap-item > i::before {
    width:.15rem;
  }
  .standard-house-brand-house-contents-info-floormap-item > i::after {
    height:.15rem;
  }
}


@media (min-width:768px) {
}
@media (max-width:767px) {
}


@media (min-width:768px) {
}
@media (max-width:767px) {
}


/* Modal
----------------------------------------------------------------------------- */
body.__modal-active {
  overflow-y: hidden;
}

[data-modal-group] {
  position: relative;
  z-index: 1;
}

[data-modal-img] {
  transition-property: opacity;
  transition-duration: var(--duration-hover-A);
}
@media (hover) {
  [data-modal-img]:hover {
    opacity:.7;
  }
}
.__modal-active [data-modal-img] {
  pointer-events: none;
}

.modal-img_wrap {
  display: block;
  box-sizing: border-box;
  margin: auto;
  padding: 0 0.8rem;
  z-index: 2;
  width: calc(100% - 1.2rem);
  max-width: 11.2rem;
  height: calc(100vh - 2rem);
  z-index: 250000;
  opacity: 0;
  transition: opacity var(--duration-hover-A);
  position: fixed;
  top: -1rem;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-tap-highlight-color: transparent !important;
}
.modal-img_wrap:focus {
  outline: none !important;
}
@media (max-width: 767px) {
  .modal-img_wrap {
    top: -0.5rem;
    padding: 0;
    width: calc(100% - 0.4rem);
    height: calc(100vh - 1rem);
  }
}
.__modal-active .modal-img_wrap {
  opacity: 1;
  pointer-events: auto;
}
.__modal-noclick .modal-img_wrap {
  pointer-events: none !important;
}
.modal-img_wrap .modal_img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform var(--duration-hover-A), opacity var(--duration-hover-A);
  opacity: 0;
  pointer-events: none;
}
.modal-img_wrap .modal_img.__view {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .modal-img_wrap .modal_img {
    top: 0.25rem;
    bottom: 0.25rem;
  }
}
.modal-img_wrap .modal_close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: auto;
  padding: 0.04rem 0;
  width: fit-content;
  height: calc(1em + 0.08rem);
  text-align: left;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.modal-img_wrap .modal_close.__view {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .modal-img_wrap .modal_close {
    top: 0.5rem;
  }
}
.modal-img_wrap .modal_close i {
  order: -1;
  display: block;
  border-radius: 50%;
  margin-right: 0.08rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  position: relative;
}
@media (max-width: 767px) {
  .modal-img_wrap .modal_close i {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.modal-img_wrap .modal_close i:before, .modal-img_wrap .modal_close i:after {
  content: "";
  display: block;
  margin: auto;
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  inset: 0;
}
.modal-img_wrap .modal_close i:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-img_wrap .modal_close i:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-img_wrap .arr {
  margin: auto;
  width: 0.4rem;
  height: 100%;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
}
.modal-img_wrap .arr[style] {
  opacity: 1;
}
@media (max-width: 767px) {
  .modal-img_wrap .arr {
    width: 0.36rem;
  }
}
.modal-img_wrap .arr:before, .modal-img_wrap .arr:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
}
.modal-img_wrap .arr:before {
  border-radius: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #000;
}
.modal-img_wrap .arr:after {
  width: 0.1rem;
  height: 0.1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.modal-img_wrap .arr._r {
  right: -100%;
  transition-property: right, opacity;
  transition-duration: var(--duration-hover-A);
}
.modal-img_wrap .arr._r:after {
  right: 0.04rem;
  transform: rotate(45deg);
}
.modal-img_wrap .arr._l {
  left: -100%;
  transition-property: left, opacity;
  transition-duration: var(--duration-hover-A);
}
.modal-img_wrap .arr._l:after {
  left: 0.04rem;
  transform: rotate(225deg);
}
.modal-img_wrap.view .modal_close {
  opacity: 1;
}

.modal-img-overlay {
  opacity: 0.8;
  width: 100%;
  height: 120%;
  background-color: #484848;
  mix-blend-mode: multiply;
  position: fixed;
  top: -10%;
  left: 0;
  z-index: 14999;
  pointer-events: none;
  transition: opacity var(--duration-hover-A);
  opacity: 0;
}
.__modal-active .modal-img-overlay {
  opacity: 1;
  pointer-events: auto;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modal-img-loading {
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  margin: auto;
  top: -1.2rem;
  left: -0.05rem;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .modal-img-loading {
    top: -0.6rem;
  }
}
.modal-img-loading > div {
  -webkit-animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
  margin: 2px;
}
.modal-img-loading > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}
.modal-img-loading > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}
.modal-img-loading > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}
.modal-img-loading > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}
.modal-img-loading > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}
.modal-img-loading > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}
.modal-img-loading > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}
.modal-img-loading > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}