@media screen and (min-width: 768px) {
  .equipmentSect {
    padding: 80px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect {
    margin: 0 -16px;
    padding: 104px 0;
  }
}

.equipmentSect__head .enTtl {
  border-top: 1px dotted #000000;
  color: #000000;
  padding-top: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .equipmentSect__head .enTtl {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__head .enTtl {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .equipmentSect__cont .usableList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont .usableList__inner {
    display: grid;
    gap: 32px 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .equipmentSect__cont .usableList__item {
    width: 258px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont .usableList__item .descriptionCard__cont {
    margin-top: 20px;
  }
}

.equipmentSect__cont .usableList__item .descriptionCard__cont .headingCombi {
  color: #0d0d0c;
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont .usableList__item .descriptionCard__cont .headingCombi {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont .usableList__item .descriptionCard__cont .headingCombi .heading--medium {
    font-size: 15px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .equipmentSect__cont .usableList__item .descriptionCard__cont .headingCombi .heading--medium + .txt--small {
    font-size: 14px;
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont .usableList__item .descriptionCard__cont .headingCombi .heading--medium + .txt--small {
    margin-top: 14px;
  }
}

.equipmentSect__cont .usableList__item .descriptionCard__cont .headingCombi .heading--medium + .txt--small .caption {
  color: #0d0d0c;
  letter-spacing: 0;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: 40px;
  }
}

.introductionSect {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .introductionSect {
    gap: 0 100px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont {
    width: 370px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .introductionSect__cont {
    margin-top: 100px;
  }
}

.introductionSect__cont .headingCombi {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .introductionSect__cont .headingCombi {
    padding: 0 18px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont .headingCombi .heading + .txt {
    letter-spacing: 0;
    text-align: left;
  }
}

.introductionSect--premium .introductionSect__cont .headingCombi .heading {
  color: #ffffff;
}

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

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

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

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