@charset "UTF-8";
#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: 1600px;
  margin: auto;
  color: #333;
}
#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: 30px 10px 50px;
}
@media screen and (max-width: 599px) {
  #special-content > section {
    padding: 30px 10px 30px;
  }
}
#special-content .img-responsive {
  margin: auto;
}
@media screen and (max-width: 599px) {
  #special-content p,
  #special-content li {
    font-size: 13px;
  }
}

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

.outline__point {
  max-width: 960px;
  margin: auto;
}
.outline__point li {
  padding: 10px;
  width: 33.3333333333%;
}
@media screen and (max-width: 991px) {
  .outline__point li br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .outline__point li {
    width: 100%;
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
  }
  .outline__point li > div {
    width: 150px;
  }
}
.outline__point li p {
  line-height: 1.5 !important;
  padding-top: 5px;
}
@media screen and (max-width: 599px) {
  .outline__point li p {
    padding-top: 0;
    padding-left: 15px;
    width: calc(100% - 150px);
    text-align: left;
    font-size: 15px !important;
  }
}

#outline {
  background-color: #ffecf1;
}
#outline h2 {
  margin: 30px auto 15px;
  position: relative;
  z-index: 10;
  max-width: 700px;
}
#outline em {
  font-size: 120%;
  padding: 0 5px;
  font-weight: bold;
  color: #ed3f9e;
}

.outline__detail {
  text-align: left;
  max-width: 800px;
  margin: 20px auto;
}
.outline__detail dd {
  padding: 7.5px 15px;
  background: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .outline__detail dd {
    padding: 5px 7.5px;
  }
}
.outline__detail dd p {
  padding: 5px 0;
}
.outline__detail dd p span {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .outline__detail dd p span:nth-of-type(2) {
    display: block;
  }
}
.outline__detail dt {
  padding: 7.5px 15px 5px;
  font-size: 16px;
  background: #ed3f9e;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .outline__detail dt {
    padding: 5px;
  }
}

.cp_timer.finish > span:nth-of-type(2) {
  color: #aaa;
}
.cp_timer.finish > span:nth-of-type(2)::after {
  content: "終了しました！";
  padding-left: 10px;
  color: #f76b93;
  position: absolute;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .cp_timer.finish > span:nth-of-type(1)::after {
    content: "終了しました！";
    padding-left: 15px;
    color: #f76b93;
    position: absolute;
    font-weight: bold;
  }
  .cp_timer.finish > span:nth-of-type(2)::after {
    display: none;
  }
}

.outline__detail__rabel {
  color: #ed3f9e;
  border: 1px solid;
  padding: 0 5px;
  border-radius: 3px;
  margin-right: 7.5px;
}

.outline__list li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.outline__list li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  background: #ccc;
  left: 5px;
  top: 13px;
}

#category {
  background-image: url(../202406/img/pattern03.png);
  background-color: #eff4f8;
  background-size: 30px;
  border-top: 10px solid #2a51b7;
}
#category h2 {
  margin: 30px auto 15px;
  position: relative;
  z-index: 10;
  max-width: 700px;
}

.category__itemlist {
  max-width: 1000px;
  margin: 20px auto;
}
.category__itemlist > li {
  width: 200px;
  max-width: 33.3333333333%;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .category__itemlist > li {
    padding: 5px 2.5px;
  }
}
.category__itemlist > li a {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: block;
  padding: 10px 5px 5px;
  border: 1px solid #eff4f8;
}
.category__itemlist > li a p {
  margin: 7.5px 0 0;
  color: #555;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .category__itemlist > li a p {
    font-size: 12px !important;
  }
}
.category__itemlist > li a img {
  transition: 0.3s;
}
.category__itemlist > li a:hover img, .category__itemlist > li a:hover p {
  opacity: 0.6;
}

#item {
  background-image: url(../202406/img/pattern01.png);
  background-color: #fffce2;
  background-size: 30px;
  border-top: 10px solid #efe22a;
}
#item h2 {
  margin: 30px auto 15px;
  position: relative;
  z-index: 10;
  max-width: 700px;
}
#item h3 {
  max-width: 600px;
  margin: 30px auto 14px;
  background: url(../202406/img/line01.png) no-repeat bottom center;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #7b4e2e;
}
@media screen and (max-width: 599px) {
  #item h3 {
    font-size: 20px;
  }
}

.btnwrap {
  margin: 20px 0;
}

a.mainbtn {
  width: 500px;
  max-width: 90%;
  border: 3px solid #fff;
  display: block;
  margin: auto;
  background: #ed3f9e;
  font-size: 20px;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 3px 5px #ddd;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  a.mainbtn {
    font-size: 16px;
  }
}
a.mainbtn:hover {
  background: #c5267d;
  transform: translateY(3px);
  box-shadow: 0 0 0 #ddd;
}

#qa {
  background-image: url(../202406/img/pattern02.png);
  background-color: #e0faf9;
  background-size: 30px;
  border-top: 10px solid #4ab9c5;
}
#qa h2 {
  margin: 30px auto 15px;
  position: relative;
  z-index: 10;
  max-width: 700px;
}

.qa__contents {
  max-width: 900px;
  margin: 30px auto;
  text-align: left;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .qa__contents {
    padding: 20px 10px 10px;
    margin: 20px auto;
  }
}
.qa__contents dt {
  font-size: 18px;
  padding: 0 0 10px 2.5em;
  border-bottom: 1px solid #4ab9c5;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 599px) {
  .qa__contents dt {
    font-size: 16px;
  }
}
.qa__contents dt::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  background-image: url(../202406/img/icon_qa.png);
  background-color: #4ab9c5;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: -0.5em;
}
.qa__contents dd {
  padding: 10px 5px 0;
}
.qa__contents p {
  padding: 10px 0;
}

.qa__contents__notes {
  font-size: 95%;
  padding: 5px 0;
}
.qa__contents__notes li {
  padding-left: 1.5em;
  margin: 5px 0;
  position: relative;
  line-height: 1.5 !important;
}
.qa__contents__notes li::before {
  position: absolute;
  content: "※";
  color: #ed3f9e;
  left: 0;
  top: 0;
}

a.txtlink {
  color: #ed3f9e;
  padding: 0 3px;
  border-bottom: 1px solid #ffecf1;
  transition: 0.3s;
  font-size: unset !important;
}
a.txtlink:hover {
  opacity: 0.7;
}

.fcg {
  color: #4ab9c5;
}

.badgeimg {
  max-width: 100%;
  height: auto;
  margin: 0 5px;
}

.fList {
  max-width: 1190px;
}
.fList > li {
  padding: 5px;
}

#top {
  background-color: #ed3f9e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 10px;
  position: fixed;
  line-height: 1;
  padding: 6px 0 0;
  z-index: 100;
  border: 2px solid #fff;
  transition: 0.3s;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
#top.btn-hidden {
  right: -50px;
}
#top:hover {
  background-color: #c5267d;
  transform: translateY(-5px);
}
#top span {
  display: block;
  margin-bottom: 2px;
}

/*bxslider*/
.search-item {
  transition: 0.3s;
}

.search-item:hover {
  opacity: 0.7;
}

.items__others {
  text-align: left;
}

.product-list ul li .txt-productname {
  margin: 10px 0 5px;
  font-weight: normal;
  color: #393939;
  font-size: 14px;
  height: 4.6em !important;
  overflow: hidden;
  line-height: 1.5 !important;
}

p.txt-productname > a {
  color: #393939;
  font-weight: normal !important;
}

.txt-price {
  font-size: 25px !important;
  color: #e60012;
}

.txt-price:first-letter {
  font-size: 70%;
  font-weight: bold;
}

.product-list p.txt-stock {
  font-size: 12px !important;
  font-weight: normal !important;
  height: unset !important;
  color: #999 !important;
}

.product-list {
  border: none !important;
  max-width: 1190px !important;
  margin: 20px auto 0;
  height: auto !important;
}

.product-list ul {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0 !important;
  position: relative;
  min-height: 390px;
}

.bx-controls-direction {
  display: none;
}

.product-list ul li {
  height: auto !important;
  border: none !important;
  width: calc(25% - 10px) !important;
  padding: 10px !important;
  margin: 0 5px 15px;
  max-width: 290px;
  background: #fff;
  border-radius: 5px;
}

.product-list ul li img {
  max-width: 230px;
  max-height: 230px;
  width: 100%;
  height: auto;
  margin: auto;
}

.product-list .txt-stock {
  font-size: 12px;
}

.product-list ul li:hover {
  background: #fff;
}

.bx-wrapper {
  margin-bottom: 0 !important;
  background: unset !important;
}

.bx-wrapper .bx-viewport {
  height: auto !important;
}

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .product-list ul li {
    width: calc(50% - 10px) !important;
    max-width: 230px;
  }
  .txt-price {
    font-size: 20px !important;
  }
}
/*column*/
#js_column {
  background: #f5f5f5;
  padding: 30px 0 10px;
}

#clist {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

#clist li {
  width: 20%;
  padding: 15px 10px;
}

#js_column a {
  display: block;
}

#js_column a:hover {
  opacity: 0.7;
}

#clist p {
  overflow: hidden;
  height: 3em;
  margin: 0;
  padding-top: 5px;
  text-align: left;
  color: #555;
  font-size: 14px;
  line-height: 1.5 !important;
}

.js_column_imgbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50%;
}

.js_column_imgbox img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

.js_column_imgbox.noimg {
  position: relative;
  background: #e1e1e1;
}

.js_column_imgbox.noimg::after {
  position: absolute;
  top: calc(50% - 0.5em);
  width: 100%;
  content: "NoImage";
  text-align: center;
  color: #bbb;
  font-weight: bold;
}

.ac_close li:nth-child(n+11) {
  display: none;
}

#js_column_openbtn {
  display: inline-block;
  width: 200px;
  margin: 5px auto;
  padding: 0.2em;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background: #555;
}

#js_column_openbtn:hover {
  transform: translateY(1px);
  opacity: 0.7;
}

#dsearch #special-content {
  padding: 10px !important;
  text-align: left;
  border: 0;
}

#dsearch {
  width: 100%;
}

@media (max-width: 991px) {
  #clist li {
    width: 33%;
  }
  #clist p {
    font-size: 13px;
  }
  .ac_close li:nth-child(n+10) {
    display: none;
  }
}
@media (max-width: 480px) {
  #clist li {
    width: 50%;
    padding: 5px 5px;
  }
  #clist p {
    height: 5em;
  }
  .ac_close li:nth-child(10) {
    display: block;
  }
  .ac_close li:nth-child(n+11) {
    display: none;
  }
  #js_column .h4 {
    padding: 0 5px;
  }
}
.badgewrap {
  max-width: 900px;
  background: #fff;
  padding: 20px 5px;
  margin: 20px auto;
  border: 2px solid #7aa537;
  border-radius: 10px;
}

.reusebn {
  outline: 1px solid #ddd;
  transition: 0.3s;
  display: inline-block;
}
.reusebn:hover {
  opacity: 0.7;
}/*# sourceMappingURL=st.css.map */