/* アニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* 全体 */
.salewhole{
  overflow-x: hidden;
}

/* 見出し */
.com__ttl img{
  animation: 3s fuwafuwa infinite;
}

/* リード文 */
.leadTxt{
  background-color: #240e0e;
}
.leadTxt p{
  font-size: 18px;
  padding: 50px 0 0 0;
  color: #fff;
}

/* おすすめ特集 */
#featlist .fList{
  padding-top: 10px;
}
.fList p{
  display: none;
}

/* coupon */
#coupon{
  padding-top: 40px;
}

/* カテゴリー */
#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;
  padding: 5px;
}

/* お買い得 */
#okaidoku{
  position: relative;
  z-index: 0;
}
.winter_sale{
  margin-top: 20px;
  padding: 0 0 20px 0;
  background-color: #fff;
}
.winter_ttl{
  background-image: url(images/back_feature.png);
  background-position-x: center;
  background-position-y: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.winter_sale h3 img{
  padding-top: 30px;
  margin: 0 auto;
}
.winter_sale .com__itembox{
  margin-top: 0;
}
.winter_sale .coulist{
  padding-top: 0;
}


#coupon h2.com__ttl{
  position: relative;
  z-index: 10;
}

/* 二重価格表示 */
#main section p.price__normal {
  color: #000;
  margin: 0.5em auto 0 auto;
  line-height: 1;
}
p.price__normal span{
  padding: 0 0.1em;
  color: #e60012;
  font-size: 18px;
  text-decoration: line-through;
}
p.price__normal span::before {
  content: "￥";
  font-size: 80%;
  color: #e60012;
}
p.price__normal span::after {
  content: "税込";
  font-size: 12px;
  color: #e60012;
}
.per__off{
  background-color: yellow;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.per__number{
  font-weight: bold;
}

@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){
  .leadTxt p{
    font-size: 15px;
    padding-top: 20px;
  }
  #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%;
  }
  #category::before,#okaidoku::before{
    height: 180px;
    background-image: url(images/tape_sp.png);
  }
  .winter_sale img{
    max-width: 80%;
  }
}

@media (min-width: 1200px){
  .container {
      width: auto;
  }
}
@media (min-width: 992px){
  .container {
      width: auto;
  }
}
@media (min-width: 768px){
  .container {
      width: auto;
  }
}