/*********************************

_variables.scss

*********************************/
/*********************************

_mixins.scss

*********************************/
/*********************************

_functions.scss

*********************************/
/*********************************

_kv.scss

*********************************/
.kv {
  margin: 0 auto;
  width: 100%;
}
.kv__container {
  width: 100%;
}
.kv__bg {
  padding: 0 9.0277777778vw;
  width: 100%;
  min-height: 20.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kv__heading {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5vw;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 2.1;
  color: #fff;
}
.kv.page--location .kv__bg {
  background-image: url(../images/common/kv/bg-location-page.webp);
}
.kv.page--propertyOverview .kv__bg, .kv.page--propertyInformation .kv__bg {
  background-image: url(../images/common/kv/bg-property-overview-page.webp);
}
.kv.page--structureAndWarranty .kv__bg {
  background-image: url(../images/common/kv/bg-structure-and-warranty-page.webp);
}
.kv.page--equipmentAndSpecifications .kv__bg {
  background-image: url(../images/common/kv/bg-equipment-and-specifications-page.webp);
}
.kv.page--blockDesign .kv__bg {
  background-image: url(../images/common/kv/bg-block-design-page.webp);
}
.kv.page--floorPlan .kv__bg {
  background-image: url(../images/common/kv/bg-floor-plan-page.webp);
}

@media print, screen and (max-width: 768px) {
  .kv__bg {
    padding: 0 10.2564102564vw;
    min-height: 38.4615384615vw;
  }
  .kv__heading {
    font-size: 5.1282051282vw;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .kv.page--location .kv__bg {
    background-image: url(../images/common/kv/bg-location-page-mob.webp);
  }
  .kv.page--propertyOverview .kv__bg, .kv.page--propertyInformation .kv__bg {
    background-image: url(../images/common/kv/bg-property-overview-page-mob.webp);
  }
  .kv.page--structureAndWarranty .kv__bg {
    background-image: url(../images/common/kv/bg-structure-and-warranty-page-mob.webp);
  }
  .kv.page--equipmentAndSpecifications .kv__bg {
    background-image: url(../images/common/kv/bg-equipment-and-specifications-page-mob.webp);
  }
  .kv.page--blockDesign .kv__bg {
    background-image: url(../images/common/kv/bg-block-design-page-mob.webp);
  }
  .kv.page--floorPlan .kv__bg {
    background-image: url(../images/common/kv/bg-floor-plan-page-mob.webp);
  }
}
/*********************************

_pagination.scss

*********************************/
.pagination {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.pagination__container {
  padding: 0.6944444444vw 9.8902777778vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination__item {
  font-family: "Shippori Mincho", serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #CACACA;
}

@media print, screen and (max-width: 768px) {
  .pagination__container {
    padding: 2.3076923077vw 6.3743589744vw 0;
  }
  .pagination__item {
    font-size: 2.5641025641vw;
  }
}
/*********************************

_introKv.scss

*********************************/
.introKv {
  margin: 6.4236111111vw auto 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
.introKv__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.introKv__thumb {
  width: 65.2777777778vw;
  min-height: 26.3888888889vw;
}
.introKv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.introKv__ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
}
.introKv__ttl span.normalWritingMode {
  letter-spacing: 0.04em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.introKv.introKv__locationPage .introKv__container {
  gap: 9.5076388889vw;
}
.introKv.introKv__locationPage .introKv__ttl {
  letter-spacing: 0.1em;
}
.introKv.introKv__locationPage .introKv__ttl:first-child {
  margin-right: 2.7777777778vw;
}
.introKv.introKv__locationPage .introKv__ttl:nth-child(2) {
  margin-right: 2.3611111111vw;
}
.introKv.introKv__locationPage .introKv__ttl:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introKv.introKv__locationPage .introKv__ttl:last-child span {
  margin-bottom: 0.3472222222vw;
}
.introKv.introKv__structureAndWarrantyPage .introKv__container {
  gap: 4.8951388889vw;
}
.introKv.introKv__structureAndWarrantyPage .introKv__ttl {
  margin-right: 2.7777777778vw;
}
.introKv.introKv__structureAndWarrantyPage .introKv__ttl:last-child {
  margin-right: 0;
}
.introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv {
  margin-top: 0;
}
.introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8.9659722222vw;
}
.introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__thumb {
  width: 57.2840277778vw;
  min-height: 26.3888888889vw;
}
.introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__ttlSub-1 {
  margin-right: 1.3888888889vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #CACACA;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
}
.introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__ttlSub-2 {
  margin-right: 5.46875vw;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #CACACA;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
}
.introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__ttl:nth-of-type(1) {
  margin-right: 2.7777777778vw;
}
.introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__ttl:nth-of-type(2) {
  margin-right: 2.7777777778vw;
}
.introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__ttl:nth-of-type(3) {
  margin-right: 2.7777777778vw;
}
.introKv.introKv__structureAndWarrantyPage.longTermWarranty__introKv {
  margin-top: 0;
}
.introKv.introKv__structureAndWarrantyPage.longTermWarranty__introKv .introKv__container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6.8569444444vw;
}
.introKv.introKv__structureAndWarrantyPage.longTermWarranty__introKv .introKv__thumb {
  width: 64.4444444444vw;
  min-height: 26.3888888889vw;
}
.introKv.introKv__structureAndWarrantyPage.longTermWarranty__introKv .introKv__thumb figcaption {
  margin: 1.0986111111vw 0 4.1666666667vw;
  padding-left: 9.8958333333vw;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1;
}
.introKv.introKv__structureAndWarrantyPage.afterSalesService__introKv {
  margin-top: 0;
}
.introKv.introKv__structureAndWarrantyPage.afterSalesService__introKv .introKv__container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5.4506944444vw;
}
.introKv.introKv__structureAndWarrantyPage.afterSalesService__introKv .introKv__thumb {
  width: 65.0694444444vw;
  min-height: 26.3888888889vw;
}
.introKv.introKv__structureAndWarrantyPage.afterSalesService__introKv .introKv__thumb figcaption {
  margin: 1.0986111111vw 0 0;
  width: 56.1805555556vw;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1;
}
.introKv.introKv__equipmentAndSpecificationsPage .introKv__ttlSub-1 {
  margin-right: 1.3888888889vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 0.75;
  color: #CACACA;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
}
.introKv.introKv__equipmentAndSpecificationsPage .introKv__ttlSub-2 {
  margin-right: 4.2361111111vw;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #CACACA;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
}
.introKv.introKv__equipmentAndSpecificationsPage .introKv__ttl {
  margin-right: 2.7777777778vw;
}
.introKv.introKv__equipmentAndSpecificationsPage .introKv__ttl:last-child {
  margin-right: 0;
}
.introKv.introKv__equipmentAndSpecificationsPage.bath__introKv {
  margin-top: 0;
}
.introKv.introKv__equipmentAndSpecificationsPage.bath__introKv .introKv__container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5.4166666667vw;
}
.introKv.introKv__equipmentAndSpecificationsPage.bath__introKv .introKv__ttl {
  font-size: 2.3611111111vw;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.introKv.introKv__equipmentAndSpecificationsPage.bath__introKv .introKv__thumb {
  width: 57.2916666667vw;
  min-height: 26.3888888889vw;
}
.introKv.introKv__equipmentAndSpecificationsPage.bath__introKv .introKv__thumb figcaption {
  margin: 0.6944444444vw 0 0;
  width: 49.7222222222vw;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1;
}
.introKv.introKv__equipmentAndSpecificationsPage.sanitary__introKv {
  margin-top: 0;
}
.introKv.introKv__equipmentAndSpecificationsPage.sanitary__introKv .introKv__container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.introKv.introKv__equipmentAndSpecificationsPage.sanitary__introKv .introKv__ttlSub-2 {
  margin-right: 5.1875vw;
}
.introKv.introKv__equipmentAndSpecificationsPage.sanitary__introKv .introKv__ttl {
  font-size: 2.3611111111vw;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.introKv.introKv__equipmentAndSpecificationsPage.sanitary__introKv .introKv__thumb {
  width: 65vw;
  min-height: 26.3888888889vw;
  position: relative;
}
.introKv.introKv__equipmentAndSpecificationsPage.sanitary__introKv .introKv__thumb figcaption {
  position: absolute;
  margin: 0.6944444444vw 0 0;
  padding-left: 9.1222222222vw;
  width: 110%;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.004em;
  line-height: 2.1;
}
.introKv.introKv__equipmentAndSpecificationsPage.exterior__introKv {
  margin-top: 0;
}
.introKv.introKv__equipmentAndSpecificationsPage.exterior__introKv .introKv__container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4.5833333333vw;
}
.introKv.introKv__equipmentAndSpecificationsPage.exterior__introKv .introKv__ttlSub-2 {
  margin-right: 5.8472222222vw;
}
.introKv.introKv__equipmentAndSpecificationsPage.exterior__introKv .introKv__ttl {
  font-size: 2.3611111111vw;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.introKv.introKv__equipmentAndSpecificationsPage.exterior__introKv .introKv__thumb {
  width: 61.25vw;
  min-height: 26.3888888889vw;
}
.introKv.introKv__equipmentAndSpecificationsPage.exterior__introKv .introKv__thumb figcaption {
  margin: 1.1340277778vw 0 0 auto;
  padding-right: 8.9583333333vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1;
  text-align: right;
}
.introKv.introKv__equipmentAndSpecificationsPage.smileTown__introKv {
  margin-top: 0;
}
.introKv.introKv__equipmentAndSpecificationsPage.smileTown__introKv .introKv__container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 7.8472222222vw;
}
.introKv.introKv__equipmentAndSpecificationsPage.smileTown__introKv .introKv__ttl {
  font-size: 2.3611111111vw;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.introKv.introKv__equipmentAndSpecificationsPage.smileTown__introKv .introKv__thumb {
  width: 65vw;
  min-height: 34.7222222222vw;
}
.introKv.introKv__equipmentAndSpecificationsPage.smileTown__introKv .introKv__thumb figcaption {
  margin: 2.7777777778vw 0 0;
  padding-left: 9.0277777778vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1;
}
.introKv.introKv__floorPlan .introKv__ttlSub-1 {
  margin-right: 1.3888888889vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 0.75;
  color: #CACACA;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
}
.introKv.introKv__floorPlan .introKv__ttlSub-2 {
  margin-right: 4.0972222222vw;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #CACACA;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
}
.introKv.introKv__floorPlan .introKv__ttl {
  margin-right: 2.7777777778vw;
}
.introKv.introKv__floorPlan .introKv__ttl:last-child {
  margin-right: 0;
}

@media print, screen and (max-width: 768px) {
  .introKv {
    margin: 13.0769230769vw auto 0;
  }
  .introKv__thumb {
    width: 61.5384615385vw;
    min-height: 54.6153846154vw;
  }
  .introKv__ttl {
    font-size: 5.1282051282vw;
    letter-spacing: 0.13em;
    line-height: 1.3;
  }
  .introKv.introKv__locationPage .introKv__container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 5.4128205128vw;
  }
  .introKv.introKv__locationPage .introKv__contents {
    height: auto;
  }
  .introKv.introKv__locationPage .introKv__ttl {
    letter-spacing: 0.3em;
  }
  .introKv.introKv__locationPage .introKv__ttl:first-child {
    margin-right: 2.5641025641vw;
  }
  .introKv.introKv__locationPage .introKv__ttl:nth-child(2) {
    margin-right: 2.5641025641vw;
  }
  .introKv.introKv__locationPage .introKv__ttl:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .introKv.introKv__locationPage .introKv__ttl:last-child span {
    margin-bottom: 1.2820512821vw;
  }
  .introKv.introKv__structureAndWarrantyPage .introKv__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.3333333333vw;
  }
  .introKv.introKv__structureAndWarrantyPage .introKv__thumb {
    width: 55.3846153846vw;
    min-height: 54.6153846154vw;
  }
  .introKv.introKv__structureAndWarrantyPage .introKv__ttl {
    letter-spacing: 0.3em;
    margin-right: 2.5641025641vw;
  }
  .introKv.introKv__structureAndWarrantyPage .introKv__ttl:nth-child(2) {
    margin-right: 2.5641025641vw;
  }
  .introKv.introKv__structureAndWarrantyPage .introKv__ttl:nth-child(3) {
    margin-right: 2.5641025641vw;
  }
  .introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv {
    margin-top: 0;
  }
  .introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__container {
    gap: 3.8461538462vw;
  }
  .introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__thumb {
    width: 42.3076923077vw;
    min-height: 55.8974358974vw;
  }
  .introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__ttlSub-1 {
    margin-right: 0;
    font-size: 14.1025641026vw;
  }
  .introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__ttlSub-2 {
    margin-right: 2.0974358974vw;
    font-size: 3.0769230769vw;
    line-height: 1.4;
  }
  .introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__ttl:nth-of-type(1) {
    margin-right: 2.5641025641vw;
  }
  .introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__ttl:nth-of-type(2) {
    margin-right: 2.5641025641vw;
  }
  .introKv.introKv__structureAndWarrantyPage.basicPerformance__introKv .introKv__ttl:nth-of-type(3) {
    margin-right: 2.5641025641vw;
  }
  .introKv.introKv__structureAndWarrantyPage.longTermWarranty__introKv {
    margin-top: 0;
  }
  .introKv.introKv__structureAndWarrantyPage.longTermWarranty__introKv .introKv__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4.7179487179vw;
  }
  .introKv.introKv__structureAndWarrantyPage.longTermWarranty__introKv .introKv__thumb {
    width: 62.0512820513vw;
    min-height: 55.8974358974vw;
  }
  .introKv.introKv__structureAndWarrantyPage.longTermWarranty__introKv .introKv__thumb figcaption {
    margin: 1.2820512821vw 0 14.358974359vw;
    padding-left: 6.4384615385vw;
    width: 100%;
    font-size: 3.5897435897vw;
    line-height: 2;
  }
  .introKv.introKv__structureAndWarrantyPage.longTermWarranty__introKv .introKv__ttl {
    margin-right: 1.2820512821vw;
  }
  .introKv.introKv__structureAndWarrantyPage.longTermWarranty__introKv .introKv__ttl:nth-child(3) {
    margin-right: 0;
  }
  .introKv.introKv__structureAndWarrantyPage.afterSalesService__introKv {
    margin-top: 0;
  }
  .introKv.introKv__structureAndWarrantyPage.afterSalesService__introKv .introKv__container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5.1282051282vw;
  }
  .introKv.introKv__structureAndWarrantyPage.afterSalesService__introKv .introKv__thumb {
    width: 63.5897435897vw;
    min-height: 55.8974358974vw;
  }
  .introKv.introKv__structureAndWarrantyPage.afterSalesService__introKv .introKv__thumb figcaption {
    margin: 4.1025641026vw 0 0;
    width: 56.4102564103vw;
    font-size: 3.5897435897vw;
    line-height: 2;
  }
  .introKv.introKv__equipmentAndSpecificationsPage .introKv__ttlSub-1 {
    margin-right: 0;
    font-size: 14.1025641026vw;
    line-height: 1;
  }
  .introKv.introKv__equipmentAndSpecificationsPage .introKv__ttlSub-2 {
    margin-right: 2.8666666667vw;
    font-size: 3.0769230769vw;
    letter-spacing: 0.07em;
    line-height: 1.4;
  }
  .introKv.introKv__equipmentAndSpecificationsPage .introKv__ttl {
    margin-right: 1.2820512821vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage .introKv__ttl:nth-last-child(1) {
    margin-right: 0.2564102564vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage .introKv__ttl:last-child {
    margin-right: 0;
  }
  .introKv.introKv__equipmentAndSpecificationsPage .introKv__thumb {
    width: 46.1538461538vw;
    min-height: 55.8974358974vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.bath__introKv {
    margin-top: 0;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.bath__introKv .introKv__container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 7.6923076923vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.bath__introKv .introKv__ttlSub-2 {
    margin-right: 0;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.bath__introKv .introKv__ttl {
    font-size: 5.1282051282vw;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.bath__introKv .introKv__thumb {
    width: 67.6923076923vw;
    min-height: 55.8974358974vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.bath__introKv .introKv__thumb figcaption {
    margin: 5.641025641vw 0 0 17.6923076923vw;
    width: 43.3333333333vw;
    font-size: 3.5897435897vw;
    line-height: 2;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.sanitary__introKv .introKv__container {
    gap: 3.3333333333vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.sanitary__introKv .introKv__ttlSub-2 {
    margin-right: 2.3538461538vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.sanitary__introKv .introKv__ttl {
    font-size: 5.1282051282vw;
    letter-spacing: 0.3em;
    line-height: 1.3;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.sanitary__introKv .introKv__thumb {
    width: 42.8205128205vw;
    min-height: 54.6153846154vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.sanitary__introKv .introKv__thumb figcaption {
    margin: 5.641025641vw 0 0 6.4102564103vw;
    padding-left: 0;
    width: 53.8461538462vw;
    font-size: 3.5897435897vw;
    line-height: 2;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.exterior__introKv .introKv__container {
    gap: 0;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.exterior__introKv .introKv__ttlSub-2 {
    margin-right: 9.4871794872vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.exterior__introKv .introKv__ttl {
    font-size: 5.1282051282vw;
    letter-spacing: 0.3em;
    line-height: 1.3;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.exterior__introKv .introKv__thumb {
    width: 65.641025641vw;
    min-height: 51.2820512821vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.exterior__introKv .introKv__thumb figcaption {
    margin: -1.9230769231vw 0 0 auto;
    padding-right: 4.1025641026vw;
    font-size: 2.5641025641vw;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.smileTown__introKv {
    margin-top: 0;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.smileTown__introKv .introKv__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.0769230769vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.smileTown__introKv .introKv__ttl {
    font-size: 5.1282051282vw;
    letter-spacing: 0.3em;
    line-height: 1.3;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.smileTown__introKv .introKv__thumb {
    width: 65.3846153846vw;
    min-height: 66.6666666667vw;
  }
  .introKv.introKv__equipmentAndSpecificationsPage.smileTown__introKv .introKv__thumb figcaption {
    margin: 9.7435897436vw 0 0;
    padding-left: 6.4102564103vw;
    width: 63.5897435897vw;
    font-size: 3.5897435897vw;
    line-height: 2;
  }
  .introKv.introKv__floorPlan .introKv__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .introKv.introKv__floorPlan .introKv__thumb {
    width: 45.1282051282vw;
    min-height: 54.6153846154vw;
  }
  .introKv.introKv__floorPlan .introKv__ttlSub-1 {
    margin-right: 0;
    font-size: 14.1025641026vw;
    line-height: 1;
  }
  .introKv.introKv__floorPlan .introKv__ttlSub-2 {
    margin-right: 2.3076923077vw;
    font-size: 3.0769230769vw;
    letter-spacing: 0.07em;
    line-height: 1.4;
  }
  .introKv.introKv__floorPlan .introKv__ttl {
    letter-spacing: 0.3em;
    margin-right: 1.2820512821vw;
  }
  .introKv.introKv__floorPlan .introKv__ttl:last-child {
    margin-right: 0;
  }
  .introKv.introKv__floorPlan--ideas .introKv__thumb {
    width: 45.641025641vw;
    min-height: 123.0769230769vw;
  }
  .introKv.introKv__floorPlan--ideas .introKv__ttlSub-2 {
    margin-right: 3.8461538462vw;
  }
  .introKv.introKv__floorPlan--ideas .introKv__ttl {
    margin-right: 2.5641025641vw;
  }
  .introKv.introKv__floorPlan--ideas .introKv__ttl:last-child {
    margin-right: 0;
  }
}
/*********************************

_yado.scss

*********************************/
.yado {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.yado__container {
  margin: 0 auto 0;
  padding: 9.0277777778vw 0 7.5694444444vw;
  width: 82.2916666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.4722222222vw;
}
.yado__heading {
  padding-top: 4.2708333333vw;
  width: 100%;
  max-width: 11.8055555556vw;
}
.yado__heading h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5416666667vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #f5f5f5;
}
.yado__heading p {
  font-family: "Shippori Mincho", serif;
  font-size: 0.9722222222vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1;
  color: #f5f5f5;
}
.yado__heading p span {
  font-size: 0.8333333333vw;
}
.yado__contents {
  width: 100%;
  max-width: 67.5vw;
}
.yado__gallery {
  margin-bottom: 2.1159722222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6944444444vw 0.625vw;
}
.yado__gallery__itm {
  width: calc(33% - 0.2083333333vw);
  min-height: 13.8888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.yado__gallery__itm h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3888888889vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.yado__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5680555556vw;
}
.yado__cta__itm {
  width: 100%;
  max-width: 32.9861111111vw;
  min-height: 10.1388888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.yado__cta__itm:nth-child(1) {
  padding-left: 6.8243055556vw;
  background-image: url(../images/common/yado/bg-cta-pdf.webp);
}
.yado__cta__itm:nth-child(1) .yado__cta__icon {
  width: 2.6875vw;
  height: 2.9333333333vw;
}
.yado__cta__itm:nth-child(1) * {
  color: #000;
}
.yado__cta__itm:nth-child(2) {
  padding-left: 8.9930555556vw;
  background-image: url(../images/common/yado/bg-cta-contact.webp);
}
.yado__cta__itm:nth-child(2) .yado__cta__icon {
  width: 2.8027777778vw;
  height: 1.875vw;
}
.yado__cta__itm:nth-child(2) * {
  color: #fff;
}
.yado__cta__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0270833333vw;
}
.yado__cta__ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3888888889vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.yado__cta__ttl span.ttlEn {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1111111111vw;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1;
}
.yado__cta__desc {
  margin-top: 0.6944444444vw;
  font-family: "Shippori Mincho", serif;
  font-size: 0.9027777778vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media print, screen and (max-width: 768px) {
  .yado__container {
    padding: 15.3846153846vw 0 12.3076923077vw;
    width: 84.6153846154vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.2564102564vw;
  }
  .yado__heading {
    padding-top: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .yado__heading h2 {
    font-size: 13.2256410256vw;
    line-height: 1;
  }
  .yado__heading p {
    font-size: 3.5897435897vw;
  }
  .yado__heading p span {
    font-size: 3.0769230769vw;
  }
  .yado__contents {
    max-width: 100%;
  }
  .yado__gallery {
    margin-bottom: 5.641025641vw;
    gap: 1.2820512821vw 1.2820512821vw;
  }
  .yado__gallery__itm {
    width: 41.6666666667vw;
    min-height: 35.8974358974vw;
  }
  .yado__gallery__itm h3 {
    font-size: 3.5897435897vw;
    line-height: 1.2;
    text-align: center;
  }
  .yado__cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.8461538462vw;
  }
  .yado__cta__itm {
    max-width: 84.6153846154vw;
    min-height: 37.1794871795vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .yado__cta__itm:nth-child(1) {
    padding-left: 0;
    background-image: url(../images/common/yado/bg-cta-pdf-mob.webp);
  }
  .yado__cta__itm:nth-child(1) .yado__cta__icon {
    width: 9.3333333333vw;
    height: 10.2564102564vw;
  }
  .yado__cta__itm:nth-child(2) {
    padding-left: 0;
    background-image: url(../images/common/yado/bg-cta-contact-mob.webp);
  }
  .yado__cta__itm:nth-child(2) .yado__cta__icon {
    width: 9.5794871795vw;
    height: 6.4102564103vw;
  }
  .yado__cta__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.7923076923vw;
  }
  .yado__cta__ttl {
    font-size: 4.6153846154vw;
  }
  .yado__cta__ttl span.ttlEn {
    font-size: 3.5897435897vw;
    line-height: 1;
  }
  .yado__cta__desc {
    margin-top: 2.5641025641vw;
    font-size: 3.0769230769vw;
    line-height: 1.6;
  }
}
/*********************************

_location.scss

*********************************/
.locationList {
  margin: 6.3194444444vw auto 0;
  width: 100%;
}
.locationList__container {
  margin: auto;
  padding-left: 11.1805555556vw;
  padding-bottom: 6.2152777778vw;
  width: 100%;
}
.locationList__itms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.2361111111vw 0;
}
.locationList__itms.list--2 {
  margin-top: 5vw;
}
.locationList__itms.list--2 .locationList__itm:nth-child(14) {
  margin-right: 2.5vw;
}
.locationList__itm {
  margin-right: 3.4722222222vw;
  min-width: 23.5402777778vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.locationList__itm:last-child {
  margin-right: 0;
}
.locationList__itm__thumb {
  margin-bottom: 0.8770833333vw;
  display: block;
  width: 23.5402777778vw;
  height: 13.3333333333vw;
}
.locationList__itm__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.locationList__itm__ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3888888889vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
}
.locationList__itm__desc {
  font-family: "Shippori Mincho", serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1;
  color: #fff;
}
.locationList__disc {
  margin-top: 3.2986111111vw;
  font-family: "Shippori Mincho", serif;
  font-size: 0.7638888889vw;
  font-weight: 500;
  letter-spacing: 0.0001em;
  line-height: 1.6;
  color: #CBCBCB;
}

.locationInfo {
  margin: 0 auto 9.0277777778vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/bg-common-gray-cement.webp);
}
.locationInfo__container {
  padding: 5.4861111111vw 0 11.1916666667vw;
  margin: auto;
  width: 100%;
  max-width: 76.3888888889vw;
}
.locationInfo__heading h2 {
  margin-bottom: 1.3888888889vw;
  font-family: "Shippori Mincho", serif;
  font-size: 1.9444444444vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
}
.locationInfo__heading p {
  margin-bottom: 2.0833333333vw;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1;
  color: #fff;
}
.locationInfo__map {
  margin: 0 auto 1.4256944444vw;
  width: 100%;
  height: 50.2409722222vw;
  display: block;
}
.locationInfo__map iframe {
  width: 100%;
  height: 100%;
}
.locationInfo__map__pin {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3888888889vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
}
.locationInfo__visualMap {
  margin: 5.8333333333vw auto;
  width: 100%;
  display: block;
}
.locationInfo__guideItms {
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.7944444444vw 3.6013888889vw;
}
.locationInfo__guideItm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(49% - 1.7361111111vw);
          flex: 0 0 calc(49% - 1.7361111111vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.9444444444vw;
}
.locationInfo__guideItm__thumb {
  width: 100%;
  max-width: 13.7486111111vw;
}
.locationInfo__guideItm__ttl {
  margin-left: -1.0416666667vw;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2222222222vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
}
.locationInfo__guideItm__ttl span {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3888888889vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
}
.locationInfo__guideItm__ttl span.num {
  font-size: 3.3333333333vw;
  line-height: 1;
}
.locationInfo__guideItm__desc {
  font-family: "Shippori Mincho", serif;
  font-size: 0.8333333333vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
}
.locationInfo__disc {
  margin: 2.9611111111vw auto 0;
  padding-left: 0.6944444444vw;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 0.7638888889vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  .locationList {
    margin: 7.3128205128vw auto 0;
  }
  .locationList__container {
    padding-left: 6.4102564103vw;
    padding-right: 3.3333333333vw;
    padding-bottom: 15.2564102564vw;
  }
  .locationList__itms {
    gap: 10.2564102564vw 0;
  }
  .locationList__itms.list--2 {
    margin-top: 10.2564102564vw;
  }
  .locationList__itms.list--2 .locationList__itm:nth-child(14) {
    margin-right: 0;
  }
  .locationList__itm {
    margin-right: 0;
    min-width: 0;
    width: 50%;
  }
  .locationList__itm:nth-child(even) {
    margin-right: 0;
  }
  .locationList__itm__thumb {
    margin-bottom: 1.6076923077vw;
    width: 42.2743589744vw;
    height: 23.7820512821vw;
  }
  .locationList__itm__ttl {
    font-size: 3.3333333333vw;
  }
  .locationList__itm__desc {
    font-size: 2.5641025641vw;
    line-height: 1.4;
  }
  .locationList__disc {
    margin-top: 15.3846153846vw;
    font-size: 2.5641025641vw;
    letter-spacing: 0.04em;
  }
  .locationInfo {
    margin: 0 auto 24.6153846154vw;
  }
  .locationInfo__container {
    padding: 14.1025641026vw 0 21.2820512821vw;
    max-width: 100%;
  }
  .locationInfo__heading {
    margin: auto;
    width: 87.1794871795vw;
  }
  .locationInfo__heading h2 {
    margin-bottom: 5.3846153846vw;
    font-size: 5.1282051282vw;
  }
  .locationInfo__heading p {
    margin-bottom: 15.641025641vw;
    font-size: 3.5897435897vw;
    line-height: 2;
  }
  .locationInfo__map {
    margin: 0 auto 3.3435897436vw;
    width: 87.1794871795vw;
    height: 57.1692307692vw;
  }
  .locationInfo__map__pin {
    margin: auto;
    width: 87.1794871795vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.04em;
    line-height: 2;
  }
  .locationInfo .btnTypeD {
    margin-top: 10.2564102564vw;
  }
  .locationInfo__visualMap {
    margin: 14.358974359vw auto 20.0615384615vw;
    max-width: 89.2307692308vw;
  }
  .locationInfo__guideItms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    gap: 10.2564102564vw;
  }
  .locationInfo__guideItm {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    gap: 4.1025641026vw;
    width: 100%;
    padding-left: 6.4102564103vw;
    padding-right: 0;
  }
  .locationInfo__guideItm:first-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .locationInfo__guideItm:nth-child(2) {
    padding-right: 0;
  }
  .locationInfo__guideItm__thumb {
    max-width: 40.5128205128vw;
  }
  .locationInfo__guideItm__ttl {
    margin-left: -3.8461538462vw;
    font-size: 5.641025641vw;
  }
  .locationInfo__guideItm__ttl span {
    margin-left: -2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .locationInfo__guideItm__ttl span.num {
    margin-left: 0;
    font-size: 8.7179487179vw;
    line-height: 1;
  }
  .locationInfo__guideItm__desc {
    font-size: 2.5641025641vw;
  }
  .locationInfo__disc {
    margin: 10vw auto 0;
    padding-left: 0;
    max-width: 87.1794871795vw;
    font-size: 2.5641025641vw;
  }
}
/*# sourceMappingURL=location.css.map */
