@charset "UTF-8";
#outline {
  background-color: #ffead9;
}

#logosLP a:hover {
  opacity: 0.7;
}

h2 {
  max-width: 600px;
  margin: 30px auto 0 auto;
}
h2 img {
  width: 100%;
  margin: 0 auto;
}

h3 {
  max-width: 800px;
  margin: 15px auto 10px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
h3 span {
  display: block;
  margin-left: 5px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 20px;
  }
  h3 span {
    display: block;
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
  }
}

#sb-site-main {
  transform: unset;
}

#contents > .container,
#main {
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#special-content {
  border: none;
  padding: 20px 0 !important;
  max-width: 1000px;
  margin: auto;
}
#special-content a:focus {
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 991px) {
  #special-content {
    padding-top: 0 !important;
  }
}
#special-content > section {
  padding: 20px 10px 50px;
}
@media screen and (max-width: 599px) {
  #special-content > section {
    padding: 20px 10px 20px;
  }
}
#special-content .img-responsive {
  margin: auto;
}
@media screen and (max-width: 599px) {
  #special-content p,
  #special-content li,
  #special-content a {
    font-size: 14px;
  }
}

.fl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.FeatureList {
  display: inline-block;
  padding: 30px 0;
}
.FeatureList li {
  padding: 10px;
}

.CategoryList {
  display: inline-block;
  padding: 30px 0;
}
.CategoryList li {
  padding: 10px;
}

/* prod slider */
.js__prodlist {
  display: block;
  min-height: 300px;
  content-visibility: auto;
  contain-intrinsic-size: 0 370px;
}
.js__prodlist .bx-wrapper {
  margin: 0 !important;
}
.js__prodlist .product-browsedlist {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.js__prodlist ul li {
  height: auto;
}
.js__prodlist ul li .txt-productname {
  height: 50px !important;
  line-height: 1.2 !important;
}
.js__prodlist ul li a {
  font-size: 14px !important;
}
.js__prodlist ul li .search-item {
  height: auto !important;
  border: none;
}
.js__prodlist ul li .txt-price {
  font-size: 24px !important;
  margin-bottom: 0;
}

a.sitetoplink {
  position: relative;
  display: block;
  max-width: 500px;
  margin: 1.5rem auto 0.5rem;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  border-radius: 3px;
  background-color: #ff1aa1;
  box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
}
a.sitetoplink:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin: -6px 0 0;
  content: "";
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.product-browsedlist {
  counter-reset: rank;
}
.product-browsedlist .search-item {
  position: relative;
  counter-increment: rank;
}
.product-browsedlist .search-item:nth-of-type(-n+10)::before {
  content: counter(rank) "位";
  position: absolute;
  top: 5px;
  right: 5px;
  background: #888888;
  color: #000;
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
}
.product-browsedlist .search-item:nth-of-type(1)::before {
  content: "1位";
  background: linear-gradient(45deg, #FFD700, #FFC107);
  color: #000;
}
.product-browsedlist .search-item:nth-of-type(2)::before {
  content: "2位";
  background: linear-gradient(45deg, #C0C0C0, #B0B0B0);
  color: #000;
}
.product-browsedlist .search-item:nth-of-type(3)::before {
  content: "3位";
  background: linear-gradient(45deg, #CD7F32, #B87333);
  color: #fff;
}
.product-browsedlist .search-item:nth-of-type(n+11)::before {
  content: "";
}/*# sourceMappingURL=logos.css.map */