ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  outline: none;
}

#gaCol {
  height: 0;
  overflow: hidden;
}

.contentSsp {
  display: none;
}
@media (max-width: 400px) {
  .contentSsp {
    display: block;
  }
}

small, .small {
  padding-top: 0.2rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  small, .small {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

#special {
  /*h4 {
    font-weight: 700;
    border-top: 1px solid #180000;
    border-bottom: 1px solid #180000;
    //margin: 1em auto 2em;    
    line-height: 1.6em;
    text-align: center;

    @include sp {
      font-size: 1.6rem;
      padding: 20px 0;
      margin: 20px 0;
    }

    @include pc {
      font-size: 1.6rem;
      padding: 30px 0;
      margin: 30px 0;
    }
  }*/
}
#special #container * {
  box-sizing: border-box;
}
@media screen and (min-width: 550px) {
  #special #container #wrapper h2 {
    min-height: 134px;
  }
}
#special .new {
  position: relative;
}
#special .new::before {
  font-size: 0.8em;
  line-height: 1em;
  content: "NEW";
  background: #990000;
  color: #fffddf;
  text-align: center;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 5px;
  z-index: 10;
}
@media (max-width: 768px) {
  #special .new::before {
    left: 5px;
  }
}
#special .stampList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px 0;
}
#special .stampList li a {
  display: block;
  color: #180000;
  position: relative;
  height: 100%;
  padding-bottom: 3em;
}
#special .stampList li a:hover {
  text-decoration: none;
}
#special .stampList li p {
  text-align: center;
  padding: 1em 0;
  margin-bottom: 0 !important;
  font-size: 0.8em;
  line-height: 1.6em;
}
#special .stampList li .btn {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
#special .stampList li .btn:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  #special .stampList li {
    box-sizing: border-box;
    width: calc(100% / 3);
    text-align: center;
    padding: 0 5px 10px;
  }
  #special .stampList li .btn {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #special .stampList li {
    box-sizing: border-box;
    width: calc(100% / 6);
    padding: 0 10px 30px;
  }
  #special .stampList li a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #special .stampList li a img:hover {
    opacity: 1;
  }
}
