@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .sp {
    display: none !important;
  }
}
body .control_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F0F0F0;
  padding: 20px 18px;
  margin-bottom: 20px;
  gap: 10px;
  border-radius: 6px;
}
body .control_box-item-signup, body .control_box-item-login, body .control_box-item-logout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
body .control_box-item-signup {
  color: #3B1E88;
  background-color: #ffffff;
  border: 1px solid #3B1E88;
}
body .control_box-item-login {
  color: #FFFFFF;
  background-color: #3B1E88;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
body .control_box-item-login img {
  height: 16px;
  width: auto;
}
@media (max-width: 767px) {
  body .control_box {
    width: 300px;
    margin: 26px auto;
  }
}

body.has_slide .main_slide {
  display: block !important;
}

.wholesale--page .layout--head_menu {
  display: none;
}
.wholesale--page-search_bar_show {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wholesale--page-search_bar_show {
    margin-top: 0px;
  }
}
.wholesale--page .show_cart + footer {
  margin-bottom: 50px;
}
.wholesale--page-defalt-pane-left {
  font-size: 13px;
}
.wholesale--page-defalt-pane-left .banner_box {
  margin-bottom: 1rem;
  border-radius: 20px;
}
.wholesale--page-defalt-pane-left .banner_box img {
  width: 100%;
}
.wholesale--page-defalt-pane-left .main_navi {
  background-color: #F0F0F0;
  padding: 20px 18px;
  margin-bottom: 1rem;
  border-radius: 6px;
}
.wholesale--page-defalt-pane-left .main_navi-title {
  background-color: #ffffff;
  border: 1px solid #707070;
  text-align: center;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .wholesale--page-defalt-pane-left .main_navi-list {
    display: none;
  }
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li {
  position: relative;
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li.sub-nav::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 22px;
  left: 0;
  margin-top: -4px;
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li.sub-nav > span {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li.sub-nav > span:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li.sub-nav ul {
  display: none;
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li.sub-nav.open::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 3px;
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li.sub-nav.open ul {
  display: block;
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li.sub-nav.open ul li:first-child a {
  padding-top: 0;
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li.sub-nav.open ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px 20px 10px 40px;
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li.sub-nav.open ul li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li > a {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
}
.wholesale--page-defalt-pane-left .main_navi-list > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.wholesale--page-defalt-pane-left .main_navi-list > ul li:not(:last-child) {
  border-bottom: 1px solid #B3B3B2;
}
@media (max-width: 767px) {
  .wholesale--page-defalt-pane-left {
    display: none;
  }
}
.wholesale--page-defalt-pane-right {
  font-size: 16px;
}
.wholesale--page-defalt-pane-right .main_slide {
  display: none;
}
.wholesale--page-defalt-pane-right .main_slide .swiper {
  padding-bottom: 40px;
}
.wholesale--page-defalt-pane-right .main_slide .swiper-wrapper {
  border-radius: 6px;
}
.wholesale--page-defalt-pane-right .main_slide .swiper-slide {
  border-radius: 6px;
}
.wholesale--page-defalt-pane-right .main_slide .swiper-slide img {
  aspect-ratio: 10/3;
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.wholesale--page-defalt-pane-right .main_slide .swiper-pagination .swiper-pagination-bullet {
  background-color: #B3B3B2;
}
.wholesale--page-defalt-pane-right .main_slide .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3B1E88;
}
@media (max-width: 767px) {
  .wholesale--page-defalt-pane-right .main_slide .swiper-slide img {
    aspect-ratio: 10/3;
  }
}
.wholesale--page-defalt-pane-right .search_bar .table_set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 26px;
}
@media (max-width: 767px) {
  .wholesale--page-defalt-pane-right .search_bar .table_set {
    margin: 0 auto 15px;
  }
}
.wholesale--page-defalt-pane-right .search_bar .table_set .keyword {
  width: 100%;
}
.wholesale--page-defalt-pane-right .search_bar .table_set .keyword input {
  background-color: #383838;
  border: none;
  height: 64px;
  border-radius: 8px 0 0 8px;
  outline: 0;
  padding: 20px 30px;
  font-size: 18px;
  color: #fcfcfc;
}
.wholesale--page-defalt-pane-right .search_bar .table_set .submit button {
  width: 180px;
  height: 64px;
  border: none;
  border-radius: 0 8px 8px 0;
  background-color: #3B1E88;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wholesale--page-defalt-pane-right .search_bar .table_set .submit button img {
  height: 22px;
}
@media (max-width: 767px) {
  .wholesale--page-defalt-pane-right .search_bar .table_set .keyword input {
    height: 60px;
    padding: 20px;
  }
  .wholesale--page-defalt-pane-right .search_bar .table_set .submit button {
    width: 60px;
    height: 60px;
  }
  .wholesale--page-defalt-pane-right .search_bar .table_set .submit button img {
    height: 13px;
  }
}
.wholesale--page-defalt-pane-right .product-table {
  width: 100%;
}
.wholesale--page-defalt-pane-right .product-table-thead-row {
  background-color: #F9F9FA;
  border: 1px solid #B3B3B2;
}
.wholesale--page-defalt-pane-right .product-table-thead-row th {
  padding: 15px 10px;
  text-align: center;
  border-right: 1px solid #B3B3B2;
}
.wholesale--page-defalt-pane-right .product-table-thead-row-product_base_price {
  font-size: 13px;
}
.wholesale--page-defalt-pane-right .product-table-thead-row-product_price {
  font-size: 13px;
}
.wholesale--page-defalt-pane-right .product-table-thead-row-product_number {
  font-size: 13px;
  width: 100px;
}
.wholesale--page-defalt-pane-right .product-table-tbody-row {
  border: 1px solid #B3B3B2;
}
.wholesale--page-defalt-pane-right .product-table-tbody-row:nth-child(2n) {
  background-color: #F9F9FA;
}
.wholesale--page-defalt-pane-right .product-table-tbody-row td {
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #B3B3B2;
}
.wholesale--page-defalt-pane-right .product-table-tbody-row-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.wholesale--page-defalt-pane-right .product-table-tbody-row-product_image {
  width: 65px;
  height: 65px;
  overflow: hidden;
  border: 1px solid #D8D8D8;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.wholesale--page-defalt-pane-right .product-table-tbody-row-product_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wholesale--page-defalt-pane-right .product-table-tbody-row-product_name {
  font-size: 13px;
}
.wholesale--page-defalt-pane-right .product-table-tbody-row-product_name a:link {
  color: #017CBE;
}
.wholesale--page-defalt-pane-right .product-table-tbody-row-product_base_price {
  text-align: right;
  font-size: 13px;
}
.wholesale--page-defalt-pane-right .product-table-tbody-row-product_price {
  text-align: right;
  font-size: 13px;
}
.wholesale--page-defalt-pane-right .product-table-tbody-row-product_number input {
  width: 100%;
}
.wholesale--page-defalt-pane-right .product-content {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E6E6E6;
}
.wholesale--page-defalt-pane-right .product-content-manufacturer_name {
  padding-left: 10px;
  font-size: 10px;
}
.wholesale--page-defalt-pane-right .product-content-name {
  margin-top: 5px;
  font-size: 16px;
}
.wholesale--page-defalt-pane-right .product-content-name a {
  color: #017CBE;
}
.wholesale--page-defalt-pane-right .product-content-definition-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.wholesale--page-defalt-pane-right .product-content-definition-list dt {
  width: 70%;
  position: relative;
}
.wholesale--page-defalt-pane-right .product-content-definition-list dd {
  width: 30%;
  position: relative;
}
.wholesale--page-defalt-pane-right .product-content-definition-term {
  font-size: 10px;
}
.wholesale--page-defalt-pane-right .product-content-definition-description {
  font-size: 13px;
}
.wholesale--page-defalt-pane-right .product-content-definition-description-price {
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  .wholesale--page-defalt-pane-right .product-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
  }
  .wholesale--page-defalt-pane-right .product-content-image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wholesale--page-defalt-pane-right .product-content-image img {
    width: 85px;
    height: 85px;
    border: 1px solid #E6E6E6;
  }
  .wholesale--page-defalt-pane-right .product-content-image button {
    border: 1px solid #D84D4D;
    background: none;
    font-size: 13px;
    border-radius: 3px;
    color: #DE0000;
    padding: 6px;
  }
  .wholesale--page-defalt-pane-right .product-content-detail {
    width: 100%;
  }
  .wholesale--page-defalt-pane-right .product-content-manufacturer_name {
    font-size: 10px;
    padding-left: 0;
  }
  .wholesale--page-defalt-pane-right .product-content-name {
    font-size: 13px;
  }
  .wholesale--page-defalt-pane-right .product-content-price {
    font-size: 13px;
  }
  .wholesale--page-defalt-pane-right .product-content-input {
    margin-top: 6px;
  }
  .wholesale--page-defalt-pane-right .product-content-input .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 1rem;
  }
  .wholesale--page-defalt-pane-right .product-content-input .input-group input {
    width: 70px;
    text-align: center;
  }
  .wholesale--page-defalt-pane-right .product-content-input .input-group .act-number {
    width: 100%;
    background-color: #E6E6E6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
  }
}
.wholesale--page-defalt-pane-right .product-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.wholesale--page-defalt-pane-right .product-option-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wholesale--page-defalt-pane-right .product-option-image button {
  border: 1px solid #D84D4D;
  background: none;
  font-size: 13px;
  border-radius: 3px;
  color: #DE0000;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wholesale--page-defalt-pane-right .product-option-detail {
  width: 100%;
}
.wholesale--page-defalt-pane-right .product-option-input .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 1rem;
}
.wholesale--page-defalt-pane-right .product-option-input .input-group input {
  width: 70px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #B3B3B2;
}
.wholesale--page-defalt-pane-right .product-option-input .input-group .act-number {
  width: 100%;
  background-color: #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  border-radius: 3px;
  border: 1px solid #B3B3B2;
}
.wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .introduction-content.series,
.wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .list-content.series,
.wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .introduction-content.series,
.wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .list-content.series {
  padding: 30px 75px;
}
.wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .introduction-content.series:not(:last-child),
.wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .list-content.series:not(:last-child),
.wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .introduction-content.series:not(:last-child),
.wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .list-content.series:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .introduction-content.series .list-content-image,
.wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .list-content.series .list-content-image,
.wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .introduction-content.series .list-content-image,
.wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .list-content.series .list-content-image {
  margin-bottom: 20px;
  width: 75px;
  height: 75px;
  aspect-ratio: 1;
  border-radius: 5px;
}
.wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .introduction-content.series .list-content-image a,
.wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .list-content.series .list-content-image a,
.wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .introduction-content.series .list-content-image a,
.wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .list-content.series .list-content-image a {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
.wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .introduction-content.series .list-content-image a img,
.wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .list-content.series .list-content-image a img,
.wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .introduction-content.series .list-content-image a img,
.wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .list-content.series .list-content-image a img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .introduction-content.series,
  .wholesale--page-defalt-pane-right .introduction-content.manu .wholesale--page-defalt-pane-right .list-content.series,
  .wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .introduction-content.series,
  .wholesale--page-defalt-pane-right .list-content.manu .wholesale--page-defalt-pane-right .list-content.series {
    padding: 15px 0;
  }
}
.wholesale--page-defalt-pane-right .introduction-content__bg,
.wholesale--page-defalt-pane-right .list-content__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  height: 275px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wholesale--page-defalt-pane-right .introduction-content-sub_title,
.wholesale--page-defalt-pane-right .list-content-sub_title {
  font-size: 10px;
}
.wholesale--page-defalt-pane-right .introduction-content-main_title,
.wholesale--page-defalt-pane-right .list-content-main_title {
  font-weight: bold;
  font-size: 16px;
}
.wholesale--page-defalt-pane-right .introduction-content-desc,
.wholesale--page-defalt-pane-right .list-content-desc {
  margin-top: 20px;
  font-size: 13px;
}
.wholesale--page-defalt-pane-right .introduction-content-url,
.wholesale--page-defalt-pane-right .list-content-url {
  color: #000000;
}
.wholesale--page-defalt-pane-right .introduction-content a,
.wholesale--page-defalt-pane-right .list-content a {
  color: #017CBE;
}
.wholesale--page-defalt-pane-right .introduction-content-number_of_products,
.wholesale--page-defalt-pane-right .list-content-number_of_products {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer + div > div, .wholesale--page-defalt-pane-right .introduction-content.series + div > div, .wholesale--page-defalt-pane-right .introduction-content.category + div > div, .wholesale--page-defalt-pane-right .introduction-content.procduct + div > div {
    padding: 0;
  }
}
.wholesale--page-defalt-pane-right .introduction-content.series, .wholesale--page-defalt-pane-right .introduction-content.category, .wholesale--page-defalt-pane-right .introduction-content.procduct {
  padding-bottom: 3rem;
  gap: 2rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: start !important;
  -webkit-justify-content: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
.wholesale--page-defalt-pane-right .introduction-content.series .list-content-image, .wholesale--page-defalt-pane-right .introduction-content.category .list-content-image, .wholesale--page-defalt-pane-right .introduction-content.procduct .list-content-image {
  padding-left: 4.5rem;
  padding-right: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0;
  width: 200px;
  height: 200px;
}
.wholesale--page-defalt-pane-right .introduction-content.series > div:nth-child(2), .wholesale--page-defalt-pane-right .introduction-content.category > div:nth-child(2), .wholesale--page-defalt-pane-right .introduction-content.procduct > div:nth-child(2) {
  padding-right: 4.5rem;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-desc, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-desc, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-desc {
  display: block;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-desc-switch, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-desc-switch, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-desc-switch {
  display: none;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-filter, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-filter, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-filter {
  margin-top: 2rem;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-filter button, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-filter button, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-filter button {
  border: 1px solid #707070;
  padding: 1rem 3rem;
  background: none;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-filterbox, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-filterbox, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-filterbox {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: 100;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-filterbox.active, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-filterbox.active, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-filterbox.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-filterbox > div, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-filterbox > div, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-filterbox > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  width: 640px;
  height: 640px;
  padding: 4rem;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-filterbox > div dl dt, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-filterbox > div dl dt, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-filterbox > div dl dt {
  font-weight: bold;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-filterbox > div dl dd select, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-filterbox > div dl dd select, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-filterbox > div dl dd select {
  width: 100%;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-filterbox > div .filterbox__button, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-filterbox > div .filterbox__button, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-filterbox > div .filterbox__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-filterbox > div .filterbox__button button, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-filterbox > div .filterbox__button button, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-filterbox > div .filterbox__button button {
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 6px;
  width: 16rem;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-filterbox > div .filterbox__button #filter_reset, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-filterbox > div .filterbox__button #filter_reset, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-filterbox > div .filterbox__button #filter_reset {
  color: #3B1E88;
  background-color: #ffffff;
  border: 1px solid #3B1E88;
}
.wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-filterbox > div .filterbox__button #filter_submit, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-filterbox > div .filterbox__button #filter_submit, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-filterbox > div .filterbox__button #filter_submit {
  color: #FFFFFF;
  background-color: #3B1E88;
  border: 1px solid #3B1E88;
}
@media screen and (max-width: 767px) {
  .wholesale--page-defalt-pane-right .introduction-content.series, .wholesale--page-defalt-pane-right .introduction-content.category, .wholesale--page-defalt-pane-right .introduction-content.procduct {
    position: relative;
  }
  .wholesale--page-defalt-pane-right .introduction-content.series:after, .wholesale--page-defalt-pane-right .introduction-content.category:after, .wholesale--page-defalt-pane-right .introduction-content.procduct:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 6px solid #3B1E88;
  }
  .wholesale--page-defalt-pane-right .introduction-content.series .list-content-image, .wholesale--page-defalt-pane-right .introduction-content.category .list-content-image, .wholesale--page-defalt-pane-right .introduction-content.procduct .list-content-image {
    width: 75px;
    height: 75px;
  }
  .wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-desc, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-desc, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-desc {
    display: none;
  }
  .wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-desc-switch, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-desc-switch, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-desc-switch {
    display: block;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
  }
  .wholesale--page-defalt-pane-right .introduction-content.series .introduction-content-desc.open, .wholesale--page-defalt-pane-right .introduction-content.category .introduction-content-desc.open, .wholesale--page-defalt-pane-right .introduction-content.procduct .introduction-content-desc.open {
    display: block;
  }
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer, .wholesale--page-defalt-pane-right .introduction-content.category {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  gap: 35px;
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer.manufacturer, .wholesale--page-defalt-pane-right .introduction-content.category.manufacturer {
  padding: 60px 90px;
  margin-bottom: 72px;
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer.category, .wholesale--page-defalt-pane-right .introduction-content.category.category {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer, .wholesale--page-defalt-pane-right .introduction-content.category {
    padding: 10px 25px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 90px;
    margin-bottom: 0;
  }
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer .list-content-image, .wholesale--page-defalt-pane-right .introduction-content.category .list-content-image {
  z-index: 15;
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer .list-content-text, .wholesale--page-defalt-pane-right .introduction-content.category .list-content-text {
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer .list-content-bg, .wholesale--page-defalt-pane-right .introduction-content.category .list-content-bg {
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  height: 275px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer .list-content, .wholesale--page-defalt-pane-right .introduction-content.category .list-content {
    padding: 15px 30px;
    position: relative;
    margin-bottom: 100px;
  }
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer .list-content-image, .wholesale--page-defalt-pane-right .introduction-content.category .list-content-image {
    height: auto;
    height: auto;
  }
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer .list-content-image img, .wholesale--page-defalt-pane-right .introduction-content.category .list-content-image img {
    width: 75px;
    aspect-ratio: 1;
    -o-object-fit: hidden;
       object-fit: hidden;
  }
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer .list-content-text, .wholesale--page-defalt-pane-right .introduction-content.category .list-content-text {
    width: 100%;
    word-wrap: break-word;
  }
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer .list-content-bg, .wholesale--page-defalt-pane-right .introduction-content.category .list-content-bg {
    height: 150px;
  }
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content:first-child, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content:first-child {
  border-top: 1px solid #e6e6e6;
  padding-top: 32px;
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content-image, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content-image {
  z-index: 15;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: auto;
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content-image a, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content-image a {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content-image a img, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content-image a img {
  width: 75px;
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content-text, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content-text {
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content-text .introduction-content--title, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content-text .introduction-content--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 77px;
}
.wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content-bg, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content-bg {
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  height: 275px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer + div, .wholesale--page-defalt-pane-right .introduction-content.category + div {
    position: relative;
    margin-bottom: 100px;
  }
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content-image, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content-image {
    height: auto;
    top: 15px;
    left: 30px;
  }
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content-image img, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content-image img {
    width: 75px;
    aspect-ratio: 1;
    -o-object-fit: hidden;
       object-fit: hidden;
  }
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content-text, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content-text {
    position: absolute;
    left: 30px;
    bottom: -100px;
  }
  .wholesale--page-defalt-pane-right .introduction-content.manufacturer + div .list-content-bg, .wholesale--page-defalt-pane-right .introduction-content.category + div .list-content-bg {
    height: auto;
    aspect-ratio: 2;
  }
}
.wholesale--page-defalt-pane-right .list-content-image {
  height: 150px;
}
.wholesale--page-defalt-pane-right .list-content-image img {
  height: 100%;
  width: auto;
  aspect-ratio: 1;
  border-radius: 5px;
}
.wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header, .wholesale--page-defalt-pane-right #front_news .news_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header__left, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header__left, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header__left, .wholesale--page-defalt-pane-right #front_news .news_header__left {
  position: relative;
  padding-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header__left::before, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header__left::before, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header__left::before, .wholesale--page-defalt-pane-right #front_news .news_header__left::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 11px;
  height: 50px;
  border-radius: 6px;
  background-color: #3B1E88;
}
.wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header__left--title, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header__left--title, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header__left--title, .wholesale--page-defalt-pane-right #front_news .news_header__left--title {
  font-weight: bold;
}
.wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header__left--subtitle, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header__left--subtitle, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header__left--subtitle, .wholesale--page-defalt-pane-right #front_news .news_header__left--subtitle {
  padding-left: 3px;
  font-size: 10px;
  color: #B3B3B2;
}
.wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header__right, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header__right, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header__right, .wholesale--page-defalt-pane-right #front_news .news_header__right {
  position: relative;
  width: 400px;
  background-color: #F9F9FA;
  border-radius: 50px;
  height: 50px;
  font-size: 16px;
  color: #3B1E88;
  font-weight: bold;
}
.wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header__right--label, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header__right--label, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header__right--label, .wholesale--page-defalt-pane-right #front_news .news_header__right--label {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding-left: 30px;
}
.wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header__right--label svg, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header__right--label svg, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header__right--label svg, .wholesale--page-defalt-pane-right #front_news .news_header__right--label svg {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
.wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header__right select, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header__right select, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header__right select, .wholesale--page-defalt-pane-right #front_news .news_header__right select {
  border: none;
  outline: 0;
  border-radius: 25px;
  background-color: #F9F9FA;
  height: 56px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 20px;
  opacity: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header, .wholesale--page-defalt-pane-right #front_news .news_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header__left--subtitle, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header__left--subtitle, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header__left--subtitle, .wholesale--page-defalt-pane-right #front_news .news_header__left--subtitle {
    color: #B3B3B2;
  }
  .wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header__right, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header__right, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header__right, .wholesale--page-defalt-pane-right #front_news .news_header__right {
    width: 100%;
  }
  .wholesale--page-defalt-pane-right #front_sales_ranking .sales_ranking_header__right select, .wholesale--page-defalt-pane-right #front_sales_ranking .news_header__right select, .wholesale--page-defalt-pane-right #front_news .sales_ranking_header__right select, .wholesale--page-defalt-pane-right #front_news .news_header__right select {
    width: 100%;
  }
}
.wholesale--page-defalt-pane-right #sales_ranking {
  margin-bottom: 50px;
}
.wholesale--page-defalt-pane-right #sales_ranking_body {
  margin-top: 20px;
  padding: 0 20px;
}
.wholesale--page-defalt-pane-right #sales_ranking_body a {
  text-decoration: none;
}
.wholesale--page-defalt-pane-right #sales_ranking_body .sales_ranking_body__product .product_manufacturer_name {
  font-size: 11px;
  color: #017CBE;
  text-decoration: underline;
}
.wholesale--page-defalt-pane-right #sales_ranking_body .sales_ranking_body__product .product_name {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wholesale--page-defalt-pane-right #sales_ranking_body .sales_ranking_body__product .product_image {
    text-align: center;
  }
  .wholesale--page-defalt-pane-right #sales_ranking_body .sales_ranking_body__product .product_manufacturer_name {
    padding: 0 16px;
    font-size: 10px;
  }
  .wholesale--page-defalt-pane-right #sales_ranking_body .sales_ranking_body__product .product_name {
    padding: 0 16px;
    font-size: 13px;
  }
}
.wholesale--page-defalt-pane-right #sales_ranking_footer {
  text-align: end;
  font-weight: bold;
  margin-top: 30px;
}
.wholesale--page-defalt-pane-right #sales_ranking_footer a {
  text-decoration: none;
  color: #3B1E88;
}
.wholesale--page-defalt-pane-right #sales_ranking_footer a:after {
  content: ">";
  margin-left: 5px;
}
.wholesale--page-defalt-pane-right #front_news_list ul {
  margin-top: 2rem;
}
.wholesale--page-defalt-pane-right #front_news_list ul li {
  padding: 1.25rem;
  border-top: 1px solid #D3D0CF;
}
.wholesale--page-defalt-pane-right #front_news_list ul li a {
  text-decoration: none;
  line-height: 2;
}
.wholesale--page-defalt-pane-right #front_news_list ul li a span {
  font-weight: bold;
}
.wholesale--page-defalt .fixed_navigtion {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  letter-spacing: 6px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .wholesale--page-defalt .fixed_navigtion {
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 9000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    letter-spacing: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wholesale--page-defalt .fixed_navigtion__top, .wholesale--page-defalt .fixed_navigtion__contact, .wholesale--page-defalt .fixed_navigtion__searchbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-radius: 15px 0 0;
  height: 150px;
  width: 70px;
  background-color: #383838;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wholesale--page-defalt .fixed_navigtion__top a, .wholesale--page-defalt .fixed_navigtion__contact a, .wholesale--page-defalt .fixed_navigtion__searchbox a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.wholesale--page-defalt .fixed_navigtion__top a img, .wholesale--page-defalt .fixed_navigtion__contact a img, .wholesale--page-defalt .fixed_navigtion__searchbox a img {
  width: 25px;
}
.wholesale--page-defalt .fixed_navigtion__top a a, .wholesale--page-defalt .fixed_navigtion__contact a a, .wholesale--page-defalt .fixed_navigtion__searchbox a a {
  color: #ffffff;
}
.wholesale--page-defalt .fixed_navigtion__top a span, .wholesale--page-defalt .fixed_navigtion__contact a span, .wholesale--page-defalt .fixed_navigtion__searchbox a span {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .wholesale--page-defalt .fixed_navigtion__top, .wholesale--page-defalt .fixed_navigtion__contact, .wholesale--page-defalt .fixed_navigtion__searchbox {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wholesale--page-defalt .fixed_navigtion__contact, .wholesale--page-defalt .fixed_navigtion__searchbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 40%;
    border-radius: 0 15px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    height: auto;
  }
  .wholesale--page-defalt .fixed_navigtion__contact a, .wholesale--page-defalt .fixed_navigtion__searchbox a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.wholesale--page-defalt .fixed_navigtion__cart, .wholesale--page-defalt .fixed_navigtion__menu {
  width: 70px;
  border-radius: 0 0 0 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wholesale--page-defalt .fixed_navigtion__cart a, .wholesale--page-defalt .fixed_navigtion__menu a {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-decoration: none;
}
.wholesale--page-defalt .fixed_navigtion__cart a img, .wholesale--page-defalt .fixed_navigtion__menu a img {
  width: 25px;
  height: auto;
}
.wholesale--page-defalt .fixed_navigtion__cart a div, .wholesale--page-defalt .fixed_navigtion__menu a div {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .wholesale--page-defalt .fixed_navigtion__cart, .wholesale--page-defalt .fixed_navigtion__menu {
    height: 60px;
    width: 60%;
    border-radius: 15px 0 0 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .wholesale--page-defalt .fixed_navigtion__cart a, .wholesale--page-defalt .fixed_navigtion__menu a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.wholesale--page-defalt .fixed_navigtion__cart {
  background-color: #881E5F;
}
.wholesale--page-defalt .fixed_navigtion__menu {
  background-color: #3B1E88;
}
.wholesale--page-defalt #search_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wholesale--page-defalt #search_overlay .search_bar {
  position: absolute;
  width: 96rem;
}
@media (max-width: 767px) {
  .wholesale--page-defalt #search_overlay .search_bar {
    bottom: 20vh;
    width: calc(100% - 4rem);
  }
}
.wholesale--page-defalt #search_overlay .search_bar .table_set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 26px;
}
@media (max-width: 767px) {
  .wholesale--page-defalt #search_overlay .search_bar .table_set {
    margin: 0 auto 15px;
  }
}
.wholesale--page-defalt #search_overlay .search_bar .table_set .keyword {
  width: 100%;
}
.wholesale--page-defalt #search_overlay .search_bar .table_set .keyword input {
  background-color: #383838;
  border: none;
  height: 64px;
  border-radius: 8px 0 0 8px;
  outline: 0;
  padding: 20px 30px;
  font-size: 18px;
  color: #fcfcfc;
}
.wholesale--page-defalt #search_overlay .search_bar .table_set .submit button {
  width: 180px;
  height: 64px;
  border: none;
  border-radius: 0 8px 8px 0;
  background-color: #3B1E88;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wholesale--page-defalt #search_overlay .search_bar .table_set .submit button img {
  height: 22px;
}
@media (max-width: 767px) {
  .wholesale--page-defalt #search_overlay .search_bar .table_set .keyword input {
    height: 60px;
    padding: 20px;
  }
  .wholesale--page-defalt #search_overlay .search_bar .table_set .submit button {
    width: 60px;
    height: 60px;
  }
  .wholesale--page-defalt #search_overlay .search_bar .table_set .submit button img {
    height: 13px;
  }
}
.wholesale--page .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.wholesale--page .alert.alert-success {
  color: #fff;
  background-color: #28a745;
  border-color: #23923d;
}
@media (max-width: 767px) {
  .wholesale--page .input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin-bottom: 10px;
  }
  .wholesale--page .input-group .form-control {
    height: 45px;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
  }
  .wholesale--page .input-group-append {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .wholesale--page .input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    font-size: 2rem;
    font-weight: bold;
  }
  .wholesale--page .input-group-text:first-child {
    border-bottom-right-radius: 0;
    border-right: 0;
  }
  .wholesale--page .input-group-text:last-child {
    border-bottom-left-radius: 0;
  }
}
.wholesale--page .layout--foot .footer_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin: auto;
  padding-top: 50px;
  gap: 50px;
}
@media (max-width: 767px) {
  .wholesale--page .layout--foot .footer_link {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 25px;
    padding-top: 25px;
  }
}

.page_breadcrumb .breadcrumb, .archive_breadcrumb .breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_breadcrumb .breadcrumb__item, .archive_breadcrumb .breadcrumb__item {
  font-size: 13px;
}
.page_breadcrumb .breadcrumb__item:not(:last-child)::after, .archive_breadcrumb .breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
}
.page_breadcrumb .breadcrumb__item a, .archive_breadcrumb .breadcrumb__item a {
  color: #3B1E88;
  text-decoration: none;
}
.page_breadcrumb .breadcrumb__item span, .archive_breadcrumb .breadcrumb__item span {
  color: #3B1E88;
}
.page_header, .archive_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  position: relative;
  padding-left: 24px;
}
.page_header::before, .archive_header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 11px;
  height: 50px;
  border-radius: 6px;
  background-color: #3B1E88;
}
.page_header__title, .archive_header__title {
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_announcement .announcement__item, .archive_announcement .announcement__item {
  padding: 20px 20px 30px;
  border-bottom: 1px solid #D3D0CF;
}
.page_announcement .announcement__item a, .archive_announcement .announcement__item a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.page_announcement .announcement__item--date, .archive_announcement .announcement__item--date {
  font-size: 13px;
  color: #3B1E88;
}
.page_announcement .announcement__item--title, .archive_announcement .announcement__item--title {
  font-size: 20px;
  font-weight: bold;
}
.page_announcement .announcement__item--body, .archive_announcement .announcement__item--body {
  font-size: 16px;
}
.page_announcement .announcement__article, .archive_announcement .announcement__article {
  padding: 20px 20px 30px;
}
.page_announcement .announcement__article--date, .archive_announcement .announcement__article--date {
  font-size: 13px;
  color: #3B1E88;
}
.page_announcement .announcement__article--title, .archive_announcement .announcement__article--title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.page_announcement .announcement__article--body, .archive_announcement .announcement__article--body {
  margin-top: 40px;
  font-size: 16px;
}
.page_announcement .announcement__article--body figure, .archive_announcement .announcement__article--body figure {
  margin: 16px 0;
}
.page_announcement .announcement__article--body figure img, .archive_announcement .announcement__article--body figure img {
  width: 100%;
  height: auto;
}
.page_announcement .announcement__article--body p, .archive_announcement .announcement__article--body p {
  line-height: 2;
}

footer {
  margin-top: 10rem;
}

.srrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
}
.srrollbar::-webkit-scrollbar {
  display: none;
}

.simplebar-scrollbar {
  background-color: #3B1E88;
  border-radius: 5px;
}

.simplebar-scrollbar::before {
  background: #ffffff;
  border-radius: 0;
  width: 5px;
  left: 0 !important;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 0;
  background: none;
}

.simplebar-track {
  background: #cbd2e0;
  width: 5px !important;
  border-radius: 5px;
}

.modal__navigation {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .modal__navigation {
    top: 120px;
  }
}
.modal__navigation--container {
  max-width: 1200px;
  width: 100%;
  height: 480px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
@media (max-width: 767px) {
  .modal__navigation--container {
    height: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #F9F9FA;
    padding-right: 20px;
  }
}
.modal__navigation--sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.modal__navigation--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__navigation--head div:nth-child(2) {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.modal__navigation--head div:nth-child(3) {
  text-align: right;
  cursor: pointer;
  font-size: 20px;
  padding: 0 15px;
}
.modal__navigation--head div:nth-child(3) button {
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.modal__navigation--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
.modal__navigation--content .item__preview {
  width: 320px;
  height: 320px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 32px;
}
.modal__navigation--content .item__preview img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .modal__navigation--content .item__preview {
    display: none;
  }
}
.modal__navigation--content .item__holder {
  width: 100%;
}
@media (min-width: 767px) {
  .modal__navigation--content .item__holder.pl-6 {
    padding-left: 6rem;
  }
}
.modal__navigation--content .item__holder > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  height: 340px;
}
.modal__navigation--content .item__holder > ul .simplebar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 340px;
}
.modal__navigation--content .item__holder > ul li .parent {
  font-size: 16px;
}
.modal__navigation--content .item__holder > ul li li a {
  line-height: 2;
  font-size: 14px;
}
@media (max-width: 767px) {
  .modal__navigation--content .item__holder > ul {
    height: calc(100dvh - 240px);
  }
}

.archive_mypage.mypage_index .menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.archive_mypage.mypage_index .menus li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border: 1px solid #3B1E88;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  color: #3B1E88;
}
@media screen and (max-width: 767px) {
  .archive_mypage.mypage_index .menus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .archive_mypage.mypage_index .menus li a {
    font-size: 16px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 767px) {
  .sp {
    display: none;
  }
}
.sp_navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.sp_navigation.fixed, .sp_navigation.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10050;
}
.sp_navigation.nav {
  border-bottom: none;
}
.sp_navigation.nav .sp_navigation__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp_navigation.nav .sp_navigation__left, .sp_navigation.nav .sp_navigation__right {
  display: none;
}
.sp_navigation__nav {
  display: none;
}
.sp_navigation__nav button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.sp_navigation__nav button img {
  width: 27px;
}
.sp_navigation__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp_navigation__left button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.sp_navigation__left button img {
  width: 27px;
}
.sp_navigation__left a img {
  padding: 10px;
  height: 100%;
  width: auto;
  max-width: 180px;
}
.sp_navigation__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp_navigation__right--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  gap: 3px;
}
.sp_navigation__right--link--icon {
  line-height: 1;
  height: 24px;
  width: auto;
}
.sp_navigation__right--link--icon.cart img {
  height: 24.5px;
  width: auto;
}
.sp_navigation__right--link--icon.favorite svg {
  height: 24px;
}
.sp_navigation__right--link--title {
  font-size: 10px;
}

#sp_navigation {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100dvh;
  width: 100vw;
  z-index: 10000;
  display: none;
  padding-top: 64px;
}
#sp_navigation.active {
  display: block;
}
#sp_navigation .navigation_logo {
  height: 56px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#sp_navigation .navigation_logo img {
  height: 36px;
  width: auto;
}
#sp_navigation .sp_navifation_holder {
  margin-top: 16px;
}
#sp_navigation .menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#sp_navigation .menu__list--manufacturer, #sp_navigation .menu__list--category, #sp_navigation .menu__list--other {
  width: 300px;
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
#sp_navigation .menu__list--manufacturer a, #sp_navigation .menu__list--category a, #sp_navigation .menu__list--other a {
  text-decoration: none;
}
#sp_navigation .menu__list--manufacturer span img, #sp_navigation .menu__list--category span img, #sp_navigation .menu__list--other span img {
  display: block;
}
#sp_navigation .link_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 20px auto 10px;
  width: 300px;
}
#sp_navigation .link_box a {
  text-decoration: none;
  color: #3B1E88;
  font-size: 13px;
  font-weight: bold;
}

.custom_selector {
  position: relative;
  width: 100%;
  background-color: #F9F9FA;
  border-radius: 50px;
  height: 50px;
  font-size: 16px;
  color: #3B1E88;
  font-weight: bold;
}
.custom_selector--label {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
.custom_selector--label svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom_selector select {
  border: none;
  outline: 0;
  border-radius: 25px;
  background-color: #F9F9FA;
  height: 56px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 20px;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.page_page .layout--head img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
.page_page .layout--head img[src*=".svg"] {
  width: 100%;
}
.page_page .layout--head #boxer img {
  max-width: inherit;
}
.page_page .layout--head a,
.page_page button,
.page_page input[type=submit],
.page_page input[type=button] {
  cursor: pointer;
}
.page_page .layout--head a:link {
  text-decoration: none;
  color: #333;
}
.page_page .layout--head a:visited {
  text-decoration: underline;
  color: #333;
}
.page_page .layout--head a:hover {
  text-decoration: none;
}
.page_page .layout--head a:active {
  text-decoration: none;
}
.page_page .layout--foot .pos_ac {
  text-align: center;
}
.page_page .layout--foot ul {
  list-style: none;
}
.page_page .img_sq,
.page_page .img_rect,
.page_page .img_back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_page .img_sq > img,
.page_page .img_rect > img,
.page_page .img_back > img {
  visibility: hidden;
}
.page_page .layout--body table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
}
.page_page .layout--body th {
  background-color: rgba(0, 0, 0, 0.05);
}
.page_page .layout--body th,
.page_page .layout--body td {
  border-top-width: 0;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.page_page .layout--body ol {
  padding-left: 2rem;
}
.page_page .layout--body img {
  width: 100%;
}