section#select {
  margin-bottom: 30rem;
}
section#select .container ul.list {
  width: calc((100% / 3) * 2);
  left: 50%;
  transform: translateX(-50%);
}
section#select .list__item {
  width: calc((100% - 15px) / 2);
  margin-bottom: 1.8rem;
}
section#select .list__item a h5 {
  padding: 2.5rem 4rem;
}


@media screen and (max-width: 1025px) {
  section#select .container ul.list {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  section#select .container ul.list {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  section#select {
    margin-bottom: 0rem;
  }
  section#select {
    padding: 8rem 0rem 110rem;
  }
  section#select .container ul.list .list__item {
    width: calc(100% - 5%);
  }
}
@media screen and (max-width: 375px) {
  section#select {
    padding: 8rem 0rem 90rem;
  }
}

/*以下、クレジット追加*/

    #credit {
        position: absolute;
        bottom:-5px;
        left:10px;
    }
    #credit p{
        display: none;
        font-size: 15px;
        color: #fff;
        opacity: 0;
    }
    #credit p:first-child{
        display: block;
        opacity: .5;
    }
@media screen and (max-width: 700px){
    #credit p{
        font-size: 10px;
    }
}
