@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) {
  .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

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

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

@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;
  }
  .kitchenSect__cont .usableList__item:nth-child(n+4) {
    width: 235px;
  }
}

@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: 32px;
    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: 70px;
  }
}

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

@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;
  }
  .listFeature__item--threeSmall:not(:has(.listFeature__card)) {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@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;
  }
}

.numIcon {
  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: #c9d6d7;
  border-radius: 50%;
  color: #333333;
}

@media print, screen and (min-width: 768px) {
  .numIcon {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

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

@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-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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) {
  .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;
}

@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-kitchen {
    padding-top: 72px;
  }
}

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

@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-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;
  }
}
