@charset "utf-8";

/*  PC to SP */
/*========= レイアウト ===============*/


.p-eq-box {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding-top: 40px;
}

.p-eq-boxlist {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-rows: repeat(4, 1fr);
  grid-row-gap: 40px;
  width: 100%;
}

.p-eq-boxlist__item {
  width: 100%;
  height: auto;
}

.p-eq-boxlist__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  /* box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2); */

}


.p-eq-other-box {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.p-eq-other-boxlist {
  width: 100%;
  height: auto;
}

.p-eq-other-boxlist__item {
  width: 100%;
  height: auto;
}

.p-eq-other-boxlist__item:nth-child(1) {
  padding-bottom: 40px;
}

.p-eq-other-boxlist__item img {
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
  -o-object-fit: cover;
  object-fit: cover;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */

}

.p-eq-notice {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: calc(15/10);
  letter-spacing: 0.04em;

}

.p-eq-notice span {
  display: block;
  width: 100%;
}

/* ------ */

/* SP all */
@media screen and (max-width: 1024px) {

  /* .p-eq-bg::before {
    background-image: url(../images/top/texture_sp@2x.png);
    height: calc(100vh + 200px);
    height: calc((var(--vh, 1vh) * 100) + 200px);
    height: calc(100lvh + 200px);

  } */
  .p-eq-box {
    padding-top: 24px;
    margin-bottom: 30px;
  }

  .p-eq-boxlist {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-rows: repeat(4, 1fr);
    /* grid-template-columns: repeat(3, 1fr); */
    grid-row-gap: 30px;
    /* grid-column-gap: calc(30/1080 * 100%); */
    width: 100%;
  }


  .p-eq-boxlist__item img {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }

  .p-eq-notice {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: calc(16/10);
    letter-spacing: 0.04em;

  }

  .p-eq-other-box {
    margin-bottom: 20px;
  }

  .p-eq-other-boxlist__item:nth-child(1) {
    padding-bottom: 28px;
  }

}

/*576px以下*/
@media screen and (max-width: 576px) {
  .p-eq-box {
    padding-top: 26px;
    margin-bottom: 30px;
  }

  .p-eq-boxlist {
    grid-row-gap: 32px;
  }
  .p-eq-other-boxlist__item:nth-child(1) {
    padding-bottom: 30px;
  }

  /* 画像のトリミング */

  .p-eq-boxlist__kitchen img {
    width: 100%;
    aspect-ratio: 1 / 2.92;
  }

  .p-eq-boxlist__dressing img {
    width: 100%;
    aspect-ratio: 1 / 2.92;
  }

  .p-eq-boxlist__bathroom img {
    width: 100%;
    aspect-ratio: 1 / 2.92;
  }


  .p-eq-boxlist__toilet img {
    width: 100%;
    aspect-ratio: 1 / 2.92;
  }

  .p-eq-boxlist__internet img {
    width: 100%;
    aspect-ratio: 1 / 4.07012;
  }

  .p-eq-boxlist__others img {
    width: 100%;
    aspect-ratio: 1 / 1.2222;
  }

}