@charset "UTF-8";
/* アニメーション */
@keyframes flash1 {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes flash2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 全体 */
#contents .container,
#contents #main {
  width: 100%;
  margin: auto;
}

#special-content {
  max-width: 100% !important;
}

#special-content img {
  max-width: 100%;
  height: auto;
}

.whbox {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: -30px auto 0;
  padding: 30px 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3137254902);
}

.whbox p {
  line-height: 1.5 !important;
  color: #333;
}

@media screen and (max-width: 650px) {
  .whbox {
    padding: 5px 5px 10px;
  }
}

/* 見出し */
h1 img {
  width: 100% !important;
}

h2.com__ttl {
  position: relative;
  margin-top: 30px;
  z-index: 10;
}

.subtxt__con {
  padding: 30px 10px;
  text-align: center;
}

.subttl {
  font-weight: 600;
  font-family: "M PLUS 2", sans-serif;
  font-size: 30px;
  margin: 30px 15px 5px;
  color: #e9098d !important;
  border-bottom: 2px solid #f9e3f0;
  padding: 10px;
}

@media screen and (max-width: 650px) {
  .subttl {
    font-size: 20px;
    line-height: 1.3 !important;
    margin: 30px 0 5px;
  }
}

.cateSale > li:nth-of-type(1) .subttl {
  color: #ff6f00;
}

.cateSale > li:nth-of-type(2) .subttl {
  color: #da00e8;
}

.cateSale > li:nth-of-type(3) .subttl {
  color: #42ad00;
}

/* カウントダウン */
.countdown {
  max-width: 600px;
  margin: 30px auto 0;
  padding: 10px 5px 5px;
  font-size: 18px;
  color: #cb0069;
  background-color: #f9e3f0;
}

.countdown > p {
  font-weight: 500;
  font-family: "M PLUS 2", sans-serif;
  font-style: normal;
  color: #cb0069;
}

.countdown span {
  position: relative;
  font-size: 150%;
  color: #fff;
  margin: 0 5px 0 7.5px;
  padding: 0 5px;
  letter-spacing: 2px;
  font-weight: 800;
  font-family: "M PLUS 2", sans-serif;
  font-style: normal;
  vertical-align: text-bottom;
  background: #cb0069;
}

.countdown .cd__txt {
  margin: 0 0 2.5px;
}

/*# sourceMappingURL=20thslmain.css.map */

@media screen and (max-width: 650px) {
  .countdown {
    font-size: 16px;
  }

  .countdown span {
    font-size: 21px;
  }

  .countdown .cd__txt {
    margin-bottom: 10px;
  }
}

/* リードボックス */
.leadBox {
  width: 94%;
  max-width: 781px;
  margin: 30px auto 0 auto;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}

/* リード文 */
.leadTxt p {
  font-size: 16px;
  color: #000;
}

.leadTxt p span {
  font-weight: bold;
  background: linear-gradient(rgba(255, 255, 153, 0) 40%, #ffff99 80%);
}

.sale_lead {
  display: block;
  font-weight: 500;
  font-size: 18px;
  font-family: "M PLUS 2", sans-serif;
  font-style: normal;
  color: #222;
}

.sale_lead span {
  font-weight: 500;
  font-size: 18px;
  font-family: "M PLUS 2", sans-serif;
  font-style: normal;
  background: linear-gradient(0deg, #ffff88 50%, transparent 50%);
}

@media screen and (max-width: 650px) {
  .sale_lead {
    font-size: 14px;
  }
}

.sale_lead_sm {
  display: block;
  font-weight: 500;
  font-size: 14px;
  font-family: "M PLUS 2", sans-serif;
  font-style: normal;
  margin-top: 1em;
}

@media screen and (max-width: 650px) {
  .sale_lead_sm {
    font-size: 12px;
  }
}

#ichioshi .product-list ul li {
  width: 20%;
}

/* ボタン */
.btnwrap {
  margin: 20px auto;
  position: relative;
}

.btnwrap a.mdbtn {
  display: inline-block;
  font-weight: 500;
  font-family: "M PLUS 2", sans-serif;
  font-style: normal;
  color: #fff;
  width: 400px;
  max-width: 90%;
  padding: 10px 10px 15px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.3s transform, 0.75s opacity;
}

.btnwrap a.mdbtn::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1882352941), #fff);
  transform: skewX(-30deg);
  opacity: 0.6;
  top: 0;
  left: -120px;
  transition: 0s;
}

.btnwrap a.mdbtn:hover::before {
  left: calc(100% + 80px);
  width: 100px;
  opacity: 0;
  transition: 0.7s;
}

.btnwrap a.mdbtn.btn {
  background: #e9098d;
}

.btnwrap a.mdbtn em {
  font-weight: 500;
  font-family: "M PLUS 2", sans-serif;
  font-style: normal;
  color: #ffff00;
}

.btnwrap a.mdbtn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0.4em solid transparent;
  border-left: 0.5em solid #fff;
  top: calc(50% - 0.5em);
  margin-left: 1em;
}

.btnwrap.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btnwrap.row a.mdbtn {
  max-width: 100%;
}

a.mdbtn {
  font-size: 21px;
}

.btnwrap a.smbtn.btn {
  border: 2px solid #e9098d;
}

.btnwrap a.smbtn {
  display: inline-block;
  font-weight: 500;
  font-family: "M PLUS 2", sans-serif;
  font-style: normal;
  color: #fff;
  width: 300px;
  max-width: 90%;
  padding: 10px 10px 15px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.3s transform, 0.75s opacity;
  color: #e9098d;
  font-size: 16px;
}

.btnwrap a.mdbtn:hover,
.btnwrap a.smbtn:hover {
  cursor: pointer;
  transform: translateY(3px);
  opacity: 0.8;
}

@media screen and (max-width: 650px) {
  a.mdbtn {
    font-size: 16px;
  }
  a.smbtn {
    font-size: 14px;
  }
}

/* おすすめ特集 */
#features {
  background: linear-gradient(to right, #ad1c6a, #7c0d49, #ad1c6a);
  background: -webkit-linear-gradient(left, #ad1c6a, #7c0d49, #ad1c6a);
  background: -moz-linear-gradient(left, #ad1c6a, #7c0d49, #ad1c6a);
}

#featlist .fList {
  padding-top: 10px;
}

.fList p {
  display: none;
}

/* coupon */
#coupon {
  padding-top: 40px;
}

/* カテゴリー */
#camplist::before,
#ichioshi::before,
#category::before,
#okaidoku::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 260px;
  background-position: center;
  background-image: url(images/tape.png);
  left: 0;
  top: 0;
  z-index: -1;
}

#category .com__itembox {
  background-color: #fff;
  border-radius: 10px;
}

.categoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 970px;
  margin: auto;
}

.categoryList li {
  width: 12.5%;
  min-width: 120px;
  padding: 15px 10px;
}

@media screen and (max-width: 650px) {
  .categoryList li {
    padding: 15px 3px;
    min-width: unset;
    width: 25%;
  }

  .categoryList li span {
    font-size: 11px;
  }
}

.categoryList img {
  margin: auto;
  margin-bottom: 7.5px;
}

.categoryList a {
  color: #111;
  transition: 0.2s;
}

.categoryList a:hover {
  opacity: 0.7;
}

/* お買い得 */
#subtxt,
#camplist,
#ichioshi,
#okaidoku {
  position: relative;
  z-index: 0;
}

/* featureLink */
a.featureLink {
  display: inline-block;
  max-width: 590px;
  width: 95%;
  margin: 30px auto 0 auto;
  background-color: #0d2b67;
}

.feature {
  max-width: 98% !important;
  height: auto;
  margin: 5px auto;
  transition: 0.2s;
}

a.featureLink p {
  padding-bottom: 5px;
  font-size: large;
  color: #fff;
}

/* 価格表示 */
ul.ichioshi-itemlist,
ul.sale__itemlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
  padding: 0 30px;
}

ul.ichioshi-itemlist li,
ul.sale__itemlist li {
  width: 18%;
  margin: 15px 8px;
}

@media (max-width: 991px) {
  ul.ichioshi-itemlist,
  ul.sale__itemlist {
    justify-content: space-around;
    margin: 15px auto;
    padding: 0;
  }

  ul.ichioshi-itemlist li,
  ul.sale__itemlist li {
    width: 45%;
    margin: 15px 0;
  }
}

ul.ichioshi-itemlist a,
ul.sale__itemlist a {
  transition: 0.2s;
}

ul.ichioshi-itemlist a:hover,
ul.sale__itemlist a:hover {
  opacity: 0.7;
}

ul.ichioshi-itemlist li p,
ul.sale__itemlist li p {
  margin-top: 5px;
  text-align: left;
  color: #333;
}

.pm__item__nm {
  min-height: 7.1em;
}

@media (max-width: 991px) {
  .pm__item__nm {
    min-height: auto;
  }
}

.pm__item__salepr span {
  margin: 0.5em auto 0 auto;
  font-family: Impact, Oswald, Haettenschweiler, Franklin Gothic Bold, Charcoal,
    Helvetica Inserat, Bitstream Vera Sans Bold, "Arial Black", sans-serif;
  font-size: 28px;
  color: #dd000a !important;
  line-height: 1;
}

.pm__item__salepr span.sale_yen {
  font-size: 18px;
}

.pm__item__salepr small {
  font-size: 12px;
  color: #dd000a !important;
}

@media (max-width: 991px) {
  .leadTxt p::after {
    width: 100px;
    height: 102px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 40%;
  }

  .leadTxt::before {
    width: 150px;
    height: 136px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -5%;
    top: 200%;
  }

  .leadTxt::after {
    right: 10%;
    top: 200%;
  }
}

@media (max-width: 767px) {
  .com__con {
    padding: 30px 10px 70px 10px;
  }

  .leadTxt p {
    font-size: 15px;
  }

  #coupon {
    padding-top: 20px;
  }

  .leadTxt::before {
    display: none;
  }

  .leadTxt::after {
    display: none;
  }

  .leadTxt p::before {
    left: -10%;
    top: 80%;
  }

  .leadTxt p::after {
    right: -7%;
    top: 120%;
  }

  #camplist::before,
  #ichioshi::before,
  #category::before,
  #okaidoku::before {
    height: 180px;
    background-image: url(images/tape_sp.png);
  }
}

.com__ttl > img {
  width: 700px;
  max-width: 50% !important;
}

@media (max-width: 991px) {
  .com__ttl > img {
    max-width: 100% !important;
  }
}

.img-hov {
  transition: 0.3s;
}

.img-hov:hover {
  cursor: pointer;
  transform: translateY(2px);
  opacity: 0.8;
}

.ichioshi-itemlist.notmember {
  overflow: hidden;
  height: 300px;
  position: relative;
}

.ichioshi-itemlist.notmember > * {
  display: none;
}

.ichioshi-itemlist.notmember::before {
  content: "";
  top: 0;
  left: 15px;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  background: #eee;
  border-radius: 10px;
}

.ichioshi-itemlist {
  margin: 20px 0;
}

.ichioshi-itemlist.notmember::after {
  position: absolute;
  content: "セール品をご覧いただくには会員ログインが必要です";
  width: 100%;
  left: 0;
  top: 40%;
  font-size: 18px;
  font-family: "M PLUS 2", sans-serif;
  font-style: normal;
}

.registbtn:not(.notmember) {
  display: none;
}

@media (max-width: 768px) {
  .ichioshi-itemlist.notmember::after {
    content: "セール品をご覧いただくには\A会員ログインが必要です";
    white-space: pre;
    font-size: 14px;
  }
}

.normal-price {
  margin: 10px 0 0;
  font-size: 13px;
  color: #777 !important;
}

.product-list p.txt-point,
#ichioshi .product-list p.txt-stock,
.product-list .txt-delivery {
  display: none !important;
}

.search-item[data-sellable_amount="0"]::after,
.itemsold::after {
  position: absolute;
  z-index: 102;
  top: 50%;
  left: 4%;
  display: block;
  width: 90%;
  height: 28px;
  content: "完売しました!";
  transform: rotate(350deg);
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.45) 1px 2px 3px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  background: #e60001;
  color: #fff;
}

.search-item[data-sellable_amount="0"]::before {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  background: #fff;
}
