/* === [C_NEWS_SNS_ONLY v1 - spec based] BEGIN ========================
   Spec source: original .sns-section block (user restored)
=================================================================== */

.c-news__sns{
  text-align: center;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e0e0e0;
}

.c-news__sns img{
  max-width: 300px;
  padding-bottom: 1em;
}

.c-news__sns p{
  font-size: 18px;
  margin-bottom: 20px;
}

.c-news__sns .flex{
  justify-content: center;
  gap: 30px;
}

/* current HTML uses .btn cards */
.c-news__sns .btn{
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  padding-top: 12px;
  border-radius: 14px;
  border: none;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.c-news__sns .btn .fa-brands{
  position: relative;
  display:inline-block;
  font-size: 70px;
  transition: .5s;
}

.c-news__sns .btn .fa-brands:hover{
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.c-news__sns .btn.facebook{ background-color: #1877f2; }
.c-news__sns .btn.x-twitter{ background-color: #1da1f2; }

.c-news__sns .btn.instagram{
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}

.c-news__sns .btn.instagram:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.c-news__sns .btn.instagram div{
  position: relative;
}

/* responsive (spec match) */
@media (max-width: 768px){
  .c-news__sns .flex{
    gap: calc(15px + 15 * (100vw - 320px)/ 448);
  }

  .c-news__sns img{
    max-width: calc(268px + 32 * (100vw - 320px)/ 448);
    padding-bottom: 1em;
  }

  .c-news__sns .btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: calc(64px + 56 * (100vw - 320px)/ 448);
    height: calc(64px + 56 * (100vw - 320px)/ 448);
    font-size: calc(10px + 6 * (100vw - 320px)/ 448);
  }

  .c-news__sns .btn .fa-brands{
    font-size: calc(36px + 34 * (100vw - 320px)/ 448);
  }
}

/* === [C_NEWS_SNS_ONLY v1 - spec based] END ========================= */

.front .c-news__sns {
	margin-bottom: 60px !important;
}