@charset "utf-8";


hr {
  height: 0;
  overflow: visible;
}

img {
  object-fit: cover;
}

figure {
  position: relative;
}

.cap_Txt {
  z-index: 2;
}

.cap_W {
  color: #fff;
}

.cap_B {
  color: #000;
}

.cap_R {
  right: 5px;
}

.cap_L {
  left: 5px;
}


.cap_Txt {
  position: absolute;
  bottom:5px;
  font-size: 11px;
  font-feature-settings: 'palt';
  letter-spacing: 0em;
  line-height: 1;
}


canvas, img, picture, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

.page__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 75/16;
  background-color: #555555;
  background-image: url(../img/equipment/bg-equipment.jpg);
  background-position: center center;
}

@media screen and (min-width:768px) {
  .page__hero {
    aspect-ratio: 288/32;
    background-position: center center;
  }
}

.page__hero .page__hero--title {
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (min-width:768px) {
  .page__hero .page__hero--title {
    font-size: 30px;
  }
}

#equipment .equipment__main {
  padding-bottom: 40px;
  padding-bottom: clamp(40px, 8px + 10vw, 128px);
}

.wrapper {
  margin-inline: max(1.5em, 50cqw - 1000px/2);
}

.layout__column--lg {
  display: flex;
  flex-direction: column;
  gap: 32px;
  gap: clamp(32px, 20.3636363636px + 3.6363636364vw, 64px);
}

#equipment .equipment__menu {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
}

@media screen and (min-width: 480px) {
  #equipment .equipment__menu {
    margin: 60px auto 0;
  }
}

#equipment .equipment__menu .menu__container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px 4px;
}

@media screen and (min-width: 768px) {
  #equipment .equipment__menu .menu__container {
    gap: 12px 12px;
  }

  #equipment .equipment__menu .menu__container>* {
    width: calc((100% - 12px * 2) / 3);
  }
}

#equipment .equipment__menu .menu__container>:nth-child(2n-1) {
  width: calc((100% - 4px * 1) * 4 / 10);
}

#equipment .equipment__menu .menu__container .flex__item a {
  display: block;
  padding: 10px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  font-size: 0.625rem;
  color: #000;
  text-align: center;
  transition: all 0.5s ease;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {

  #equipment .equipment__menu .menu__container .flex__item a {
    font-size: 1.125rem;
  }

}

#equipment .equipment__menu .menu__container .flex__item a.current {
  border-color: #ac8450;
  background-color: #ac8450;
  color: #fff;
}

#equipment .equipment__menu .menu__container .flex__item a:hover {
  border-color: #ac8450;
  background-color: #ac8450;
  color: #fff;
}

#equipment .equipment__menu .menu__container>:nth-child(2n) {
  width: calc((100% - 4px * 1) * 4 / 10);
}

.layout__column--xl {
  display: flex;
  flex-direction: column;
  gap: 64px;
  gap: clamp(64px, 40.7272727273px + 7.2727272727vw, 128px);
}

.ini__fadein[data-effect=fadein--bottom].fadein--bottom {
  opacity: 1;
  transform: translate(0%, 0%);
}

.ini__fadein[data-effect=fadein--bottom] {
  transform: translate(0%, 10%);
}

.ini__fadein {
  opacity: 0;
  transition-timing-function: ease, ease;
  transition-duration: 0.5s, 0.5s;
  transition-property: opacity, transform;
}

.t-duration__1000ms {
  transition-duration: 1s !important;
}

.anchor__link {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.anchor__link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px 24px;
}

@media screen and (min-width: 768px) {
  #equipment .anchor__link ul {
    gap: 24px 24px;
  }
}

@media screen and (min-width: 480px) {
  #equipment .anchor__link ul {
    flex-direction: row;
    padding: 0px 0px;
    gap: 24px 24px;
  }
}

.anchor__link ul>* {
  width: calc((100% - 24px * 0) / 1);
}

#equipment .anchor__link ul li a {
  font-size: 1.125rem;
}

.anchor__link ul li a {
  position: relative;
  display: block;
  padding: 0.3em 0em;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  font-family: 'EB Garamond', serif;
  font-size: 0.9375rem;
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.anchor__link ul li a.current:after,
.anchor__link ul li a:hover:after {
  position: absolute;
  top: 100%;
  left: calc(50% - 9px);
  width: 18px;
  height: 12px;
  border-top: #000 solid 12px;
  border-right: transparent solid 9px;
  border-left: transparent solid 9px;
  content: "";
}

@media screen and (min-width: 480px) {
  #equipment .anchor__link ul li {
    margin-bottom: 20px;
  }

  #equipment .anchor__link ul>* {
    width: calc((100% - 24px * 1) / 2);
  }

  .anchor__link ul>* {
    width: calc((100% - 24px * 2) / 3);
  }

  #equipment .anchor__link ul li a {
    font-size: 1rem;
  }

  .anchor__link ul li a {
    font-size: 0.875rem;
    line-height: 1.5;
  }

}

@media screen and (min-width: 768px) {
  #equipment .anchor__link ul li {
    margin-bottom: 0px;
  }

  #equipment .anchor__link ul>* {
    width: calc((100% - 24px * 3) / 4);
  }

  #equipment .anchor__link ul li a {
    font-size: 1.125rem;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #equipment .anchor__link ul li a {
    font-size: 1.0rem;
  }
}




#equipment .section__header {
  margin: 64px 0px 32px 0px;
}

.midashi-septenary {
  font-family: 'EB Garamond', serif;
  line-height: 1.5;
  font-weight: 500;
  color: #ac8450;
  text-align: center;
  font-size: 24px;
  font-size: clamp(24px, 21.8181818182px + 0.6818181818vw, 30px);
  letter-spacing: 0.225em;
}

#equipment .section__header p {
  line-height: 1.5;
  margin-top: 1em;
  text-align: center;
  letter-spacing: 0.225em;
  font-size: 15px;
  font-size: clamp(15px, 11.7272727273px + 1.0227272727vw, 24px);
}

.layout__column--sm {
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: clamp(8px, 5.0909090909px + 0.9090909091vw, 16px);
}

#equipment .section__hero {
  width: 100%;
}

.layout__column--md {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: clamp(16px, 10.1818181818px + 1.8181818182vw, 32px);
}

@media screen and (min-width: 480px) {
  #equipment .list__items--kitchen {
    gap: 20px 16px;
  }
}

#equipment .list__items--kitchen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 10px;
}

@media screen and (min-width: 480px) {
  #equipment .list__items--kitchen>:nth-child(10n-9) {
    width: calc((100% - 16px * 1) * 5 / 10);
  }
}

#equipment .list__items--kitchen>* {
  width: calc((100% - 10px * 1) / 2);
}

#equipment .flex__item .item__image img {
  width: 100%;
}


#equipment .flex__item .item__title {
  margin-bottom: 8px;
  padding: 8px 0px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #d0d0d7;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  #equipment .flex__item .item__text {
    font-size: 0.875rem;
  }
}

#equipment .flex__item .item__text {
  font-size: 0.75rem;
  line-height: 1.5;
}


@media screen and (min-width: 480px) {
  #equipment .list__items--kitchen>:nth-child(10n-7) {
      width: calc((100% - 16px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 480px) {
  #equipment .list__items--kitchen>:nth-child(10n-6) {
      width: calc((100% - 16px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 480px) {
  #equipment .list__items--kitchen>:nth-child(10n-5) {
      width: calc((100% - 16px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 480px) {
  #equipment .list__items--kitchen>:nth-child(10n-4) {
      width: calc((100% - 16px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 480px) {
  #equipment .list__items--kitchen>:nth-child(10n-3) {
      width: calc((100% - 16px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 480px) {
  #equipment .list__items--kitchen>:nth-child(10n-2) {
      width: calc((100% - 16px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 480px) {
  #equipment .list__items--kitchen>:nth-child(10n-1) {
      width: calc((100% - 16px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 480px) {
  #equipment .list__items--kitchen>:nth-child(10n) {
      width: calc((100% - 16px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 480px) {
  #equipment .flex__item .item__text {
      font-size: 0.85rem;
  }
}

#equipment .flex__item .item__text span {
  display: block;
  font-size: 0.625rem;
}

@media screen and (min-width: 480px) {
  #equipment .flex__item .item__text span {
      font-size: 0.75rem;
  }
}

.stack {
  display: flex;
  flex-direction: column;
}

.gap {
  gap: calc(10 * 1px);
  /* gap: clamp(var(10) * 1px, var(10) * 1px - var(375) * 1px * (var(20) - var(10)) / (var(1200) - var(375)) + (var(20) - var(10)) / (var(1200) - var(375)) * 100vw, var(20) * 1px); */
}

#equipment .list__items--kitchen-sub .title {
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-size: clamp(20px, 18.5454545455px + 0.4545454545vw, 24px);
}

#equipment .list__items--kitchen-sub .description {
  line-height: 1.5;
  text-align: left;
  font-size: 13px;
  font-size: clamp(13px, 11.9090909091px + 0.3409090909vw, 16px);
}

@media screen and (min-width: 480px) {
  #equipment .list__items--kitchen-sub .description {
      text-align: center;
  }
}

.layout__column--md {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: clamp(16px, 10.1818181818px + 1.8181818182vw, 32px);
}

#equipment #bathroom .side__hero {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px 16px;
}

@media screen and (min-width: 768px) {
  #equipment #bathroom .side__hero {
      flex-direction: row;
      gap: 15px 15px;
  }
}

@media screen and (min-width: 480px) {
  #equipment .side__hero {
      display: flex;
      flex-direction: row;
      gap: 20px 20px;
  }
}

.layout__column--sm {
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: clamp(8px, 5.0909090909px + 0.9090909091vw, 16px);
}

@media screen and (min-width: 768px) {
  #equipment #bathroom .side__hero>:nth-child(2n-1) {
      width: calc((100% - 15px * 1) * 7.57 / 10);
  }
}

#equipment #bathroom .side__hero>* {
  width: calc((100% - 16px * 0) / 1);
}

@media screen and (min-width: 480px) {
  #equipment .side__hero>* {
      width: calc((100% - 20px * 1) / 2);
  }
}

#equipment #bathroom .side__hero>* {
  width: calc((100% - 16px * 0) / 1);
}

@media screen and (min-width: 480px) {
  #equipment .list__items--bathroom2 {
      flex-direction: row;
      gap: 16px 10px;
  }
}

@media screen and (min-width: 768px) {
  #equipment #bathroom .side__hero>:nth-child(2n) {
      width: calc((100% - 15px * 1) * 2.43 / 10);
  }
}

#equipment .list__items--bathroom2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px 10px;
}

@media screen and (min-width: 768px) {
  #equipment .list__items--bathroom2 {
      flex-direction: column;
      gap: 25px 10px;
  }
}

@media screen and (min-width: 480px) {
  #equipment .side__hero>* {
      width: calc((100% - 20px * 1) / 2);
  }
}

#equipment .list__items--bathroom2>* {
  width: calc((100% - 10px * 0) / 1);
}

@media screen and (min-width: 480px) {
  #equipment .list__items--bathroom2>* {
      width: calc((100% - 10px * 1) / 2);
  }
}


@media screen and (min-width: 768px) {
  #equipment .list__items--bathroom2>* {
      width: calc((100% - 10px * 0) / 1);
  }
}

/* 20250808 */
#equipment .list__items--bathroom2.bath_sp{
  display: none;
}

@media(max-width: 768px) {
  #equipment .list__items--bathroom2.bath_sp{
  display: flex;
}

  #equipment .list__items--bathroom2.bath_pc{
  display: none;
}
}


#equipment .list__items--bathroom1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px 16px;
}


@media screen and (min-width: 480px) {
  #equipment .list__items--bathroom1 {
      flex-direction: row;
      gap: 10px 16px;
  }
}

#equipment .list__items--bathroom1>* {
  width: calc((100% - 16px * 0) / 1);
}

@media screen and (min-width: 480px) {
  #equipment .list__items--bathroom1>* {
      width: calc((100% - 16px * 3) / 4);
  }
}

#equipment .flex__item .item__title {
  margin-bottom: 8px;
  padding: 8px 0px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #d0d0d7;
  font-size: 0.875rem;
}

@media screen and (min-width: 480px) {
  #equipment .flex__item .item__title {
    margin-bottom: 8px;
    padding: 8px 0px;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 480px) {
  #equipment .side__hero>* {
      width: calc((100% - 20px * 1) / 2);
  }
}

#equipment .list__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 10px;
}

@media screen and (min-width: 480px) {
  #equipment .list__items {
      gap: 16px 10px;
  }
}

@media screen and (min-width: 768px) {
  #equipment .list__items {
      gap: 16px 10px;
  }
}

#equipment .list__items.side_type {
  gap: 16px 10px;
}

#equipment .list__items.side_type {
  gap: 16px 10px;
}

#equipment .list__items>* {
  width: calc((100% - 10px * 1) / 2);
}

@media screen and (min-width: 480px) {
  #equipment .list__items>* {
      width: calc((100% - 10px * 2) / 3);
  }
}

@media screen and (min-width: 768px) {
  #equipment .list__items>* {
      width: calc((100% - 10px * 3) / 4);
  }
}

#equipment .list__items.side_type>* {
  width: calc((100% - 10px * 1) / 2);
}

#equipment .list__items.side_type>* {
  width: calc((100% - 10px * 1) / 2);
}

.gap20mx {
  gap: 20px;
}



/* other.html */


#equipment .equipment__other .equipment__other--items {
  width: 90%;
  max-width: 1240px;
  margin: 40px auto 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 480px) {
  #equipment .equipment__other .equipment__other--items {
      width: 80%;
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items {
      width: 100%;
      margin: 60px auto 0 auto;
  }
}

#equipment .equipment__other .equipment__other--items .other--items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 40px 40px;
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-23) {
      width: calc((100% - 40px * 0) * 10 / 10);
  }
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .item__title {
  margin-bottom: 20px;
  padding: 4px 0px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #000;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #equipment .equipment__other .equipment__other--items .other--items .other--item .item__title {
      padding: 4px 0px;
      font-size: 1rem;
      line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary {
      display: flex;
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--a {
      gap: 32px 32px;
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--a>:nth-child(2n-1) {
      width: calc((100% - 32px * 1) * 6 / 10);
  }
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .content__title {
  margin-bottom: 10px;
  font-weight: normal;
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .item__text {
  margin-bottom: 8px;
  font-size: 0.75rem;
}


@media screen and (min-width: 480px) {
  #equipment .equipment__other .equipment__other--items .other--items .other--item .item__text {
      font-size: 0.875rem;
  }
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .item__thumb {
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stack {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--a>:nth-child(2n) {
      width: calc((100% - 32px * 1) * 4 / 10);
  }
}

#equipment .equipment__other .equipment__other--items .other__content--secondaryBody {
  position: relative;
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .content__title {
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.5;
}

#equipment .equipment__other .equipment__other--items .other__content--secondary {
  display: flex;
  align-items: start;
}

#equipment .equipment__other .equipment__other--items .other__content--secondary.other__content--secondary--a2 {
  gap: 10px 10px;
}

#equipment .equipment__other .equipment__other--items .other__content--secondary.other__content--secondary--a2>:nth-child(2n-1) {
  width: calc((100% - 10px * 1) * 6.6 / 10);
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .item__thumb {
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#equipment .equipment__other .equipment__other--items .other__content--secondary.other__content--secondary--a2>:nth-child(2n) {
  width: calc((100% - 10px * 1) * 3.4 / 10);
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--secondary.other__content--secondary--a2 .item__thumb {
      position: absolute;
      top: 2px;
      right: 0;
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-22) {
      width: calc((100% - 40px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-21) {
      width: calc((100% - 40px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-20) {
      width: calc((100% - 40px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-19) {
      width: calc((100% - 40px * 3) * 2.5 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-18) {
      width: calc((100% - 40px * 1) * 2.4 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-17) {
      width: calc((100% - 40px * 1) * 7.6 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary {
      display: flex;
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--f {
      gap: 12px 12px;
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--f>:nth-child(2n-1) {
      width: calc((100% - 12px * 1) * 7.6 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--f>:nth-child(2n) {
      width: calc((100% - 12px * 1) * 2.4 / 10);
  }
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .item__text {
  margin-bottom: 8px;
  font-size: 0.75rem;
}

@media screen and (min-width: 480px) {
  #equipment .equipment__other .equipment__other--items .other--items .other--item .item__text {
      font-size: 0.875rem;
  }
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .item__thumb {
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .item__thumb {
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-16) {
      width: calc((100% - 40px * 0) * 10 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--d {
      gap: 20px 20px;
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--d>:nth-child(2n-1) {
      width: calc((100% - 20px * 1) * 2.5 / 10);
  }
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .item__thumb {
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout__column--sm p {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--d>:nth-child(2n) {
      width: calc((100% - 20px * 1) * 7.5 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--d .item__texts--d {
      gap: 10px 20px;
  }
}

#equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--d .item__texts--d {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 10px;
}

#equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--d .item__texts--d>* {
  width: calc((100% - 10px * 1) / 2);
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--d .item__texts--d>* {
      width: calc((100% - 20px * 2) / 3);
  }
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .item__text {
  margin-bottom: 8px;
  font-size: 0.75rem;
}

@media screen and (min-width: 480px) {
  #equipment .equipment__other .equipment__other--items .other--items .other--item .item__text {
      font-size: 0.875rem;
      line-height: 1.5;
  }
}

#equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--d .item__text {
  background-color: #e9eaed;
  padding: 0 0.5em;
  margin-bottom: 4px;
}

#equipment .equipment__other .equipment__other--items .other--items .other--item .item__text--small {
  margin-bottom: 8px;
  font-size: 0.625rem;
}

@media screen and (min-width: 480px) {
  #equipment .equipment__other .equipment__other--items .other--items .other--item .item__text--small {
      font-size: 0.75rem;
      line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-15) {
      width: calc((100% - 40px * 2) * 3.33 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-14) {
      width: calc((100% - 40px * 2) * 3.34 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-13) {
      width: calc((100% - 40px * 2) * 3.33 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-12) {
      width: calc((100% - 40px * 2) * 3.33 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-11) {
      width: calc((100% - 40px * 2) * 3.34 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-10) {
      width: calc((100% - 40px * 2) * 3.33 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-9) {
      width: calc((100% - 40px * 2) * 3.33 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-8) {
      width: calc((100% - 40px * 2) * 3.34 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-7) {
      width: calc((100% - 40px * 2) * 3.33 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-6) {
      width: calc((100% - 40px * 1) * 5 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-5) {
      width: calc((100% - 40px * 1) * 5 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-4) {
      width: calc((100% - 40px * 0) * 10 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--w {
      gap: 40px 40px;
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--w>:nth-child(3n-2) {
      width: calc((100% - 40px * 2) * 3.33 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--w>:nth-child(3n-1) {
      width: calc((100% - 40px * 2) * 3.34 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other__content--primary.other__content--primary--w>:nth-child(3n) {
      width: calc((100% - 40px * 2) * 3.33 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-3) {
      width: calc((100% - 40px * 3) * 3.4 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-2) {
      width: calc((100% - 40px * 3) * 2.2 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n-1) {
      width: calc((100% - 40px * 3) * 2.2 / 10);
  }
}

@media screen and (min-width: 768px) {
  #equipment .equipment__other .equipment__other--items .other--items>:nth-child(24n) {
      width: calc((100% - 40px * 3) * 2.2 / 10);
  }
}


