@charset "UTF-8";
#sb-site-main {
  transform: unset;
}

#contents > .container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#main {
  padding: 0 !important;
}
#main .breadcrumb {
  margin-bottom: 10px;
}

#special-content {
  max-width: 2000px;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #222;
  border: none !important;
}
#special-content a:focus {
  text-decoration: none;
}
#special-content .img-responsive {
  margin: auto;
}
#special-content section {
  padding: 30px 5px;
}
@media screen and (max-width: 769px) {
  #special-content section {
    padding: 10px 5px;
  }
}
#special-content em {
  background: linear-gradient(transparent 60%, #fdffc5 60%);
  font-weight: bold;
}

.flexBox {
  display: flex;
  flex-wrap: wrap;
}

.fl-intro {
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 10px auto 30px;
}
.fl-intro .fl-intro__txt {
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .fl-intro .fl-intro__txt {
    padding: 15px 5px;
    text-align: center;
  }
}
.fl-intro .fl-intro__txt p {
  margin: 10px 0;
}
.fl-intro .fl-intro__img {
  max-width: 90%;
}

.txt-lg {
  letter-spacing: 1px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .txt-lg {
    letter-spacing: 0px;
    font-size: 20px;
  }
}

.txt-md {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .txt-md {
    letter-spacing: 0px;
    font-size: 16px;
  }
}

.txt-sm {
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .txt-sm {
    font-size: 11.5px;
  }
}

.txt-green {
  color: #7ebe60;
}

.txt-darkgreen {
  color: #247743;
}

.txt-gray {
  color: #9b9b9b;
}

.txt-red {
  color: #f04359;
}

.bg-linear {
  background: linear-gradient(90deg, #d1f9b2, #e4fbdb, #d1f9b2);
  background-color: #e4fbdb;
}

#sld1txt {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  #sld1txt::before, #sld1txt::after {
    display: none;
  }
}
#sld1txt::before {
  padding-right: 5px;
  content: "＼";
}
#sld1txt::after {
  content: "／";
}

.searchbtnarea {
  margin: 0 auto 50px;
  padding: 20px 10px;
}
@media screen and (max-width: 769px) {
  .searchbtnarea {
    margin: 0 auto 30px;
  }
}

a.btn-green {
  display: block;
  max-width: 500px;
  margin: 10px auto;
  padding: 15px 5px;
  transition: 0.3s;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  background: #247743;
  font-size: 20px;
  font-weight: bold;
}
a.btn-green:hover {
  background-color: #7ebe60;
}

.box-gr {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  border: 2px solid #7ebe60;
  border-radius: 30px;
}
@media screen and (max-width: 769px) {
  .box-gr {
    padding: 20px 10px;
  }
  .box-gr > .txt-lg {
    padding: 0 10px;
  }
}
.box-gr > .txt-lg {
  position: relative;
  z-index: 10;
  top: -40px;
  display: inline-block;
  padding: 0 30px;
  background: #fff;
}

.fl-osusume {
  justify-content: center;
  margin: -30px auto 10px;
}
.fl-osusume > li {
  max-width: 50%;
  padding: 10px;
}
.fl-osusume > li:nth-of-type(1) > .fadeUpTr {
  animation-delay: 0.3s;
}
.fl-osusume > li:nth-of-type(2) > .fadeUpTr {
  animation-delay: 0.6s;
}
.fl-osusume > li:nth-of-type(3) > .fadeUpTr {
  animation-delay: 0.9s;
}
.fl-osusume > li:nth-of-type(4) > .fadeUpTr {
  animation-delay: 1.2s;
}

.ttl-sub {
  position: relative;
  top: 20px;
  font-size: 13px;
}

.ttl {
  margin: 20px auto;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .ttl {
    font-size: 25px;
  }
}

.list-point > li:nth-of-type(1)::after {
  background-image: url(image/point_image1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.list-point > li:nth-of-type(2)::after {
  background-image: url(image/point_image2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.list-point > li:nth-of-type(3)::after {
  background-image: url(image/point_image3.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.list-point > li:nth-of-type(4)::after {
  background-image: url(image/point_image4.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.list-point > li:nth-of-type(5)::after {
  background-image: url(image/point_image5.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.list-point > li:nth-of-type(6)::after {
  background-image: url(image/point_image6.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.list-point {
  max-width: 900px;
  margin: 50px auto;
}
.list-point > li {
  position: relative;
  min-height: 250px;
  margin: 50px 0 30px;
  counter-increment: cnt;
  text-align: left;
}
.list-point > li > a, .list-point > li > p {
  width: 100%;
}
.list-point > li > * {
  margin: 10px 0;
}
.list-point > li .point-cate {
  position: absolute;
  bottom: calc(100% - 20px);
  display: flex;
  padding-left: 58px;
}
.list-point > li .point-cate li {
  padding: 1px 15px;
  margin: 2.5px;
  border-radius: 40px;
  font-size: 12px;
  color: #fff;
}
.list-point > li:nth-of-type(odd) {
  padding-right: 40%;
}
.list-point > li:nth-of-type(odd)::before {
  position: absolute;
  top: -45px;
  content: counter(cnt);
  opacity: 0.3;
  color: #487cb1;
  font-size: 70px;
  font-weight: bold;
}
.list-point > li:nth-of-type(odd)::after {
  position: absolute;
  top: 0;
  width: 37%;
  height: 100%;
  content: "";
}
.list-point > li:nth-of-type(odd) h3 {
  padding-left: 60px;
  color: #487cb1;
  font-weight: bold;
}
.list-point > li:nth-of-type(odd) a {
  display: block;
  width: 350px;
  max-width: 90%;
  padding: 5px;
  transition: 0.3s;
  text-align: center;
  color: #487cb1;
  border: 1px solid #487cb1;
  border-radius: 30px;
  font-size: 16px;
}
.list-point > li:nth-of-type(odd) a:hover {
  opacity: 0.7;
}
.list-point > li:nth-of-type(odd)::after {
  right: 0;
  background-position: right;
}
.list-point > li:nth-of-type(odd) .point-cate li {
  background: #487cb1;
}
.list-point > li:nth-of-type(even) {
  padding-left: 40%;
}
.list-point > li:nth-of-type(even)::before {
  position: absolute;
  top: -45px;
  content: counter(cnt);
  opacity: 0.3;
  color: #d87986;
  font-size: 70px;
  font-weight: bold;
}
.list-point > li:nth-of-type(even)::after {
  position: absolute;
  top: 0;
  width: 37%;
  height: 100%;
  content: "";
}
.list-point > li:nth-of-type(even) h3 {
  padding-left: 60px;
  color: #d87986;
  font-weight: bold;
}
.list-point > li:nth-of-type(even) a {
  display: block;
  width: 350px;
  max-width: 90%;
  padding: 5px;
  transition: 0.3s;
  text-align: center;
  color: #d87986;
  border: 1px solid #d87986;
  border-radius: 30px;
  font-size: 16px;
}
.list-point > li:nth-of-type(even) a:hover {
  opacity: 0.7;
}
.list-point > li:nth-of-type(even)::after {
  left: 0;
  background-position: left;
}
.list-point > li:nth-of-type(even) .point-cate li {
  background: #d87986;
}
@media screen and (max-width: 769px) {
  .list-point {
    max-width: 500px;
    margin: 30px auto 0;
  }
  .list-point > li {
    justify-content: center;
    margin: 30px 0 50px;
    text-align: center;
  }
  .list-point > li > * {
    margin: 5px 0;
  }
  .list-point > li:nth-of-type(odd), .list-point > li:nth-of-type(even) {
    padding: calc(40% + 20px) 0 0;
  }
  .list-point > li:nth-of-type(odd) h3, .list-point > li:nth-of-type(even) h3 {
    padding-left: 10px;
  }
  .list-point > li:nth-of-type(odd)::after, .list-point > li:nth-of-type(even)::after {
    width: 100%;
    height: 5px;
    padding-top: 40%;
    background-position: center;
  }
  .list-point > li:nth-of-type(odd)::before, .list-point > li:nth-of-type(even)::before {
    position: relative;
    top: -5px;
    font-size: 40px;
    line-height: 1;
  }
  .list-point > li ul.point-cate {
    position: relative;
    bottom: 0;
    padding-left: 0;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 449px) {
  .list-point > li:nth-of-type(odd), .list-point > li:nth-of-type(even) {
    padding: calc(75% + 20px) 0 0;
  }
  .list-point > li:nth-of-type(odd)::after, .list-point > li:nth-of-type(even)::after {
    padding-top: 75%;
  }
}

.fl-point {
  align-items: center;
}

.flow-wash,
.flow-ref {
  max-width: 1200px;
  margin: 50px auto;
}
@media screen and (max-width: 769px) {
  .flow-wash,
  .flow-ref {
    max-width: 500px;
    margin: 30px auto 50px;
  }
}

.fl-flow {
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .fl-flow.slick-slider > .slick-list {
    border: 0;
  }
  .fl-flow.slick-slider .slick-track {
    counter-reset: flowcnt;
  }
  .fl-flow.slick-slider .slick-track > .slick-slide {
    display: block;
    margin: 0;
    padding: 0;
  }
  .fl-flow.slick-slider .slick-track > .slick-slide > .flow__midahsi::before {
    content: "【" counter(flowcnt) "】";
    counter-increment: flowcnt 1;
  }
  .fl-flow.slick-slider .slick-arrow {
    position: absolute !important;
    z-index: 10;
    top: 18px !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    content: "";
    border: 10px solid transparent;
    background: transparent;
  }
  .fl-flow.slick-slider .slick-arrow.slick-prev {
    left: 0 !important;
    border-right: 13px solid #fff;
  }
  .fl-flow.slick-slider .slick-arrow.slick-next {
    right: 0 !important;
    left: unset !important;
    border-left: 13px solid #fff;
  }
  .fl-flow.slick-slider .slick-arrow[aria-disabled=true] {
    opacity: 0;
  }
}
.fl-flow > li,
.fl-flow .slick-track > li {
  width: 25%;
}
@media screen and (max-width: 1099px) {
  .fl-flow > li > p:not(.flow__midahsi),
  .fl-flow .slick-track > li > p:not(.flow__midahsi) {
    min-height: 85px;
  }
}
@media screen and (max-width: 769px) {
  .fl-flow > li > p:not(.flow__midahsi),
  .fl-flow .slick-track > li > p:not(.flow__midahsi) {
    min-height: unset;
  }
}
.fl-flow > li > *:not(.flow__midahsi),
.fl-flow .slick-track > li > *:not(.flow__midahsi) {
  padding: 5px 15px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .fl-flow > li > *:not(.flow__midahsi),
  .fl-flow .slick-track > li > *:not(.flow__midahsi) {
    padding: 5px;
  }
}
@media screen and (max-width: 769px) {
  .fl-flow > li > *:not(.flow__midahsi),
  .fl-flow .slick-track > li > *:not(.flow__midahsi) {
    padding: 5px 5px;
    text-align: center;
  }
}
.fl-flow > li figcaption,
.fl-flow .slick-track > li figcaption {
  margin: 5px 0;
}

@media screen and (max-width: 769px) {
  .flow-wash .slick-dots li button::before {
    color: #487cb1 !important;
    font-size: 15px;
  }
}
.flow-wash h3 {
  padding: 7.5px;
  color: #487cb1;
  background: #ecf2f7;
}
.flow-wash .flow__midahsi {
  position: relative;
  padding: 5px;
  color: #fff;
  text-shadow: 0 0 10px #487cb1;
  font-size: 16px;
  font-weight: bold;
}
.flow-wash .fl-flow li:nth-of-type(1) {
  z-index: 9;
}
.flow-wash .fl-flow li:nth-of-type(1) .flow__midahsi {
  background-color: #88b6e3;
}
.flow-wash .fl-flow li:nth-of-type(1) .flow__midahsi::after {
  position: absolute;
  z-index: 10;
  top: calc(50% - 20px);
  left: 100%;
  content: "";
  border: 20px solid transparent;
  border-left: 20px solid #88b6e3;
}
@media screen and (max-width: 769px) {
  .flow-wash .fl-flow li:nth-of-type(1) .flow__midahsi::after {
    display: none;
  }
}
.flow-wash .fl-flow li:nth-of-type(2) {
  z-index: 8;
}
.flow-wash .fl-flow li:nth-of-type(2) .flow__midahsi {
  background-color: #79a7d5;
}
.flow-wash .fl-flow li:nth-of-type(2) .flow__midahsi::after {
  position: absolute;
  z-index: 10;
  top: calc(50% - 20px);
  left: 100%;
  content: "";
  border: 20px solid transparent;
  border-left: 20px solid #79a7d5;
}
@media screen and (max-width: 769px) {
  .flow-wash .fl-flow li:nth-of-type(2) .flow__midahsi::after {
    display: none;
  }
}
.flow-wash .fl-flow li:nth-of-type(3) {
  z-index: 7;
}
.flow-wash .fl-flow li:nth-of-type(3) .flow__midahsi {
  background-color: #5f92c5;
}
.flow-wash .fl-flow li:nth-of-type(3) .flow__midahsi::after {
  position: absolute;
  z-index: 10;
  top: calc(50% - 20px);
  left: 100%;
  content: "";
  border: 20px solid transparent;
  border-left: 20px solid #5f92c5;
}
@media screen and (max-width: 769px) {
  .flow-wash .fl-flow li:nth-of-type(3) .flow__midahsi::after {
    display: none;
  }
}
.flow-wash .fl-flow li:nth-of-type(4) {
  z-index: 6;
}
.flow-wash .fl-flow li:nth-of-type(4) .flow__midahsi {
  background-color: #487cb1;
}

@media screen and (max-width: 769px) {
  .flow-ref .slick-dots li button::before {
    color: #d87986 !important;
    font-size: 15px;
  }
}
.flow-ref h3 {
  padding: 7.5px;
  color: #d87986;
  background: #fbf1f3;
}
.flow-ref .flow__midahsi {
  position: relative;
  padding: 5px;
  color: #fff;
  text-shadow: 0 0 10px #d87986;
  font-size: 16px;
  font-weight: bold;
}
.flow-ref .fl-flow li:nth-of-type(1) {
  z-index: 9;
}
.flow-ref .fl-flow li:nth-of-type(1) .flow__midahsi {
  background-color: #f3b2bb;
}
.flow-ref .fl-flow li:nth-of-type(1) .flow__midahsi::after {
  position: absolute;
  z-index: 10;
  top: calc(50% - 20px);
  left: 100%;
  content: "";
  border: 20px solid transparent;
  border-left: 20px solid #f3b2bb;
}
@media screen and (max-width: 769px) {
  .flow-ref .fl-flow li:nth-of-type(1) .flow__midahsi::after {
    display: none;
  }
}
.flow-ref .fl-flow li:nth-of-type(2) {
  z-index: 8;
}
.flow-ref .fl-flow li:nth-of-type(2) .flow__midahsi {
  background-color: #eca1ab;
}
.flow-ref .fl-flow li:nth-of-type(2) .flow__midahsi::after {
  position: absolute;
  z-index: 10;
  top: calc(50% - 20px);
  left: 100%;
  content: "";
  border: 20px solid transparent;
  border-left: 20px solid #eca1ab;
}
@media screen and (max-width: 769px) {
  .flow-ref .fl-flow li:nth-of-type(2) .flow__midahsi::after {
    display: none;
  }
}
.flow-ref .fl-flow li:nth-of-type(3) {
  z-index: 7;
}
.flow-ref .fl-flow li:nth-of-type(3) .flow__midahsi {
  background-color: #eb8f9b;
}
.flow-ref .fl-flow li:nth-of-type(3) .flow__midahsi::after {
  position: absolute;
  z-index: 10;
  top: calc(50% - 20px);
  left: 100%;
  content: "";
  border: 20px solid transparent;
  border-left: 20px solid #eb8f9b;
}
@media screen and (max-width: 769px) {
  .flow-ref .fl-flow li:nth-of-type(3) .flow__midahsi::after {
    display: none;
  }
}
.flow-ref .fl-flow li:nth-of-type(4) {
  z-index: 6;
}
.flow-ref .fl-flow li:nth-of-type(4) .flow__midahsi {
  background-color: #d87986;
}

.staff-voice {
  max-width: 900px;
  margin: 0 auto 50px;
  padding-right: 200px;
  text-align: left;
  background: url(image/staff.png) no-repeat bottom right;
}
@media screen and (max-width: 769px) {
  .staff-voice {
    margin: 0 auto 30px;
    padding-right: unset;
    background: unset;
  }
  .staff-voice > div {
    padding: 20px 10px;
  }
  .staff-voice > div::after, .staff-voice > div::before {
    display: none;
  }
}
.staff-voice > div {
  position: relative;
  padding: 20px 30px;
  border: 2px solid #7ebe60;
  border-radius: 30px;
}
.staff-voice > div::before {
  position: absolute;
  right: -52px;
  bottom: 100px;
  width: 0;
  height: 0;
  content: "";
  border: 20px solid transparent;
  border-left: 30px solid #7ebe60;
}
.staff-voice > div::after {
  position: absolute;
  right: -48px;
  bottom: 100px;
  width: 0;
  height: 0;
  content: "";
  border: 20px solid transparent;
  border-left: 30px solid #fff;
}
.staff-voice > div p {
  margin: 10px 0;
}

section#items {
  background: url(image/bg.png);
  background-size: 25px;
}

#notice {
  background: #f7c3c9;
}

.box-wh {
  max-width: 900px;
  margin: 30px auto;
  padding: 30px 10px;
  border-radius: 30px;
  background: #fff;
}

ol.list-notice {
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
}
ol.list-notice > li {
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
  counter-increment: cnt;
}
ol.list-notice > li::before {
  position: absolute;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  content: counter(cnt);
  text-align: center;
  color: #fff;
  background: #f04359;
  font-weight: bold;
}

a#topbtn {
  position: fixed;
  right: 10px;
  bottom: -50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 25px 0 0;
  transition: 0.3s;
  color: #fff;
  border-radius: 50%;
  background: #247743;
  line-height: 1;
}
a#topbtn.show {
  bottom: 30px;
}
a#topbtn:hover {
  transform: translateY(2px);
  background: #7ebe60;
}
a#topbtn::before {
  position: absolute;
  top: 1em;
  right: calc(50% - 0.3em);
  width: 0.6em;
  height: 0.6em;
  content: "";
  transition: 0.3s;
  transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*animation*/
.fadeUpTr {
  opacity: 0;
}
.fadeUpTr.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.AffadeUpTr::after {
  opacity: 0;
}
.AffadeUpTr.fadeUp::after {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*bxs*/
.txt-price {
  margin: 10px 0 0;
  text-align: center !important;
  font-family: "メイリオ", Meiryo, arial, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif !important;
  font-size: 25px !important;
  font-weight: bold;
  line-height: 1.4 !important;
}
.txt-price:first-letter {
  font-size: 70%;
  font-weight: bold;
}

#special-content .product-list:not(.cf) {
  max-width: 1200px !important;
  height: auto !important;
  min-height: 120px;
  margin: 10px auto 0;
  border: none !important;
}
#special-content .product-list ul {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100% !important;
}
#special-content .product-list .bx-controls {
  display: none;
}
#special-content .product-list .bx-wrapper {
  margin-bottom: 0 !important;
  background: unset !important;
}
#special-content .product-list .bx-wrapper .bx-viewport {
  overflow: visible !important;
  height: auto !important;
}
#special-content .product-list .bx-wrapper .bx-viewport > ul {
  position: relative;
  left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100% !important;
  min-height: unset !important;
  border: none !important;
  left: 0 !important;
}
#special-content .product-list .search-item {
  width: calc(20% - 10px) !important;
  max-width: 290px;
  height: auto !important;
  margin: 0 5px 10px;
  padding: 10px 5px !important;
  transition: 0.3s;
  border: none !important;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}
#special-content .product-list .search-item:hover {
  opacity: 0.7;
}
#special-content .product-list .search-item img {
  width: 100%;
  max-width: 160px;
  height: auto;
  max-height: 160px;
  margin: auto;
}

a.img-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.2s;
  opacity: 0;
  background: transparent;
}

.sldwrap {
  position: relative;
  min-height: 200px;
}
.sldwrap:not(.loaded)::before {
  position: absolute;
  top: 30px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  content: "";
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border: solid 4px;
  border-color: #999 rgba(0, 0, 0, 0.062745098) rgba(0, 0, 0, 0.062745098);
  border-radius: 50%;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#intro .sldwrap {
  display: flex;
  max-width: 850px;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
}
#intro .sldwrap > .product-list {
  margin: 10px 0 0 !important;
  width: 25% !important;
  max-width: 240px !important;
}
#intro .sldwrap > .product-list li {
  width: 200px !important;
  max-width: 100% !important;
}

@media screen and (max-width: 991px) {
  #special-content .product-list .search-item {
    width: calc(33% - 10px) !important;
    max-width: 200px;
  }
  #special-content .product-list#sld1 .search-item:nth-of-type(n + 4) {
    display: none !important;
  }
  #special-content .product-list#sld2 .search-item:nth-of-type(n + 10), #special-content .product-list#sld3 .search-item:nth-of-type(n + 10) {
    display: none !important;
  }
  .txt-price {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 769px) {
  #intro .sldwrap > .product-list {
    width: 50% !important;
  }
}
@media screen and (max-width: 449px) {
  #special-content .product-list .search-item {
    width: calc(50% - 10px) !important;
  }
  #special-content .product-list#sld1 .search-item:nth-of-type(n + 4) {
    display: block !important;
  }
  #special-content .product-list#sld2 .search-item:nth-of-type(n + 7), #special-content .product-list#sld3 .search-item:nth-of-type(n + 7) {
    display: none !important;
  }
}
.bnlink {
  max-width: 100%;
  height: auto;
  margin: auto;
  transition: 0.2s;
}
.bnlink:hover {
  opacity: 0.7;
}/*# sourceMappingURL=st.css.map */