@charset "UTF-8";
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;
    }
  }*/
  /*dl.wp2025 {    
    padding: 20px 0;
    @include sp {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      dt {
        margin-bottom: 30px;
      }
      dd {
        margin-bottom: 30px;
        ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          li {
            width: 49%;
            padding-bottom: 10px;
            .btn {
              width: 100%;
              margin: 0 auto;
              padding: 10px;
            }
          }
        }
      }
    }
    //PCの場合
    @include pc {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;      
      dt {
        width: 36%;
        margin-bottom: 30px;
      }
      dd {
        width: 62%;
        margin-bottom: 30px;
        ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          li {
            width: 32%;
            padding-bottom: 2%;
            .btn {
              margin: 0;
            }
          }
        }
      }
    }
  }*/
}
#special #container {
  /*#wrapper {
    h2 {
      @media screen and (min-width:550px) {
        min-height: 134px;
      }      
    }
  }*/
}
#special #container * {
  box-sizing: border-box;
}
#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;
  padding: 5px;
  z-index: 10;
}
#special .wp {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #special .wp li {
    box-sizing: border-box;
  }
  #special .wp li:nth-of-type(odd) {
    padding: 0 5px 10px 0;
    width: 25%;
  }
  #special .wp li:nth-of-type(even) {
    padding: 0 0px 10px 5px;
    width: 75%;
  }
}
@media (min-width: 769px) {
  #special .wp li {
    box-sizing: border-box;
    padding: 0 5px 10px;
  }
  #special .wp li:nth-of-type(odd) {
    width: 12%;
  }
  #special .wp li:nth-of-type(even) {
    width: 36%;
  }
  #special .wp li:nth-of-type(4n + 2) {
    margin-right: 4%;
  }
}
