@media print, screen and (min-width: 768px) {
  .bathroomSect__head {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .bathroomSect__head + .bathroomSect__cont {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .bathroomSect__head + .bathroomSect__cont {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .bathroomSect__cont .usableList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .bathroomSect__cont .usableList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .bathroomSect__cont .usableList__item {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .bathroomSect__cont .usableList__item {
    width: 155px;
  }
  .bathroomSect__cont .usableList__item:nth-child(n + 3) {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .belSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.belSect__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

@media screen and (max-width: 768px) {
  .belSect__img + .belSect__box {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.belSect__box {
  background-color: #bc2630;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: .01em;
  line-height: 1.7;
}

@media print, screen and (min-width: 768px) {
  .belSect__box {
    font-size: 16px;
    padding: 20px;
    width: 375px;
  }
}

@media screen and (max-width: 768px) {
  .belSect__box {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .comfortSect__head {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .comfortSect__head + .comfortSect__cont {
    margin-top: 36px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .comfortSect__cont .usableList {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .comfortSect__cont .usableList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .comfortSect__cont .usableList__item {
    width: 490px;
  }
}

@media screen and (max-width: 768px) {
  .comfortSect__cont .usableList__item {
    width: 155px;
  }
}

@media print, screen and (min-width: 768px) {
  .comfortSect__cont .usableList__item:nth-of-type(1) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.comfortSect__cont .usableList__item:nth-of-type(1) .descriptionCard__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .comfortSect__cont .usableList__item:nth-of-type(1) .descriptionCard__cont {
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .comfortSect__cont .usableList__item:nth-of-type(1) .descriptionCard__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .comfortSect__cont .usableList__item:nth-of-type(1) .descriptionCard__headInner {
    width: 420px;
  }
}

.comfortSect__cont .usableList__item:nth-of-type(1) .descriptionCard .photo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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) {
  .comfortSect__cont .usableList__item:nth-of-type(1) .descriptionCard .photo {
    width: 490px;
  }
}

@media print, screen and (min-width: 768px) {
  .comfortSect__cont .usableList__item:nth-of-type(2) {
    width: 235px;
  }
}

@media print, screen and (min-width: 768px) {
  .comfortSect__cont .usableList__item:nth-of-type(2) .descriptionCard__cont {
    min-height: 192px;
  }
}

@media print, screen and (min-width: 768px) {
  .introductionSect .headingCombi {
    text-align: center;
  }
}

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

.introductionSect .txt sup {
  font-size: 10px;
  vertical-align: super;
}

.keyVisual__ttl .en {
  color: #ffffff;
}

.keyVisual__ttl .ja {
  display: none;
}

.kitchenSect__head {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .kitchenSect__cont .usableList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__cont .usableList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .kitchenSect__cont .usableList__item {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__cont .usableList__item {
    width: 155px;
  }
  .kitchenSect__cont .usableList__item:first-child {
    width: 100%;
  }
  .kitchenSect__cont .usableList__item + .usableList__item {
    margin-top: 24px;
  }
}

.listFeature {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media print, screen and (min-width: 768px) {
  .listFeature {
    gap: 30px 18px;
    margin: 64px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .listFeature {
    gap: calc(60 / 750 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 36px;
    padding: 0 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .listFeature__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px 20px;
    width: 490px;
  }
}

@media print, screen and (min-width: 768px) {
  .listFeature__item img {
    min-width: 76px;
  }
}

@media screen and (max-width: 768px) {
  .listFeature__item img {
    width: calc(120 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .listFeature__item img + .caption {
    text-align: start;
  }
}

@media screen and (max-width: 768px) {
  .listFeature__item img + .caption {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .listFeature__item--three {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) {
  .listFeature__item--threeSmall {
    max-width: 230px;
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .listFeature__card {
    padding-top: 2px;
  }
  .listFeature__card .txt {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.75;
  }
  .listFeature__card .txt + .caption {
    margin-top: 8px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .maisonetteSect__head .sectTtl {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .maisonetteSect__head .sectTtl + .txt {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .maisonetteSect__head .sectTtl + .txt {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .maisonetteSect__head + .maisonetteSect__cont {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .maisonetteSect__head + .maisonetteSect__cont {
    margin-top: 20px;
  }
}

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

@media screen and (max-width: 768px) {
  .maisonetteSect__head .txt {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .maisonetteSect__cont .usableList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .maisonetteSect__cont .usableList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .maisonetteSect__cont .usableList__item {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .maisonetteSect__cont .usableList__item {
    width: 155px;
  }
  .maisonetteSect__cont .usableList__item:nth-child(n + 3) {
    margin-top: 24px;
  }
}

.numIcon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #574133;
  border-radius: 50%;
  color: #e9e2db;
  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) {
  .numIcon {
    font-size: 14px;
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .numIcon {
    font-size: 12px;
    height: 16px;
    width: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .otherSect__head {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .otherSect__head + .otherSect__cont {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__head + .otherSect__cont {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .otherSect__cont .usableList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__cont .usableList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .otherSect__cont .usableList__item {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__cont .usableList__item {
    width: 155px;
  }
  .otherSect__cont .usableList__item:nth-child(n+3) {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .premiumSect__head .sectTtl {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .premiumSect__head .sectTtl + .txt {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .premiumSect__head .sectTtl + .txt {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .premiumSect__head + .premiumSect__cont {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .premiumSect__head + .premiumSect__cont {
    margin-top: 20px;
  }
}

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

@media screen and (max-width: 768px) {
  .premiumSect__head .txt {
    font-size: 12px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .premiumSect .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .premiumSect .subSect__head + .subSect__cont {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .premiumSect .subSect__cont .usableList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .premiumSect .subSect__cont .usableList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .premiumSect .subSect__cont .usableList__item {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .premiumSect .subSect__cont .usableList__item {
    width: 155px;
  }
  .premiumSect .subSect__cont .usableList__item:nth-child(n + 3) {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .premiumSect .subSect__cont .usableList + .txt {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .premiumSect .subSect__cont .usableList + .txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .premiumSect .subSect + .subSect {
    margin-top: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .sanitarySect__head {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .sanitarySect__head + .sanitarySect__cont {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .sanitarySect__head + .sanitarySect__cont {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .sanitarySect__cont .usableList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .sanitarySect__cont .usableList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .sanitarySect__cont .usableList__item {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .sanitarySect__cont .usableList__item {
    width: 155px;
  }
  .sanitarySect__cont .usableList__item:nth-child(n + 3) {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__head {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__head + .securitySect__cont {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__head + .securitySect__cont {
    margin-top: 20px;
  }
}

.securitySect__cont .usableList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont .usableList__item {
    width: 490px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .securitySect__cont .usableList__item:nth-of-type(1) {
    width: 660px;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont .usableList__item:nth-of-type(1) .descriptionCard__cont {
    min-height: 228px;
    border: solid 1px #cbcccc;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__cont .usableList__item:nth-of-type(1) .descriptionCard__cont {
    padding-bottom: 10px;
  }
}

.securitySect__cont .usableList__item:nth-of-type(1) .photo {
  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;
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont .usableList__item:nth-of-type(1) .photo {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__cont .usableList__item:nth-of-type(1) .photo {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont .usableList__item:nth-of-type(2) {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont .usableList__item:nth-of-type(2) .descriptionCard__cont {
    min-height: 192px;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont .descriptionCard .heading {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__cont .descriptionCard .heading {
    padding: 10px 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont .descriptionCard__headInner {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont .descriptionCard__headInner .txt {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__cont .descriptionCard__headInner .txt {
    padding: 10px 8px;
  }
}

.securitySect__cont .descriptionCard__cont {
  border: solid 1px #cbcccc;
  border-top: 0;
}

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

@media screen and (max-width: 768px) {
  .securitySect__cont .descriptionCard__cont {
    padding: 10px 8px;
  }
}

.securitySect__cont .descriptionCard__cont--autoLock {
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont .descriptionCard__cont--autoLock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media screen and (max-width: 768px) {
  .storageSect {
    margin-top: 48px;
  }
}

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

@media screen and (max-width: 768px) {
  .storageSect__head + .storageSect__cont {
    margin-top: 20px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .storageSect__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect__cont .photo {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect__cont .usableList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 32px;
    width: 660px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__cont .usableList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect__cont .usableList__item {
    width: 320px;
  }
  .storageSect__cont .usableList__item:first-child {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .storageSect__cont .usableList__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .storageSect__cont .usableList__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .storageSect__cont .usableList__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__cont .usableList__item {
    width: 155px;
  }
  .storageSect__cont .usableList__item:nth-child(n + 3) {
    margin-top: 24px;
  }
}

.storageSect__cont .usableList .heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media print, screen and (min-width: 768px) {
  .storageSect__cont .usableList .heading {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__cont .usableList .heading {
    gap: 6px;
  }
}

.storageSect__cont .usableList .heading:before {
  display: none;
}

.storageSect__item .photo + .caption {
  padding-top: 10px;
  text-align: right;
}

.ugocloBox {
  background-color: rgba(233, 226, 219, 0.5);
}

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

@media screen and (max-width: 768px) {
  .ugocloBox {
    margin-left: calc(-60 / 750 * 100vw);
    padding: calc(90 / 750 * 100vw) calc(60 / 750 * 100vw);
    width: 100vw;
  }
}

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

@media screen and (max-width: 768px) {
  .ugocloBox__head .headingCombi + .photo {
    margin-top: calc(60 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .ugocloBox__head + .ugocloBox__cont {
    margin-top: calc(60 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .ugocloBox__cont .headingCombi + .headingCombi {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.ugocloBox__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

@media print, screen and (min-width: 768px) {
  .ugocloBox__img--lg {
    width: 280px;
  }
}

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

.ugocloBox__imgs .photo {
  width: 100%;
}

.ugocloBox__imgs .photo__image {
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .ugocloBox__imgs .photo + .photo {
    margin-top: calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .ugocloBox__heading .photo {
    width: 221px;
  }
}

@media screen and (max-width: 768px) {
  .ugocloBox__heading .photo {
    width: calc(320 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .ugocloBox__heading .photo + .headingCombi {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .ugocloBox__heading .photo + .headingCombi {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .ugocloBox__heading + .ugocloBox__img {
    margin-top: calc(60 / 750 * 100vw);
  }
}

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

.ugocloBox__inner .headingCombi .heading {
  color: #333333;
}

.ugocloBox__inner .headingCombi .heading .case {
  color: #848484;
}

@media print, screen and (min-width: 768px) {
  .ugocloBox__inner .headingCombi .heading .case {
    margin-right: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .ugocloBox__inner .headingCombi .txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .ugocloBox__inner .headingCombi .txt {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .ugocloBox__inner + .ugocloBox__imgs {
    margin-top: calc(60 / 750 * 100vw);
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .ugocloSect__head + .ugocloSect__cont {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .ugocloSect__head + .ugocloSect__cont {
    margin-top: 20px;
  }
}

.ugocloSect__heading {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .ugocloSect__heading .photo:nth-child(1) {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .ugocloSect__heading .photo:nth-child(1) {
    width: calc(320 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .ugocloSect__heading .photo:nth-child(2) {
    width: 174px;
  }
}

@media screen and (max-width: 768px) {
  .ugocloSect__heading .photo:nth-child(2) {
    width: calc(260 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .ugocloSect__heading + .headingCombi {
    margin-top: calc(60 / 750 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .ugocloSect__col + .ugocloBox {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .ugocloSect__col + .ugocloBox {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.ugocloSect__desc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

@media print, screen and (min-width: 768px) {
  .ugocloSect__desc .headingCombi .txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .ugocloSect__desc .headingCombi .txt {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .ugocloSect__desc + .ugocloSect__imgs {
    margin-top: calc(40 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .ugocloSect__imgs {
    margin: auto;
    width: calc(450 / 750 * 100vw);
  }
}

.ugocloSect__cap {
  text-align: end;
}

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

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

.ugocloSect__video {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

@media screen and (max-width: 768px) {
  .ugocloSect__video {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.ugocloSect .txtBox {
  background-color: #123359;
  color: #ffffff;
  letter-spacing: .025em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .ugocloSect .txtBox {
    font-size: 10px;
    margin-left: auto;
    margin-top: 16px;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .ugocloSect .txtBox {
    font-size: calc(15 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .equipment-introduction {
    padding-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .equipment-introduction {
    padding-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .equipment-ugoclo {
    padding-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .equipment-ugoclo {
    padding-top: 64px;
  }
}

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

@media screen and (max-width: 768px) {
  .equipment-kitchen {
    margin-top: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .equipment-sanitary {
    margin-top: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .equipment-bathroom {
    margin-top: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .equipment-premium {
    margin-top: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .equipment-maisonette {
    margin-top: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .equipment-comfort {
    margin-top: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .equipment-other {
    margin-top: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .equipment-security {
    margin-top: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .equipment-bels {
    margin-top: 80px;
  }
}
