@charset "UTF-8";




.mt10 {
  margin-top: 10px !important;
}

.sns_flex {

  display: flex;
  flex: 0 0 50%;
  gap: 30px;
}

.sns_flex a {
  transition:all .3s;
  flex: 0 0 calc((100% / 3) / 4);

}

.sns_flex img  {

  width: 100%;

}

.sns_flex a:hover {

  transform:translate(2px , 2px);
  opacity: .55;
}


@media screen and (max-width: 1099px) {

  body .sns_flex a {
  transition:all .3s;
  flex: 0 0 calc((100% / 2) / 4);

}

}

@media screen and (max-width: 767px) {
             


.sns_flex a:hover {

transform:translate(0px , 0px);
opacity: none;
}


}


/*
.sns_youtube a.mod--banLink-middle:hover {

    background: none;


}

.sns_youtube 
a.mod--banLink:hover {

    box-shadow: 1px 1px 35px 1px rgba(220, 220, 220, 0.55);
}
*/
  