@charset "UTF-8";
/* CSS Document */

.header {
  background: transparent !important;
}

.header .header__wapper h1 img {
  filter: brightness(0);
}

.menu span {
  background: #000000;
}

.nav__ul__li__a {
  color: #000000;
}

.nav__ul__li__a span {
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
}

.product {
  width: 90%;
  max-width: 1400px;
  margin: 200px auto;
}

.product__title {
  width: 90%;
  margin: 0 auto 100px;
  text-align: center;
  font-family: var(--oribitron);
}

.product__title h2 {
  font-size: 3.5rem;
  font-weight: 700;
}

.product__title p {
  font-size: 1.2rem;
  font-weight: 700;
}

.product__search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: solid 1px #000000;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.product__search li {
  width: 31%;
}

.submitbutton {
  margin: 30px auto 0;
}

.product__search li select {
  width: 100%;
  display: block;
  position: relative;
  text-align: left;
  padding: 18px;
  border: solid 1px #000000;
}

.product__search li {
  position: relative;
}

.product__search li::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  rotate: 45deg;
  position: absolute;
  bottom: 30px;
  right: 12px;
  z-index: -1;
}

.product__search li h3 {
  text-align: left;
  margin-bottom: 10px;
}

.product__search .submitbutton::after {
  content: none;
}

.sec4__ul {
  padding: 0 20px;
  margin: 0 auto 100px;
  flex-wrap: wrap;
  display: flex;
  gap: 15px;
}

.sec4__ul__li {
  display: flex;
  width: calc(100% / 4 - 12.5px);
}

.sec4__ul__li__a {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}

.sec4__ul__li__a__picture {
  margin-bottom: 10px;
  aspect-ratio: 1/1;
}

.sec4__ul__li__a__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}

.sec4__ul__li__a h3 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}

.sec4__ul__li__a__p {
  color: #A4A4A4;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.product__text {
  width: 100%;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 5px 8px !important;
}

@media (max-width: 1023px) {
  .sec4__ul {
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto 20px;
    justify-content: space-between;
  }

  .sec4__ul__li {
    width: 47.5%;
  }
}

@media (max-width: 600px) {
  .sec4__title h2 {
    font-size: 2.4rem;
  }

  .sec4__title p {
    width: 280px;
    margin: 0 auto;
  }

  .product__search {
    flex-direction: column;
    gap: 30px;
  }

  .product__search li {
    width: 100%;
  }
}

/* select,
::picker(select) {
  appearance: base-select;
}

select#purpose-select::picker-icon {
  display: none !important;
  visibility: hidden;
} */