@charset "UTF-8";
/** @format */
.custom-product_cat_description p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 0;
  max-width: 1036px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .custom-product_cat_description p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.6;
  }
}

.header-breadcamb-fixer .e-con > .e-con-inner {
  padding-top: 10px;
  padding-bottom: 35px;
}

.custom-cat-bottom {
  margin-top: 72px;
  color: #000;
}
.custom-cat-bottom h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 33px 0 0 0;
}
.custom-cat-bottom h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 33px 0 0 0;
}
.custom-cat-bottom p {
  margin: 16px 0 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 33px 0 0 0;
  color: #000;
}
.custom-cat-bottom ul,
.custom-cat-bottom ol {
  margin: 16px 0 0 0;
  padding-left: 1em;
  color: #000;
}
.custom-cat-bottom a:not(.rs-btn) {
  text-decoration: underline;
  color: #000;
}
.custom-cat-bottom a:not(.rs-btn):hover {
  color: #ea5501;
  text-decoration: none;
}
.custom-cat-bottom hr {
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .custom-cat-bottom hr {
    margin: 30px 0;
  }
}
.custom-cat-bottom .custom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 33px;
}
.custom-cat-bottom .custom-buttons .rs-button .rs-btn {
  min-width: 225px;
}
@media screen and (max-width: 767px) {
  .custom-cat-bottom .custom-buttons .rs-button .rs-btn {
    min-width: 100%;
  }
}
.custom-cat-bottom .custom-buttons .rs-button.color-reverse .rs-btn {
  background-color: #023b4a;
}
.custom-cat-bottom .custom-buttons .rs-button.color-reverse .rs-btn::before {
  background-color: #ee0d08;
}
.custom-cat-bottom .custom-image-and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .custom-cat-bottom .custom-image-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.custom-cat-bottom .custom-image-and-text .custom-image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; /* 中身のサイズに合わせる（初期値） */
}
.custom-cat-bottom .custom-image-and-text .custom-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.floating-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background: white;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 25px 0;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .floating-banner {
    padding: 10px 0;
  }
}
.floating-banner .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.floating-banner .buttons .custom-button {
  background-color: #ee0d08;
  width: 100%;
  color: #ffffff;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  padding: 14px 38px 14px 38px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .floating-banner .buttons .custom-button {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.floating-banner .buttons .custom-button span {
  position: relative;
  z-index: 1;
}
.floating-banner .buttons .custom-button em {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.floating-banner .buttons .custom-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #023b4a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 2px;
  z-index: 0;
}
.floating-banner .buttons .custom-button:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.floating-banner .buttons .custom-button.color-reverse {
  background-color: #023b4a;
}
.floating-banner .buttons .custom-button.color-reverse::before {
  background-color: #ee0d08;
}

body.woocommerce-page.tax-product_cat #page {
  padding-bottom: 106px;
}