@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --cc-main: #862633;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

-

================================================ */
.equipment-sc__inner {
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
}

.equipment-sc.-shared {
  padding-top: 155px;
}
.equipment-sc.-shared .equipment-sc__inner {
  position: relative;
}
.equipment-sc.-shared .equipment-sc__inner::before {
  content: "";
  position: absolute;
  top: -372px;
  right: -202px;
  background-image: url("../images/equipment/bg_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 565px;
  height: 435px;
  z-index: -1;
}

.equipment-sc.-proprietary {
  margin-top: 100px;
  padding-bottom: 90px;
}
.equipment-sc.-proprietary .equipment-sc__inner {
  position: relative;
}
.equipment-sc.-proprietary .equipment-sc__inner::before {
  content: "";
  position: absolute;
  top: 973px;
  left: -510px;
  background-image: url("../images/equipment/bg_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 565px;
  height: 435px;
  z-index: -1;
}

.equipment-blocks {
  position: relative;
}

.equipment-blocks__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  padding-bottom: 11px;
  border-bottom: solid 1px #cccccc;
  position: relative;
}
.equipment-blocks__ttl h4.-ttl {
  font-size: 2.1875rem;
  color: #7e7f74;
  font-family: "TsukuMinPr6-M", serif;
}
.equipment-blocks__ttl span.-note {
  font-size: 0.75rem;
  font-family: "TsukuGoPr5-L", sans-serif;
}
.equipment-blocks__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 175px;
  height: 2px;
  background-color: #968c83;
}

.equipment-block {
  margin-top: 38px;
}

.equipment-block__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 30px;
}

.equipment-block__item {
  width: calc(33.3333333333% - 20px);
}

.equipment-block__item__ttl {
  padding-left: 12px;
  position: relative;
}
.equipment-block__item__ttl span {
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
.equipment-block__item__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 9.6px;
  height: 9.6px;
  background-color: #b8b298;
}

.equipment-block__item__photo {
  margin-top: 4px;
}

.equipment-block__item__summary {
  margin-top: 14px;
}
.equipment-block__item__summary p {
  font-size: 0.875rem;
  line-height: 1.329;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-sc__inner {
    padding: 0 10.667vw;
  }
  .equipment-sc.-shared {
    padding-top: 26.667vw;
  }
  .equipment-sc.-shared .equipment-sc__inner::before {
    top: -47.2vw;
    right: -60.267vw;
    width: 99.472vw;
    height: 76.585vw;
  }
  .equipment-sc.-proprietary {
    margin-top: 26.667vw;
    padding-bottom: 24vw;
  }
  .equipment-sc.-proprietary .equipment-sc__inner::before {
    top: auto;
    bottom: -42.667vw;
    width: 99.472vw;
    height: 76.585vw;
  }
  .equipment-blocks__ttl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    gap: 1.867vw;
    padding-bottom: 2.933vw;
  }
  .equipment-blocks__ttl h4.-ttl {
    font-size: 7.4666666667vw;
  }
  .equipment-blocks__ttl span.-note {
    font-size: 2.6666666667vw;
  }
  .equipment-blocks__ttl::after {
    width: 37vw;
    height: 0.267vw;
  }
  .equipment-block {
    margin-top: 10.133vw;
  }
  .equipment-block__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .equipment-block__item {
    width: 100%;
  }
  .equipment-block__item__ttl {
    padding-left: 3.2vw;
  }
  .equipment-block__item__ttl span {
    font-size: 4.2666666667vw;
  }
  .equipment-block__item__ttl::before {
    width: 2.133vw;
    height: 2.133vw;
  }
  .equipment-block__item__photo {
    margin-top: 1.067vw;
  }
  .equipment-block__item__summary {
    margin-top: 3.733vw;
  }
  .equipment-block__item__summary p {
    font-size: 3.7333333333vw;
  }
}