@charset "UTf-8";

/* ====== page whole css ====== */
#sb-site-main {
  transform: unset;
}

#sb-site-main .container {
  width: 100% !important;
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
}

#special-content {
  max-width: 1920px;
  margin: auto !important;
  padding: 0 !important;
  border: 0;
}

#contents .container {
  overflow: hidden;
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
}

#main {
  padding: 0;
}

a img {
  transition: .2s;
}

a img:hover {
  opacity: .6;
}

/* ====== contents ====== */
.com__con {
  padding: 5px 10px 40px;
  text-align: center;
}

.com__con:nth-child(4) {
  padding-top: 40px;
}

.com__ttl>img {
  max-width: 100%;
  margin: auto;
}

/* coupon */
.couponsold::after {
  position: absolute;
  z-index: 99;
  top: 25%;
  left: 4%;
  display: block;
  width: 90%;
  content: "クーポン完売";
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  transform: rotate(-15deg);
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

/*features*/
.featlist {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin: 20px auto;
}

.featlist>li {
  max-width: 50%;
  padding: 10px;
}

.featlist a {
  display: block;
  margin: auto;
  background-color: #fff;
}

.featlist img {
  margin: auto;
  transition: 0.2s;
}

.featlist img:hover {
  opacity: 0.7;
}

/*slider*/
#main .product-list {
  padding: 0;
  border: none !important;
}

#main .speed-deliver {
  z-index: 10;
}

#main .txt-price {
  position: relative;
  display: inline-block !important;
  float: none !important;
  width: unset;
  text-align: center !important;
  color: #e60012;
  font-size: 30px !important;
}

#main .txt-price:first-letter {
  font-size: 80%;
  padding-right: 5px;
}

#main .product-list ul li .txt-productname {
  height: 4.7em !important;
  margin-top: 170px !important;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}

#main .txt-productname,
#main .txt-productname>a {
  color: #222 !important;
  height: 5em;
  overflow: hidden;
}

#main .product-list ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  border: 0 !important;
}

#main .product-list ul>li {
  position: relative;
  width: 200px !important;
  max-width: 50%;
  height: auto !important;
  margin-bottom: 20px;
  border: none !important;
  border: none;
}

#special-content .product-list ul>li {
  min-width: 25% !important;
}

.search-result .product-list ul>li {
  min-width: 20% !important;
}

.search-result .pull-right {
  width: 100%;
}

.product-list ul>li:hover {
  background: #fff;
}

.product-list ul>li img {
  height: auto;
}

.search-item {
  position: relative;
}

.product-list .txt-stock {
  height: unset !important;
}

a.img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  content: "";
}

a.img-link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s;
  opacity: 0;
  background: #fff;
  z-index: 5;
}

a.img-link:hover::before {
  opacity: 0.5;
}

.search-item .txt-stock,
.search-item .txt-delivery,
.search-item .txt-point,
.search-item .txt-review {
  display: none !important;
}

.itemsold {
  position: relative;
}

.itemsold::before {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: "";
  opacity: 0.5;
  border-radius: 5px;
  background: #fff;
}

.search-item[data-sellable_amount="0"]::after,
.itemsold::after {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 4%;
  display: block;
  width: 90%;
  height: 28px;
  content: "完売しました!";
  transform: rotate(350deg);
  animation: 2s ease 0s 1 normal none running fadeIn;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgb(255, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.45) 1px 2px 3px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.search-item[data-sellable_amount="0"]::before {
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  background: #fff;
}

.com__itemwrap .bx-wrapper {
  display: none !important;
}

.com__itemwrap .premoa-plist:not(.loaded)::before,
.search-result .premoa-plist:not(.loaded)::before {
  position: absolute;
  z-index: 11;
  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 #00000010 #00000010;
  border-radius: 50%;
}

.com__itemwrap .premoa-plist:not(.loaded)>li,
.search-result .premoa-plist:not(.loaded)>li {
  opacity: 0;
}

.com__itemwrap .premoa-plist.loaded>li,
.search-result .premoa-plist.loaded>li {
  transition: 0.2s;
  opacity: 1;
}

.txt-productname {
  color: #222;
  font-weight: bold;
}

p.txt-normal-price {
  margin: 5px 0;
  color: #777;
  font-weight: bold;
}

.off-obi {
  background: #ffee31;
}

.off-obi__sm {
  display: inline-block;
  padding-right: 3px;
  color: #bb2c00;
  font-size: 14px;
  font-weight: bold;
}


span.off-obi__lg {
  display: inline-block;
  color: #bb2c00;
  font-family: Impact, "Oswald", Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans-serif;
  font-size: 23px;
}

/* ====== categorypage ====== */
#time_sale_headings>.col-lg-12 {
  position: unset !important;
}

.search-result>.row>.col-sm-3,
#category_header {
  display: none !important;
}

.search-result>.row>.col-sm-9 {
  width: 100%;
}

#time_sale_list_ui,
.pagination__wrap,
#btn-add-cart,
#btn-add-fav {
  display: none !important;
}

.search-result {
  position: relative;
  z-index: 0;
  margin: 0 0 40px;
  padding: 0 10px 50px !important;
}

.search-result .breadcrumb {
  position: absolute;
  z-index: 100;
  top: 100%;
  width: 100%;
  margin: 5px 0 0;
}

.search-result .breadcrumb,
.search-result .breadcrumb a,
.search-result .breadcrumb span {
  color: #555 !important;
  font-size: 12px;
}

.search-result .breadcrumb a:hover {
  opacity: 0.7;
}

.search-result {
  max-width: 1200px;
  margin: auto;
  padding: 15px 5px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #fff;
  font-weight: bold;
}

.search-result #product-list {
  max-width: 1200px;
  min-height: 100px;
  margin: auto;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

/*scrollaction*/
.fadeinTrigger {
  transform: translateY(100px);
  opacity: 0;
}

.fadeinTrigger.fadeinAnime {
  animation: common_fadein 1s forwards;
}

/*guide_補足*/
.minorlist .minorlist-item .minorlist-conts img {
  width:100%;
  max-width: 678px;
  margin:auto;
}


/* クーポン */
.coupon_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.coupon_box li {
  margin: 10px;
}
.mt40{
  margin-top: 40px;
}
@media (max-width:767px){
  .coupon_box li {
    margin: 5px;
  }
}

/* 分割払い訴求 */
.jaccsbn {
  max-width: 700px;
  margin: 0 auto;
  border: 2px solid #026db4;
}

.jaccsbn__ttl {
  text-align: center;
  background: #026db4;
  font-size: 18px;
  padding: .2em 0;
  color: #fff;
}
@media (max-width:767px){
  .jaccsbn {
    margin:0 10px;
  }
}




@keyframes common_fadein {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* responsive */
@media (max-width: 1199px) {
  .com__con {
    padding: 0 2px 30px;
  }
}

@media (max-width: 991px) {
  .product-list ul>li {
    width: 33% !important;
  }

}

@media (max-width: 767px) {
  #contents .container {
    padding: 0 !important;
  }

  #main {
    padding: 0 !important;
  }

  .product-list ul>li {
    width: 50% !important;
  }

  .finished__comment {
    font-size: 15px;
  }

  .couponsold::after {
    font-size: 18px;
  }

  .search-item[data-sellable_amount="0"]::after,
  .itemsold::after {
    content: "完売!";
  }

  .off-obi {
    padding-top: 3px;
  }
}
