@charset "utf-8";

.sns-block {
  padding: 80px 0 0;
}
.sns-block .block-contents {
  padding: 50px 70px 65px;
}
.sns-lead {
  font-size: 2rem;
  font-weight: bold;
}
.sns-special {
  margin: 20px 0 0;
  padding: 20px;
  border: 2px solid #000;
  font-size: 1.8rem;
  font-weight: bold;
}
.application-list {
  margin: 40px 0 0;
  font-size: 1.4rem;
  line-height: 24px;
}
.application-list .item {
  margin: 0 0 0 -1em;
  font-weight: bold;
}
.application-list .item:before {
  content: "\25BC";
  color: #b57e1c;
  margin: 0 0 0 1em;
}
.application-list .txt {
  margin: 0 0 30px;
}
.application-list .txt .end {
  color: red;
  font-size: 1.8rem;
  font-weight: bold;
}
.sns-ttl {
  background: #d4091d;
  font-size: 2.4rem;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.sns-list {
  margin: 30px auto 0;
  letter-spacing: .-4em;
  max-width: 900px;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}

.sns-item {
  width: 205px;
  height: 205px;
  margin: 0 13px 13px 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  letter-spacing: .03em;
  vertical-align: top;
  transition: 0.3s;
}
.sns-item:hover {
  opacity: 0.8;
}
.sns-item:nth-child(4n) {
  margin-right: 0;
}
.sns-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.sns-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.more-btn {
  width: 340px;
  height: 76px;
  margin: 60px auto 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  cursor: pointer;
}
.more-btn::before {
  content: url(images/snsBtnMore.png);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}



section#snsFeed {
  padding: 50px 0 50px 40px;
  background: white;
}
@media screen and (max-width: 750px){
 section#snsFeed {
  padding: 30px 0 30px 10px;
 }
 .sns-list {
  padding-left: 45px;
 }
}

