.l-main-contents#l-main-credit {
  height: auto;
}
.l-main-contents#l-main-credit .l-title {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  padding-left: 50%;
  opacity: 0;
  transition: 0.5s ease-out;
}
.l-main-contents#l-main-credit .l-title.is-show {
  padding-left: 0%;
  opacity: 1;
}
.l-main-contents#l-main-credit .l-credits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 32px;
}
.l-main-contents#l-main-credit .l-credits .l-credit {
  width: 190px;
  height: 107px;
  background: url(../img/credit/bg.png) no-repeat center top;
  background-size: contain;
  color: #362d21;
  text-align: center;
  padding-top: 10px;
  margin: 10px;
  border-radius: 7px;
}
@media (max-width: 550px) {
  .l-main-contents#l-main-credit .l-credits .l-credit {
    margin: 10px 0;
  }
}
.l-main-contents#l-main-credit .l-credits .l-credit .l-role,
.l-main-contents#l-main-credit .l-credits .l-credit .l-circle {
  font-size: 0.8em;
}
.l-main-contents#l-main-credit .l-credits .l-credit .l-icons {
  display: flex;
  justify-content: space-around;
}
.l-main-contents#l-main-credit .l-credits .l-credit .l-icons .l-icon-twitter {
  background: url(../img/credit/twitter.png) no-repeat center center;
}
.l-main-contents#l-main-credit .l-credits .l-credit .l-icons .l-icon-website {
  background: url(../img/credit/webSite.png) no-repeat center center;
}
.l-main-contents#l-main-credit .l-credits .l-credit .l-icons .l-icon-twitter,
.l-main-contents#l-main-credit .l-credits .l-credit .l-icons .l-icon-website {
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
}
.l-main-contents#l-main-credit .l-credits .l-credit .l-icons .l-icon-twitter:hover,
.l-main-contents#l-main-credit .l-credits .l-credit .l-icons .l-icon-website:hover {
  opacity: 0.7;
}
