@charset "UTF-8";
/* このCSSはsassは使用していないです。直書き */

.deco_a{
position: relative;
font-size: 14px !important;

}
.a_deco_line::after {
  font-family: 'icon' !important;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -16px;
  display: block;
  content: '';
  transform: translate(0, -50%);
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#contents.limited-item3 .product-img__texture {
  width: 200px;
  position: absolute;
  bottom: 200px;
  right: 0;
}

@media screen and (max-width: 768px) {

  #contents.limited-item3 .product-img__texture {
    width: 200px;
    position: absolute;
    bottom: 180px;
    right: -20px;
}


}
@media screen and (max-width: 320px) {


}


