.product {
  background-color: #fafafa;
  padding-top: 8.4rem;
  font-weight: 400;
}
.product .inner02 {
  max-width: 1260px;
}
.product-contents h2 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 16px;
}
.product-contents h2 span {
  font-size: 1.3rem;
  position: relative;
  top: -4px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 32px;
  margin: 0 0 56px;
}
.product-list li {
  width: calc((100% - 56px) / 3);
  font-size: 1.4rem;
  line-height: 30px;
}
.product-list--img {
  margin: 0 0 8px;
}
.product-list--img img {
  width: 100%;
  height: auto;
}
.product-list h3 {
  font-size: 1.6rem;
}
.product-list p {
  margin: 0 0 4px;
}
.product-list--txt a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  background: url(../img/icon_arrow_01.png) no-repeat right 12px center / 7.5px 10px #d30816;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 2px;
}
.loadmore {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid #000;
  background: url(../img/icon_arrow_02.png) no-repeat right 22px center / 10px 7.5px #fff;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 1260px) {
  .product .inner02 {
    display: flex;
    justify-content: space-between;
  }
  .product-sidebar {
    width: 286px;
  }
  .product-contents {
    width: 866px;
  }
}
@media screen and (max-width: 767px) {
  .product-list {
    gap: 2rem;
    margin: 0 0 5rem;
  }
  .product-list li {
    width: calc(50% - 1rem);
    line-height: 1.5;
  }
}
.product-sidebar input[type="search"],
.product-sidebar input[type="text"],
.product-sidebar select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #979da3;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 13px;
  color: #000;
}
.product-sidebar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icon_arrow_03.png) no-repeat right 12px center / 10px 7.5px #fff;
}
.search {
  margin: 8px 0 16px;
}
.search input {
  background: url(../img/search.png) no-repeat right 8px center / 24px #fff;
}
.toogle {
  border-top: 1px solid #ededed;
  padding: 16px 14px;
}
.toogle dt {
  font-weight: bold;
  background: url(../img/icon_arrow_03.png) no-repeat right 7px center / 10px 7.5px;
  cursor: pointer;
}
.toogle dt.open {
  background: url(../img/icon_arrow_04.png) no-repeat right 7px center / 10px 7.5px;
}
.toogle dd {
  /* display: none; */
}
.product-sidebar input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #979da3;
  border-radius: 2px;
}
.product-sidebar input[type="checkbox"]:checked + .icon {
  background: url(../img/checkmark.png) no-repeat center / 16px;
  background-color: #e70013;
  border-color: #e70013;
}
.checkbox-list li {
  margin: 7px 0 0;
}
.checkbox-list label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  cursor: pointer;
}
.range-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#reset-button {
  width: 60px;
  height: 34px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background-color: #fff;
  border: 1px solid #979da3;
}
.slider-track {
  position: relative;
  width: calc(100% - 72px);
}
.slider-track {
  position: relative;
  width: calc(100% - 72px);
  background-color: #c8c8c8;
  height: 4px;
  border-radius: 2px;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  top: -2px;
  pointer-events: none;
  z-index: 4;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 2px solid #d30816;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}
#max-range::-webkit-slider-thumb {
  background: #e92d3a;
  border: 4px solid #cb000e;
}
.slider-track span {
  background-color: #d30816;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 1;
}
.range-price {
  margin: 7px 0 0;
}
.toogle-tabs {
  display: none;
}
@media screen and (max-width: 767px) {
  .toogle-modal {
    display: none;
    margin: 7rem 0 0;
    position: relative;
  }
  .toogle-modal-close {
    width: 16px;
    height: 16px;
    background: url(../img/close.png) no-repeat center / 16px 16px;
    position: absolute;
    top: -32px;
    right: 0;
    cursor: pointer;
  }
  .toogle-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .toogle-tabs li {
    border: 1px solid #979da3;
    background-color: #fff;
    border-radius: 16px;
    padding: 2px 20px 4px;
  }
  .product-contents {
    margin-top: 4rem;
  }
}
.product_single {
  color: #000;
  font-weight: 400;
}
.product_single h1 {
  font-weight: bold;
  padding: 0 0 1.5rem;
  margin: 0 0 3rem;
}
.entry-content {
  margin-bottom: 3.2rem;
}
.featured-img {
  background-color: #fff;
  text-align: center;
}
.product_info {
  margin-bottom: 5.6rem;
}
.box {
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 15px;
  padding: 32px 24px;
  line-height: 1.875;
}
.product_single h2 {
  color: #d30816;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 1.6rem;
}
.box li {
  font-weight: 300;
  position: relative;
  padding-left: 2rem;
}
.box li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.product_info_list {
  border-bottom: 1px solid #ededed;
}
.product_info_list dl {
  border-top: 1px solid #ededed;
  display: flex;
  padding: 7px 0;
}
.product_info_list dt {
  width: 135px;
}
.product_info_list dd {
  width: calc(100% - 135px);
}
.faq-list {
  line-height: 1.875;
  margin: 0 0 7.4rem;
}
.faq-list dl {
  margin-bottom: 3.2rem;
}
.faq-list dt {
  background-color: #f6eded;
  border-radius: 0.4rem;
  padding: 1rem 1.2rem 1rem 4.4rem;
  font-weight: bold;
  position: relative;
}
.faq-list dt::before {
  content: "Q";
  width: 2.6rem;
  height: 2.6rem;
  background-color: #fff;
  border-radius: 50%;
  color: #d30816;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 2px;
}
.faq-list dd {
  padding: 0.7rem 1.6rem 0 1.6rem;
}
.text-center {
  text-align: center;
}
.previous-post {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 24px;
  background: url(../img/icon_arrow_05.png) no-repeat left 16px center / 7.5px 10px #fff;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2px;
  width: 170px;
  height: 48px;
}
@media screen and (min-width: 1260px) {
  .entry-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .featured-img {
    width: 580px;
  }
  .description {
    width: calc(100% - 640px);
    line-height: 1.875;
  }
  .product_info {
    display: flex;
    justify-content: space-between;
  }
  .product_info .box {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 1259px) {
  .featured-img {
    margin: 0 0 3rem;
  }
  .box {
    margin: 0 0 2rem;
  }
}
.product-sidebar .facetwp-facet {
  display: flex;
  flex-direction: column-reverse;
}
.product-sidebar .facetwp-slider-label {
  display: block;
  margin-top: 7px;
}
.product-sidebar .noUi-target {
  background-color: #c8c8c8;
  height: 4px;
  margin: 15px 0;
}
.product-sidebar .noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 2px solid #d30816;
  border-radius: 50%;
  top: -9px;
}
.product-sidebar .noUi-horizontal .noUi-handle.noUi-handle-upper {
  background: #e92d3a;
  border: 4px solid #cb000e;
}
.product-sidebar .noUi-connect {
  background: #d30816;
}
.product-sidebar .facetwp-checkbox {
  background: url(../img/checkbox.png) 0 50% no-repeat;
  background-size: 16px;
  font-size: 14px;
  padding-left: 22px;
}
.product-sidebar .facetwp-checkbox.checked {
  background: url(../img/checkbox-on.png) 0 50% no-repeat;
  background-size: 16px;
}
