@charset "utf-8";

/* default PC */
.right-sidebar .content-area,
.right-sidebar .widget-area {
  clear: both;
  float: none;
  width: 100%;
}

.right-sidebar .widget-area {
  width: 100%;
}

#contents li.type-product {
  background-color: #f3f3f3;
  border: 1px solid #ea5700;
  box-sizing: border-box;
  padding: 20px 20px 120px;
}

#contents li.type-product .woocommerce-loop-product__title {
  margin-top: 0;
  padding-top: 0;
}


ul.products {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}

ul.products::after {
  display: none;
}

#contents li.type-product .woocommerce-loop-product__title {
  font-size: 150%;
  margin: 0 0 30px;
  text-align: left;
}

ul.products li.product img.woocommerce-placeholder.wp-post-image {
  margin: auto auto 20px;
  width: 100%;
}

ul.products li.product .button {
  background-color: #ea5700;
  bottom: 20px;
  color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 160px;
}

.right-sidebar .widget-area {
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 30px;
}

.right-sidebar .widget-area #wc-block-search__input-1 {
  background-color: #fff;
  border: 1px solid #ccc;
}

.widget-area .widget {
  margin-bottom: 30px;
}

#contents h2.wc-category-ttl {
    margin: 10px 0 20px;
    padding: 0;
    font-size: 150%;
}

ul.wc-category-list {
    background-color: #fff;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contents .wc-category-list .wc-category-item {
    margin-right: 5px;
    margin-bottom: 10px;
}

#contents .wc-category-list .wc-category-item a {
    display: block;
    color: #fff;
    background-color: #ea5700;
    padding: 0 20px 0;
    text-decoration: none;
    transition: .5s;
}

#block-4 {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #fff;
}

#block-5 {
    margin-bottom: 0;
    padding: 10px;
    background-color: #fff;
}

#contents .wc-category-list .wc-category-item a:hover {
    opacity: .5;
    transition: .5s;
}

.woocommerce-pagination .page-numbers {
    background-color: transparent;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #c1c1c1;
    color: #ffffff;
}
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    background-color: #4263a2;
    color: #43454b;
}
.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    color: #ffffff;
}
/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {}

/* view-559 Mobile */
@media screen and (max-width: 559px) {}

/* 559以下はRWD時に崩れがあれば任意で作成 */
/*IE*/
@media all and (-ms-high-contrast: none) {}

/* 2023/03/28個別のカテゴリーページ */
#block-12 {
  padding: 10px;
  background: #fff;
  margin-top: 30px;
}
#contents .cat-detail {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #contents .cat-detail {
    padding-bottom: 80px;
  }
}

#contents .cat-title__text {
  text-align: left;
  border-left: 6px solid #ea5700;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-top: 2px;
}
@media screen and (min-width: 1024px) {
  #contents .cat-title__text {
    border-left: 10px solid #ea5700;
    font-size: 20px;
  }
}

#contents .cat-about {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
#contents .cat-about__main {
  margin-top: 4px;
}
#contents .cat-about__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
#contents .cat-usage {
  /*一旦非表示*/
  display: none;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-top: 42px;
}
#contents .cat-usage__main {
  margin-top: 10px;
}
#contents .cat-usage__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -ms-grid-columns: 100%;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-template-columns: 100%;
}
@media screen and (min-width: 768px) {
  #contents .cat-usage__list {
    -ms-grid-columns: 48.333335% 3.33333% 48.333335%;
    gap: 3.33333%;
    grid-template-columns: repeat(2, 48.333335%);
  }
}
#contents .cat-usage__item {
  aspect-ratio: 580/249;
  border: 1px solid #707070;
}
#contents .cat-usage__item img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#contents .cat-shortcut {
  margin-top: 50px;
}
#contents .cat-faq {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-top: 80px;
}
#contents .cat-faq__main {
  margin-top: 20px;
}
#contents .faq__panel {
  background: none;
  border-bottom: 1px solid #c7c7c7;
  display: block;
  padding: 0 0 20px;
  width: 100%;
}
#contents .faq__panel:focus {
  outline: none;
}
#contents .faq__panel:first-of-type .faq__main {
  display: block;
}
#contents .faq__panel:nth-of-type(n + 2) {
  padding-top: 20px;
}
#contents .faq__question {
  display: flex;
  padding-right: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents .faq__question {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .faq__question {
    padding-right: 100px;
  }
}
#contents .faq__question::before,
#contents .faq__question::after {
  background: #ea5700;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 15px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 20px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #contents .faq__question::before,
  #contents .faq__question::after {
    height: 3px;
    top: 20px;
    width: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .faq__question::before,
  #contents .faq__question::after {
    height: 4px;
    top: 25px;
    width: 40px;
  }
}
#contents .faq__question::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#contents .faq__header.is-open .faq__question::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#contents .faq__icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  height: 30px;
  justify-content: center;
  width: 30px;
}
@media screen and (min-width: 768px) {
  #contents .faq__icon {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .faq__icon {
    height: 50px;
    width: 50px;
  }
}
#contents .faq__icon--question {
  background: #ea5700;
}
#contents .faq__icon--question img {
  width: 14px;
}
@media screen and (min-width: 768px) {
  #contents .faq__icon--question img {
    width: 17px;
  }
}
@media screen and (min-width: 768px) {
  #contents .faq__icon--question img {
    width: 20.85px;
  }
}
#contents .faq__icon--answer {
  background: #333333;
}
#contents .faq__icon--answer img {
  width: 13px;
}
@media screen and (min-width: 768px) {
  #contents .faq__icon--answer img {
    width: 16px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .faq__icon--answer img {
    width: 19.46px;
  }
}
#contents .faq__title {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 10px;
  margin-top: -2px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contents .faq__title {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .faq__title {
    margin-left: 20px;
    margin-top: 0;
    padding-top: 12px;
  }
}
#contents .faq__main {
  display: none;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  #contents .faq__main {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .faq__main {
    margin-top: 28px;
  }
}
#contents .faq__answer {
  display: flex;
}
#contents .faq__contents {
  flex-grow: 1;
  margin-left: 10px;
  margin-top: -2px;
  padding-right: 40px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contents .faq__contents {
    margin-left: 15px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .faq__contents {
    margin-left: 20px;
    padding-right: 100px;
  }
}
#contents .faq__text {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}