.novelty-items-banner {
      max-width: 700px;
    display: block;
    margin: 40px auto 80px;
  list-style: none;
}
.novelty-items-banner li {
  margin-bottom: 24px;
}
.novelty-items-banner img {
  width: 100%;
}
.ct-banner { 
  list-style: none; 
  width :100%; 
  display: inline-block;
  margin-bottom: 80px;
} 

.ct-banner li { 
 float: left;
    margin: 2%;
    /*width: 10%;*/
    width: 12%;
} 
.ct-banner li img { 
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  transition-duration: 0.4s; 
} 
.ct-banner li img:hover { 
  -webkit-transform: scale(1) rotate(7deg);
  transform: scale(1) rotate(7deg);
  transition-duration: 0.4s; 
} 


.ct-banner img { 
  width: 100%; 
} 

.ct-banner p {
  color: #000;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Nixie One', sans-serif;
}

.look-banner {
  list-style: none; 
}

.look-banner li {
  width: 90%;
  margin: 0 auto;
}

.look-banner li img {
 border-radius: 5px;
}

.look-banner li:hover { 
  opacity: 0.6; 
  transition-duration: 0.3s; 
} 



/*新着商品*/

.c-product-info__price { 
  font-family: 'Montserrat', sans-serif; 
} 

.c-product-info__price--discount { 
  color: #f00; 
} 

 

.c-product-info__regular-price { 
  font-family: 'Montserrat', sans-serif; 
  text-decoration: line-through; 
} 

 

.c-product-info__soldout { 
  font-family: 'Montserrat', sans-serif; 
  letter-spacing: 1px; 
  color: #940d0d;
    font-weight: 100;
} 

 

.c-product-list { 
  position: relative; 
  display: flex; 
  margin: 0; 
  padding: 0; 
  list-style-type: none; 
   flex-wrap: wrap; 
} 

 

.c-product-list::after { 
  display: block; 
  clear: both; 
  content: ''; 
} 

 

.c-product-list__image-wrap { 
  max-width: 320px; 
  border: 10px solid transparent; 
} 

.c-product-list::before { 
  position: absolute; 
  right: 0; 
  bottom: 0; 
  left: 0; 
  display: block; 
  height: 1px; 
  content: ''; 
  background: #eaeaea; 
} 

.c-product-list__item { 
  position: relative; 
  float: left\9; 
  box-sizing: border-box; 
  width: 25%; 
  padding: 20px 10px 20px; 
  transition: opacity .2s; /*! IEだけfloatする */ 
  text-align: left; 
  /*border: 0\9; 
  border-right: 1px solid #eaeaea; 
  border-bottom: 1px solid #eaeaea;*/ 
} 

.c-product-list__item img { 
  border-radius: 5px;
} 

.c-product-list__item img:hover { 
  opacity: 0.6; 
  transition-duration: 0.3s; 
} 

.c-product-list__item.is-hidden { 
  position: absolute; 
  z-index: -10000; 
  top: 0; 
  left: 0; 
  overflow: hidden; 
  width: 0; 
  height: 0; 
  padding-top: 0; 
  padding-bottom: 0; 
  opacity: 0; 
  border: 0; 
} 

.c-product-list__name { 
  font-size: 13px; 
  font-weight: bold; 
  line-height: 1.3; 
  display: block; 
  margin-top: 0em; 
  /*transition: opacity .7s; */
  text-decoration: none; 
  color: #333; 
} 


.c-product-list__name:hover { 
  /*opacity: .66;*/ 
} 


.c-product-list__name:active { 
  /*opacity: 1; */
} 

.c-product-list__price { 
  font-weight: bold; 
  margin-top: 0.3em; 
  font-family: 'Nixie One';
  font-size: 13px;
} 


.c-product-list__regular-price { 
  font-weight: bold; 
  margin-top: 1em; 
} 


.c-product-list__soldout { 
  color: #940d0d;
    font-weight: 100; 
  margin-top: 0.5em; 
} 


.c-product-list__expl { 
  font-size: 12px; 
  line-height: 1.5; 
  margin-top: 1em; 
  text-align: left; 
} 

.c-product-list__index { 
  font-family: 'Montserrat', sans-serif; 
  font-size: 10px; 
  line-height: 31px; 
  position: absolute; 
  top: -5px; 
  left: -5px; 
  width: 30px; 
  height: 30px; 
  text-align: center; 
  color: rgba(0, 0, 0, .6); 
  border: 1px solid rgba(0, 0, 0, .3); 
  border-radius: 30px; 
  background: <{$setting-highlightColor}>; 
} 


.c-product-list__index--1 { 
  background: #ffeb1f; 
} 


.c-product-list__index--2 { 
  background: #cdcdcd; 
} 

.c-product-list__index--3 { 
  background: #db7f25; 
} 


.c-product-list__fav-item { 
  position: absolute; 
  right: 10px; 
  bottom: 10px; 
  width: 30px; 
} 
 

.c-product-list__fav-item button { 
  display: block; 
  width: 100%; 
  padding: 5px 0; 
  cursor: pointer; 
  transition: .2s; 
  text-align: center; 
  color: #999; 
  border: 0; 
  outline: none; 
  background: transparent; 
} 


.c-product-list__fav-item .is-added { 
  color: #ff7373; 
} 


.c-product-list__fav-item svg { 
  width: 20px; 
  height: 20px; 
  fill: currentColor; 
} 

/*.c-product-list__button { 
  display: block; 
  clear: both; 
  width: 100%; 
  margin-bottom: 40px; 
  text-align: center; 
} 


.c-product-list__button button { 
  font-weight: bold; 
  min-width: 300px; 
  padding: 15px; 
  text-indent: 11px; 
} */

.c-product-list__button {
  text-align: center;
  margin-bottom: 70px;
}

.c-product-list__button button {
  border: 0.5px solid #302f3a;
  border-radius: 7px;
  color: #302f3a;
  position: relative;
  margin: 2rem 3rem;
  padding: 1rem 1rem;
  font-size: 1.15rem;
  background-color: transparent;
  cursor: pointer;
  font-family: 'Nixie One', sans-serif;
  font-weight: bold;
}

.c-product-list__button button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0.4rem;
    top: 0.5rem;
  z-index: -1;
  background-color: #E0D9C3;
  transition: all 200ms ease-out;
  border-radius: 7px;
}

.c-product-list__button button:hover::before {
  top: 0;
  left: 0;
}

.stickarrow {
  width: 117px;
    height: 8px;
    margin-left: 78px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    text-align: left;
}

.news-button {
  width: 167px;
    height: 28px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    transform: skew(61deg);
    float: right;
    margin-right: 60px;
    margin-bottom: 62px;
}

.news-button a {
  transform: skew(-61deg);
    display: block;
    margin-left: 42px;
    font-size: 16px;
    font-weight: bold;
  color: #940d0d;
}

.news-button a:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}
.product-list__price-regular {
    text-decoration: line-through;
}
.txt--red {
    color: #940d0d;
}
.product-list__text {
    display: block;
}