@media only screen and (min-width: 768px) {
  .equipment-introduction {
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .equipment-introduction {
    padding: 20.5128205128vw 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .equipment-kitchen {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .equipment-kitchen {
    padding: 20.5128205128vw 0;
  }
}

.equipment-powderRoom {
  background: url(../img/bg-content-02@1.5x.jpg) no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .equipment-powderRoom {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .equipment-powderRoom {
    padding: 20.5128205128vw 0;
  }
}

@media only screen and (min-width: 768px) {
  .equipment-comfort {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .equipment-comfort {
    padding: 20.5128205128vw 0;
  }
}

.equipment-security {
  background: url(../img/bg-content-02@1.5x.jpg) no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .equipment-security {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .equipment-security {
    padding: 20.5128205128vw 0;
  }
}

@media only screen and (min-width: 768px) {
  .equipment-structure {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .equipment-structure {
    padding: 20.5128205128vw 0;
  }
}

.keyVisual__ttl .en {
  line-height: 1;
}

.introSect {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .introSect__head {
    max-width: 576px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .introSect__head {
    padding: 0 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) {
  .introSect__head .headingLv3 + .lead {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .introSect__head .headingLv3 + .lead {
    margin-top: 10.2564102564vw;
  }
}
.ttlBorder {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .ttlBorder {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .ttlBorder {
    letter-spacing: 0.08em;
    font-size: 6.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .ttlBorder + * {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .ttlBorder + * {
    margin-top: 8.5333333333vw;
  }
}

.equipmentHeading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .equipmentHeading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .equipmentHeading {
    font-size: 6.6666666667vw;
  }
}

.generalCardList {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .generalCardList {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .generalCardList {
    gap: 40px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .generalCardList + * {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .generalCardList + * {
    margin-top: 10.6666666667vw;
  }
}

.generalCard {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .generalCard {
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .generalCard {
    gap: 20px;
  }
}
.generalCard__title {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .generalCard__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .generalCard__title {
    font-size: 4vw;
  }
}
.generalCard__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.generalCard__text {
  color: #ffffff;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .generalCard__text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .generalCard__text {
    font-size: 3.2vw;
  }
}
.generalCard__text .caption {
  color: #999999;
  margin-top: 16px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .generalCard__text .caption {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .generalCard__text .caption {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .generalCard--semilong {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 768px) {
  .generalCard--long {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 767px) {
  .generalCard--semilong, .generalCard--long {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 767px) {
  .generalCard--tight .generalCard__title {
    letter-spacing: 0.04em;
  }
}

.kitchenVisual {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .kitchenVisual + * {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .kitchenVisual + * {
    margin-top: 10.6666666667vw;
  }
}

.kithenTextureBox {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) {
  .kithenTextureBox {
    padding: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .kithenTextureBox {
    padding: 8.5333333333vw 4.8vw 7.2vw;
  }
}
@media only screen and (min-width: 768px) {
  .kithenTextureBox__visual {
    display: flex;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .kithenTextureBox__visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.kithenTextureBox__visual .photo {
  width: 100%;
}
.kithenTextureBox__visual .photo__image {
  width: 100%;
}
.kithenTextureBox__visual .photo .cap--inRight {
  font-family: "EB Garamond", serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  .kithenTextureBox__visual .photo .cap--inRight {
    font-size: 24px;
    right: 9px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .kithenTextureBox__visual .photo .cap--inRight {
    font-size: 5.3333333333vw;
    right: 3px;
    bottom: 9px;
  }
}
.kithenTextureBox__visual .photo .cap--inRight[data-color=shadow] {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.7), 0 0 7px rgba(0, 0, 0, 0.7), 0 0 7px rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 768px) {
  .kithenTextureBox__visual + * {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .kithenTextureBox__visual + * {
    margin-top: 8vw;
  }
}
.kithenTextureBox__title {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .kithenTextureBox__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .kithenTextureBox__title {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .kithenTextureBox__title .small {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .kithenTextureBox__title .small {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 768px) {
  .kithenTextureBox__title + * {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .kithenTextureBox__title + * {
    margin-top: 5.3333333333vw;
  }
}
.kithenTextureBox__text {
  color: #ffffff;
  font-size: 13px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .kithenTextureBox__text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .kithenTextureBox__text {
    font-size: 3.2vw;
  }
}

.powderRoomVisual {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .powderRoomVisual {
    display: flex;
    gap: 30px;
  }
}
.powderRoomVisual > * {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .powderRoomVisual + * {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .powderRoomVisual + * {
    margin-top: 10.6666666667vw;
  }
}