@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;
}
@media (min-width: 769px) {
  small, .small {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

.centerL {
  text-align: center;
}
@media (max-width: 768px) {
  .centerL {
    text-align: left;
  }
}

/*#special #container #wrapper {
  
  //大きい羽ペン※文字数多い時用
  h2{
  background: url(../images/detail/bg_tit_pen.png) no-repeat,
    url(../images/detail/bg_tit_pen_line.png) no-repeat;
  background-position: left 0 bottom 0, left 0 bottom 0;
  margin: 0 auto;
  opacity: 0;
  padding-left: 0;
  padding-right: 0;

  @media screen and (max-width:899px) {
    background-size: contain, 3px 1px;
    box-sizing: border-box;
    width: 90%;
    min-height: 110px;
    margin: 0 auto 30px auto;
    padding-bottom: 20px;
    @include sp{
      min-height: 40px;
    }

    img {
      height: 25px !important;
      max-width: auto;
    }
  }

  @media screen and (min-width:900px) {
    background-size: auto, 6px 3px;
    box-sizing: border-box;
    min-height: 90px;
    width: 840px;
    padding: 0 0px 20px 0;
    margin: 0 auto 50px;
  }

  }
  
@media screen and (max-width:899px) {
  .isAnimate {
    opacity: 1;
    animation: penTitleSp 3s ease-in-out 0s 1 none running;
  }
}

@media screen and (min-width:900px) {
  .isAnimate {
    opacity: 1;
    animation: penTitlePc 3s ease-in-out 0s 1 none running;
  }
}　

// SPアニメ --------------------
@keyframes penTitleSp {
  0% {
    background-position: left -80vw top -100px, left 0 bottom -200px;
    background-size: contain, 0 0;
    opacity: 0;
  }

  30% {
    background-position: left -80vw bottom 0px, left 0 bottom -200px;
    background-size: contain, 0 0;
    opacity: 1;
  }
  30% {
    background-position: left -80vw bottom 0px, left 0 bottom 0;
    background-size: contain, 3px 1px;
    opacity: 1;
  }

  100% {
    background-position: left 0 bottom 0, left 0 bottom 0;    
    background-size: contain, 3px 1px;
    opacity: 1;
  }
}

// PCアニメ --------------------
@keyframes penTitlePc {
  0% {
    background-position: left -790px top -160px, left 0 bottom -20px;
    background-size: auto, 0 0;
    opacity: 0;
  }

  30% {
    background-position: left -790px bottom 0px, left 0 bottom -20px;
    background-size: auto, 0 0;
    opacity: 1;
  }

  40% {
    background-position: left -790px bottom 0px, left 0 bottom 0px;
    background-size: auto, 6px 3px;
    opacity: 1;
  }

  100% {
    background-position: left 0 bottom 0, left 0 bottom 0;    
    background-size: auto, 6px 3px;
    opacity: 1;
  }
}
//羽ペン  

*/
#mainCol {
  margin: 0 auto;
}
#mainCol .wpList {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
#mainCol .wpList li {
  box-sizing: border-box;
}
#mainCol .wpList dt {
  padding: 10px 0 20px;
}
#mainCol .wpList .btn {
  margin: 0 auto 10px;
}
@media (max-width: 768px) {
  #mainCol .wpList li {
    width: 33%;
    padding-right: 10px;
  }
  #mainCol .wpList li:nth-child(3n+2) {
    margin: 0 0.5%;
  }
  #mainCol .wpList li .btn {
    width: 100%;
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  #mainCol .wpList li {
    width: 16.6%;
    padding-right: 10px;
    /*&:nth-child(3n+2) {
      margin: 0 2%;
    }*/
  }
}
