.category {
  margin-top: 0;
  padding-top: 40px;
}

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

.sectionTitle__wrapper {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}



.sectionTitle--en--category {
  font-family: Oswald;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 0.12em;
  color: #CFCFCF;
  text-transform: uppercase;
  margin-top: -3px;
}

.sectionTitle--category {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #CFCFCF;
  position: relative;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .sectionTitle--category {
    font-size: 20px;
  }
}

.sectionTitle--en--category p {
  position: relative;
  display: inline-block;
}

.sectionTitle--en--category p::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
  width: 20px;
  height: 1px;
  background-color: #CFCFCF;
}

.sectionTitle--en--category p::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
  width: 20px;
  height: 1px;
  background-color: #CFCFCF;
}

.category__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.category__itemsWrapper {
  margin-top: 23px;
}

.category__items {
  display: flex;
  flex-wrap: wrap;
}

.category__item {
  width: 33.333%;
  position: relative;
}

.category__item a {
  position: relative;
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .category__item {
    width: 100%;
  }
}

.category__item::before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  right: 8.1px;
  bottom: 6px;
  z-index: 1;
}

.category__item a {
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
}

.category__item a::before {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  right: 10.1px;
  bottom: 8.5px;
  z-index: 1;
}

.category__itemImage {}

.category__itemImage img {
  width: 100%;
}

.category__itemTitle {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 200px;
}

.category__itemTitle--ja {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .category__itemTitle--ja {
    font-size: 14px;
    white-space: nowrap;
  }
}

.category__itemTitle--en {
  font-family: Oswald;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-align: center;
  color: #fff;
  margin-top: 7px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .category__itemTitle--en {
    font-family: Oswald;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-align: center;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
  }
}

.category--page {
  margin-top: 0 !important;
  padding-top: 10px;
  background-color: #000;
}