@charset "UTF-8";

@charset "UTF-8";
/*
** Width
*/
/*
** Color
*/
/*
** Breakpoint
*/
/*
** Letter-spacing , Text-indent
*/
/*
** Flex
*/
/*
** Block Editor
*/
/**
** グラデーションテキスト・背景
*/
@media screen and (min-width: 769px) {
  .footerSNS__btn a:hover .footerSNS__pic::before {
    opacity: 1 !important;
  }
  .footerSNS__btn a:hover .footerSNS__pic img {
    opacity: 0;
  }
}
.footerSNS__btn a .footerSNS__pic {
  position: relative;
}
.footerSNS__btn a .footerSNS__pic.sns_x::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background-image: url("/assets/img/ico_corp_sns_x_hov.png");
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.footerSNS__btn a .footerSNS__pic.sns_x img {
  width: 19px;
  height: 19px;
}
.footerSNS__btn a .footerSNS__pic.sns_fb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/ico_corp_sns_fb_hov.png");
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.footerSNS__btn a .footerSNS__pic.sns_fb img {
  width: 20px;
  height: 20px;
}
.footerSNS__btn a .footerSNS__pic img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}